Skip to content

Commit 9ca3125

Browse files
authored
Update README.md
1 parent e39f6b9 commit 9ca3125

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ cd ~/local/share/check_mk/notifications/
1717
Download the Telegram notify script from Git repository
1818

1919
```
20-
wget https://github.com/filipnet/telegram/blob/main/check_mk_telegram-notify.sh
21-
wget https://github.com/filipnet/telegram/blob/main/config.xml.sample
20+
wget https://github.com/filipnet/checkmk-telegram-notify/blob/main/check_mk_telegram-notify.sh
21+
wget https://github.com/filipnet/checkmk-telegram-notify/blob/main/config.xml.sample
2222
```
2323
or
2424
```
25-
git clone https://github.com/filipnet/telegram.git
26-
cd telegram
25+
git clone https://github.com/filipnet/checkmk-telegram-notify.git
26+
cd checkmk-telegram-notify
2727
cp check_mk_telegram-notify.sh /opt/omd/sites/mysite/local/share/check_mk/notifications/
2828
cp config.xml.sample /opt/omd/sites/mysite/local/share/check_mk/notifications/
2929
```
@@ -53,4 +53,4 @@ Now you can create your own alarm rules in Check_MK.
5353
No further settings are required for this.
5454

5555
## LICENSE
56-
telegram and all individual scripts are under the BSD 3-Clause license unless explicitly noted otherwise. Please refer to the LICENSE
56+
telegram and all individual scripts are under the BSD 3-Clause license unless explicitly noted otherwise. Please refer to the LICENSE

0 commit comments

Comments
 (0)