File: download.cfg.in

package info (click to toggle)
nagios-plugin-check-multi 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 768 kB
  • sloc: perl: 2,278; makefile: 410; sh: 239
file content (9 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#--- check download state for my-plugin.de and sourceforge.net
define service {
   name                 download
   service_description  download cluster example
   host_name            localhost
   check_interval       1
   check_command        check_multi!-f /usr/local/nagios/etc/download.cmd -n download -r 31 
   use                  local-service
}