15 lines
307 B
INI
Executable File
15 lines
307 B
INI
Executable File
|
|
# 'check-rpc' command definition
|
|
define command{
|
|
command_name check-rpc
|
|
command_line /opt/nagios/libexec/check_rpc -H '$HOSTADDRESS$' -C '$ARG1$'
|
|
}
|
|
|
|
|
|
# 'check-nfs' command definition
|
|
define command{
|
|
command_name check-nfs
|
|
command_line /opt/nagios/libexec/check_rpc -H '$HOSTADDRESS$' -C nfs -c2,3
|
|
}
|
|
|