File: service_definition.tpl.in

package info (click to toggle)
nagios-plugin-check-multi 0.26-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,172 kB
  • sloc: perl: 2,296; makefile: 415; sh: 239
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11

#--- service $THIS_NAME$ for host $HOSTNAME$
define service {
	service_description	$THIS_NAME$
	host_name		$HOSTNAME$
	passive_checks_enabled	1
	active_checks_enabled	0
	check_command		check_dummy_4p!0 "passive check"
	servicegroups		passive_feeded_services
	use			local-service
}