Explorar el Código

Remove procs monitoring from defaults

master
Ricardo Hernandez hace 8 años
padre
commit
ee124b82e3
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  1. +0
    -13
      icinga2/defaults.yaml

+ 0
- 13
icinga2/defaults.yaml Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar