mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-21 03:04:42 +02:00
Added matrix notification
This commit is contained in:
parent
531c87e15e
commit
f5da57b487
1 changed files with 8 additions and 1 deletions
|
@ -28,3 +28,10 @@ a2ensite default-ssl
|
|||
systemctl restart apache2.service
|
||||
|
||||
omd start $CMK_INSTANCE
|
||||
|
||||
# install matrix notification plugin
|
||||
su - $CMK_INSTANCE
|
||||
cd ~/local/share/check_mk/notifications/
|
||||
wget https://github.com/bashclub/check_mk_matrix_notifications/raw/master/matrix.py
|
||||
chmod +x ./matrix.py
|
||||
exit
|
Loading…
Add table
Add a link
Reference in a new issue