diff --git a/commands.d/source-command.conf b/commands.d/source-command.conf new file mode 100644 index 0000000..d12bb8f --- /dev/null +++ b/commands.d/source-command.conf @@ -0,0 +1,7 @@ +object CheckCommand "source-server" { + command = [ "/etc/icinga2/monitoring-tools/source-server.py" ] + arguments = { + "-H" = "$host$" + "-p" = "$port$" + } +}