Skip to content

Commit 88e9c2a

Browse files
committed
Change git clone concept to support multiple plugins
1 parent 077e4ce commit 88e9c2a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,19 @@ Change to the notification directory
5858
cd ~/local/share/check_mk/notifications/
5959
```
6060

61-
Download the Telegram notify script from Git repository
61+
Download the Telegram notify script from Git repository (new subfolder will be created)
6262
```
63-
git clone https://github.com/filipnet/checkmk-telegram-notify.git .
63+
git clone https://github.com/filipnet/checkmk-telegram-notify.git
6464
```
6565

6666
Give the script execution permissions
6767
```
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
6974
```
7075

7176
## CHECK_MK CONFIGURATION

0 commit comments

Comments
 (0)