netapp: Fixed incompatible changes between NetApp Release 7.2 and 7.3 that prevented...
[collectd.git] / contrib / exec-nagios.conf
1 # Run `perldoc exec-nagios.px' for details on this config file.
2
3 Interval 300
4
5 <Script /usr/lib/nagios/check_tcp>
6         Arguments -H alice -p 22
7         Type delay
8 </Script>
9
10 <Script /usr/lib/nagios/check_dns>
11         Arguments -H alice
12         Type delay
13 </Script>