implement source plugin check

This commit is contained in:
root@atlantishq-michy-sheppy
2020-06-22 22:05:53 +02:00
parent b421454b42
commit e2976138e1
2 changed files with 24 additions and 0 deletions

View File

@@ -5,3 +5,7 @@ object CheckCommand "source-server" {
"-p" = "$port$"
}
}
object CheckCommand "source-plugins" {
command = [ "/etc/icinga2/monitoring-tools/check_source_plugins.sh" ]
}