summaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/files/nagios/services/ssh.cfg
blob: 55f70819df48d34438666966f3206ea6120d67ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
define service {
  hostgroup_name		virtservers
  service_description		SSH-virtservers
  check_command			check_ssh
  use				defaulttemplate
}

define service {
  hostgroup_name		bastion
  service_description		SSH-bastion
  check_command			check_ssh
  use				defaulttemplate
}
  
#define service {
#  hostgroup_name		buildservers
#  service_description		SSH
#  check_command			check_ssh
#  use				defaulttemplate
#  retry_interval  	5
#  max_check_attempts    	12
#}

#define service {
#  hostgroup_name		autoqa
#  service_description		SSH
#  check_command			check_ssh
#  use				autoqatemplate
#}

define service {
  hostgroup_name		retrace
  service_description		SSH-retrace
  check_command			check_ssh
  use				retracetemplate
}