File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,19 @@ Change to the notification directory
58
58
cd ~/local/share/check_mk/notifications/
59
59
```
60
60
61
- Download the Telegram notify script from Git repository
61
+ Download the Telegram notify script from Git repository (new subfolder will be created)
62
62
```
63
- git clone https://github.com/filipnet/checkmk-telegram-notify.git .
63
+ git clone https://github.com/filipnet/checkmk-telegram-notify.git
64
64
```
65
65
66
66
Give the script execution permissions
67
67
```
68
- chmod +x check_mk_telegram-notify.sh
68
+ chmod +x checkmk-telegram-notify/check_mk_telegram-notify.sh
69
+ ```
70
+
71
+ Create Symlink to enable the Plugin
72
+ ```
73
+ ln -s checkmk-telegram-notify/check_mk_telegram-notify.sh check_mk_telegram-notify.sh
69
74
```
70
75
71
76
## CHECK_MK CONFIGURATION
You can’t perform that action at this time.
0 commit comments