summaryrefslogtreecommitdiffstats
path: root/debian/pluginconfig/rpc-nfs.cfg
blob: 0a551f40c5fb97f3d4e200ca4d399997210d5e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 'check-rpc' command definition
define command{
	command_name	check-rpc
	command_line	/usr/lib/nagios/plugins/check_rpc -H '$HOSTADDRESS$' -C '$ARG1$'
	}


# 'check-nfs' command definition
define command{
	command_name	check-nfs
	command_line	/usr/lib/nagios/plugins/check_rpc -H '$HOSTADDRESS$' -C nfs -c2,3
	}