add source-server command

This commit is contained in:
Yannik Schmidt
2020-02-24 10:51:01 +01:00
committed by root@atlantishq-michy-sheppy
parent 93f70ff803
commit 3ce74ad2ad

View File

@@ -0,0 +1,7 @@
object CheckCommand "source-server" {
command = [ "/etc/icinga2/monitoring-tools/source-server.py" ]
arguments = {
"-H" = "$host$"
"-p" = "$port$"
}
}