ソースを参照

Remove procs monitoring from defaults

master
Ricardo Hernandez 8年前
コミット
ee124b82e3
1個のファイルの変更0行の追加13行の削除
  1. +0
    -13
      icinga2/defaults.yaml

+ 0
- 13
icinga2/defaults.yaml ファイルの表示

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

読み込み中…
キャンセル
保存