Skip to content

Commit a135b0f

Browse files
authored
Update README.md
1 parent 99ca2c8 commit a135b0f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,14 @@ cd ~/local/share/check_mk/notifications/
2525
```
2626

2727
Download the Telegram notify script from Git repository
28-
29-
```
30-
wget https://github.com/filipnet/checkmk-telegram-notify/blob/main/check_mk_telegram-notify.sh
31-
wget https://github.com/filipnet/checkmk-telegram-notify/blob/main/config.xml.sample
32-
```
33-
or
3428
```
35-
git clone https://github.com/filipnet/checkmk-telegram-notify.git
36-
cd checkmk-telegram-notify
37-
cp check_mk_telegram-notify.sh /opt/omd/sites/mysite/local/share/check_mk/notifications/
38-
cp config.xml.sample /opt/omd/sites/mysite/local/share/check_mk/notifications/
29+
git clone https://github.com/filipnet/checkmk-telegram-notify.git .
3930
```
4031

4132
Adjusting the config.xml
4233
```
4334
cd /opt/omd/sites/mysite/local/share/check_mk/notifications/
44-
cp config.xml.sample config.xml
35+
mv config.xml.sample config.xml
4536
```
4637

4738
Inside your API Token and Chat/Group-ID

0 commit comments

Comments
 (0)