We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bac6aa commit ee69134Copy full SHA for ee69134
1 file changed
README.md
@@ -13,7 +13,7 @@ Follow the [official Telegram guide](https://core.telegram.org/bots) and do not
13
14
### Get your chat_id(s)
15
16
-You can notify a specific TG user account or throw a message to a TG group.
+You can notify a specific Telegram user account or throw a message to a Telegram group.
17
18
In order to do so you need to know the corresponding (hidden) ID also called `chat_id` (`-q TELEGRAM_CHATID`).
19
@@ -47,7 +47,7 @@ sudo -u nagios ./alert-by-telegram.sh -4 127.0.0.1 \
47
-d"$(date +%F-%T)" \
48
-e serviceshort \
49
-l myhostalias \
50
--o testing-telegram-notifiy \
+-o testing-telegram-notify \
51
-p $BOT_NAME> \
52
-q $GROUP_CHAT_ID \
53
-r $BOT_TOKEN \
0 commit comments