18 lines
481 B
INI
Executable File
18 lines
481 B
INI
Executable File
# 'check_ntp' command definition
|
|
define command{
|
|
command_name check_ntp
|
|
command_line /opt/nagios/libexec/check_ntp_peer -H '$HOSTADDRESS$' '$ARG1$'
|
|
}
|
|
|
|
# 'check_ntp_ntpq' command definition
|
|
define command{
|
|
command_name check_ntp_ntpq
|
|
command_line /opt/nagios/libexec/check_ntp_peer -H '$HOSTADDRESS$' -j 10 -k 15 '$ARG1$'
|
|
}
|
|
|
|
# 'check_time' command definition
|
|
define command{
|
|
command_name check_time
|
|
command_line /opt/nagios/libexec/check_time -H '$HOSTADDRESS$' '$ARG1$'
|
|
}
|