Ver código fonte

Remove procs monitoring from defaults

master
Ricardo Hernandez 8 anos atrás
pai
commit
ee124b82e3
1 arquivos alterados com 0 adições e 13 exclusões
  1. +0
    -13
      icinga2/defaults.yaml

+ 0
- 13
icinga2/defaults.yaml Ver arquivo

@@ -137,13 +137,6 @@ icinga2:
check_command: icinga
assign:
- host.name == NodeName
procs:
type: Service
conf:
import: generic-service
check_command: procs
assign:
- host.name == NodeName
swap:
type: Service
conf:
@@ -179,12 +172,6 @@ icinga2:
check_command: load
assign:
- host.name == NodeName
http_vhosts:
type: Service
for: (http_vhost => config in host.vars.http_vhosts)
conf:
import: generic-service
check_command: http
disks:
type: Service
for: (disk => config in host.vars.disks)

Carregando…
Cancelar
Salvar