File: exec-nagios.conf

package info (click to toggle)
collectd 5.7.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 12,148 kB
  • sloc: ansic: 92,657; sh: 12,166; perl: 9,861; php: 3,007; makefile: 1,879; java: 1,768; cpp: 523; python: 387; yacc: 205; sql: 198; lex: 142; ruby: 49; xml: 44
file content (15 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Run `perldoc exec-nagios.px' for details on this config file.

NRPEConfig /etc/nagios/nrpe.cfg

Interval 300

<Script /usr/lib/nagios/plugins/check_tcp>
	Arguments -H alice -p 22
	Type delay
</Script>

<Script /usr/lib/nagios/plugins/check_dns>
	Arguments -H alice
	Type delay
</Script>