mirror of
https://github.com/FAUSheppy/monitoring-tools
synced 2025-12-06 03:21:35 +01:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
object CheckCommand "source-server" {
|
|
command = [ "/etc/icinga2/monitoring-tools/source-server.py" ]
|
|
arguments = {
|
|
"-H" = "$host$"
|
|
"-p" = "$port$"
|
|
}
|
|
}
|