Skip to content

Commit 7a019cb

Browse files
authored
Merge pull request #18 from Elompenta/change-checkout-concept-to-support-multiple-extensions
Change git clone concept to support multiple plugins
2 parents 708674b + a5fd336 commit 7a019cb

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,26 @@ 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
74+
```
75+
76+
## UPDATE EXISTING INSTALLATION
77+
```
78+
su - mysite
79+
cd ~/local/share/check_mk/notifications/checkmk-telegram-notify
80+
git pull
6981
```
7082

7183
## CHECK_MK CONFIGURATION

0 commit comments

Comments
 (0)