Skip to content

Commit 181c845

Browse files
authored
feat(alerts): add support for telegram thread/topic ids (#4526)
1 parent d7bb6d0 commit 181c845

File tree

136 files changed

+409
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+409
-135
lines changed

lgsm/config-default/config-lgsm/acserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ slackwebhook="webhook"
7474

7575
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7676
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
77-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
77+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
7878
telegramapi="api.telegram.org"
7979
telegramalert="off"
8080
telegramtoken="accesstoken"
8181
telegramchatid=""
82+
telegramthreadid=""
83+
telegramsilentnotification="false"
8284
curlcustomstring=""
8385

8486
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/ahl2server/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ slackwebhook="webhook"
8282

8383
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8484
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
85-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
85+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8686
telegramapi="api.telegram.org"
8787
telegramalert="off"
8888
telegramtoken="accesstoken"
8989
telegramchatid=""
90+
telegramthreadid=""
91+
telegramsilentnotification="false"
9092
curlcustomstring=""
9193

9294
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/ahlserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ slackwebhook="webhook"
7777

7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
80-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
80+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8181
telegramapi="api.telegram.org"
8282
telegramalert="off"
8383
telegramtoken="accesstoken"
8484
telegramchatid=""
85+
telegramthreadid=""
86+
telegramsilentnotification="false"
8587
curlcustomstring=""
8688

8789
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/arkserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ slackwebhook="webhook"
7979

8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
82-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8383
telegramapi="api.telegram.org"
8484
telegramalert="off"
8585
telegramtoken="accesstoken"
8686
telegramchatid=""
87+
telegramthreadid=""
88+
telegramsilentnotification="false"
8789
curlcustomstring=""
8890

8991
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/arma3server/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ slackwebhook="webhook"
9393

9494
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
9595
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
96-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
96+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
9797
telegramapi="api.telegram.org"
9898
telegramalert="off"
9999
telegramtoken="accesstoken"
100100
telegramchatid=""
101+
telegramthreadid=""
102+
telegramsilentnotification="false"
101103
curlcustomstring=""
102104

103105
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/armarserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ slackwebhook="webhook"
7878

7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
81-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8282
telegramapi="api.telegram.org"
8383
telegramalert="off"
8484
telegramtoken="accesstoken"
8585
telegramchatid=""
86+
telegramthreadid=""
87+
telegramsilentnotification="false"
8688
curlcustomstring=""
8789

8890
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/atsserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ slackwebhook="webhook"
7070

7171
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7272
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
73-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
73+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
7474
telegramapi="api.telegram.org"
7575
telegramalert="off"
7676
telegramtoken="accesstoken"
7777
telegramchatid=""
78+
telegramthreadid=""
79+
telegramsilentnotification="false"
7880
curlcustomstring=""
7981

8082
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/avserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ slackwebhook="webhook"
7070

7171
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7272
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
73-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
73+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
7474
telegramapi="api.telegram.org"
7575
telegramalert="off"
7676
telegramtoken="accesstoken"
7777
telegramchatid=""
78+
telegramthreadid=""
79+
telegramsilentnotification="false"
7880
curlcustomstring=""
7981

8082
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/bb2server/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ slackwebhook="webhook"
8383

8484
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8585
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
86-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
86+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8787
telegramapi="api.telegram.org"
8888
telegramalert="off"
8989
telegramtoken="accesstoken"
9090
telegramchatid=""
91+
telegramthreadid=""
92+
telegramsilentnotification="false"
9193
curlcustomstring=""
9294

9395
## Updating | https://docs.linuxgsm.com/commands/update

lgsm/config-default/config-lgsm/bbserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ slackwebhook="webhook"
7777

7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
80-
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
80+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
8181
telegramapi="api.telegram.org"
8282
telegramalert="off"
8383
telegramtoken="accesstoken"
8484
telegramchatid=""
85+
telegramthreadid=""
86+
telegramsilentnotification="false"
8587
curlcustomstring=""
8688

8789
## Updating | https://docs.linuxgsm.com/commands/update

0 commit comments

Comments
 (0)