Browse Source

Remove procs monitoring from defaults

master
Ricardo Hernandez 8 years ago
parent
commit
ee124b82e3
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      icinga2/defaults.yaml

+ 0
- 13
icinga2/defaults.yaml View File

check_command: icinga check_command: icinga
assign: assign:
- host.name == NodeName - host.name == NodeName
procs:
type: Service
conf:
import: generic-service
check_command: procs
assign:
- host.name == NodeName
swap: swap:
type: Service type: Service
conf: conf:
check_command: load check_command: load
assign: assign:
- host.name == NodeName - host.name == NodeName
http_vhosts:
type: Service
for: (http_vhost => config in host.vars.http_vhosts)
conf:
import: generic-service
check_command: http
disks: disks:
type: Service type: Service
for: (disk => config in host.vars.disks) for: (disk => config in host.vars.disks)

Loading…
Cancel
Save