Merge branch 'master' of gitlab.com:Sheppy_/monitoring-tools

This commit is contained in:
Yannik Schmidt
2020-06-11 00:09:12 +02:00
2 changed files with 42 additions and 0 deletions

View File

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