mirror of
https://github.com/FAUSheppy/monitoring-tools
synced 2025-12-06 19:41:36 +01:00
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
object CheckCommand "source-server" {
|
|
command = [ "/etc/icinga2/monitoring-tools/source-server.py" ]
|
|
arguments = {
|
|
"-H" = "$host$"
|
|
"-p" = "$port$"
|
|
}
|
|
}
|
|
|
|
object CheckCommand "source-plugins" {
|
|
command = [ "/etc/icinga2/monitoring-tools/check_source_plugins.sh" ]
|
|
}
|