mirror of
https://github.com/collectd/collectd.git
synced 2026-02-09 04:09:15 +08:00
16 lines
266 B
Plaintext
16 lines
266 B
Plaintext
# Run `perldoc exec-nagios.px' for details on this config file.
|
|
|
|
NRPEConfig /etc/nrpe.cfg
|
|
|
|
Interval 300
|
|
|
|
<Script /usr/lib/nagios/check_tcp>
|
|
Arguments -H alice -p 22
|
|
Type delay
|
|
</Script>
|
|
|
|
<Script /usr/lib/nagios/check_dns>
|
|
Arguments -H alice
|
|
Type delay
|
|
</Script>
|