forked from bashclub/zamba-lxc-toolbox
Changed matrix notification plugin installation
This commit is contained in:
parent
82552e7b3f
commit
c52525caf7
@ -30,8 +30,4 @@ 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
|
||||
su - $CMK_INSTANCE -c "wget -O ~/local/share/check_mk/notifications/matrix.py https://github.com/bashclub/check_mk_matrix_notifications/raw/master/matrix.py && chmod +x ~/local/share/check_mk/notifications/matrix.py"
|
||||
|
Loading…
Reference in New Issue
Block a user