File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,14 @@ cd ~/local/share/check_mk/notifications/
25
25
```
26
26
27
27
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
34
28
```
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 .
39
30
```
40
31
41
32
Adjusting the config.xml
42
33
```
43
34
cd /opt/omd/sites/mysite/local/share/check_mk/notifications/
44
- cp config.xml.sample config.xml
35
+ mv config.xml.sample config.xml
45
36
```
46
37
47
38
Inside your API Token and Chat/Group-ID
You can’t perform that action at this time.
0 commit comments