Code

src/Makefile: Support parallel builds when creating the manpages.
[collectd.git] / contrib / exec-nagios.conf
1 # Run `perldoc exec-nagios.px' for details on this config file.
3 Interval 300
5 <Script /usr/lib/nagios/check_tcp>
6         Arguments -H alice -p 22
7         Type delay
8 </Script>
10 <Script /usr/lib/nagios/check_dns>
11         Arguments -H alice
12         Type delay
13 </Script>