Code

Use gcc-specific __attribute__ to mark unused parameter
[collectd.git] / contrib / exec-nagios.conf
1 # Run `perldoc exec-nagios.px' for details on this config file.
3 NRPEConfig /etc/nrpe.cfg
5 Interval 300
7 <Script /usr/lib/nagios/check_tcp>
8         Arguments -H alice -p 22
9         Type delay
10 </Script>
12 <Script /usr/lib/nagios/check_dns>
13         Arguments -H alice
14         Type delay
15 </Script>