From f5da57b487f1d9ec696c9914bd251e6c024712b0 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Fri, 21 May 2021 00:01:09 +0200 Subject: [PATCH] Added matrix notification --- src/checkmk/install-service.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/checkmk/install-service.sh b/src/checkmk/install-service.sh index 163f51f..25ab743 100644 --- a/src/checkmk/install-service.sh +++ b/src/checkmk/install-service.sh @@ -27,4 +27,11 @@ a2ensite default-ssl systemctl restart apache2.service -omd start $CMK_INSTANCE \ No newline at end of file +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 \ No newline at end of file