fixes #9115
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
nscp_warn | **Optional.** The warning threshold.
nscp_crit | **Optional.** The critical threshold.
nscp_timeout | **Optional.** The query timeout in seconds.
+nscp_showall | **Optional.** Use with SERVICESTATE to see working services or PROCSTATE for running processes. Defaults to false.
## <a id="plugin-check-command-ntp-time"></a> ntp_time
"-w" = "$nscp_warn$"
"-c" = "$nscp_crit$"
"-t" = "$nscp_timeout$"
+ "-d" = {
+ value = "SHOWALL"
+ description = "Use with SERVICESTATE to see working services or PROCSTATE for running processes"
+ set_if = "$nscp_showall$"
+ }
}
vars.nscp_address = "$check_address$"
vars.nscp_port = 12489
+ vars.nscp_showall = false
}
object CheckCommand "by_ssh" {