diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-10-08 13:39:44 -0400 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-10-08 13:39:44 -0400 |
commit | 2ff94367be1e8239e13fb8b2ab17eac6d931a283 (patch) | |
tree | 61a219c36eb64af26c3a7881ccb82f7e299c16a9 /roles | |
parent | df3e90a557af6d3221116f30c677af69aaefcfc5 (diff) | |
download | openshift-2ff94367be1e8239e13fb8b2ab17eac6d931a283.tar.gz openshift-2ff94367be1e8239e13fb8b2ab17eac6d931a283.tar.bz2 openshift-2ff94367be1e8239e13fb8b2ab17eac6d931a283.tar.xz openshift-2ff94367be1e8239e13fb8b2ab17eac6d931a283.zip |
removed static xvda checks
Diffstat (limited to 'roles')
-rw-r--r-- | roles/os_zabbix/vars/template_os_linux.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml index 70c3809bd..232139df9 100644 --- a/roles/os_zabbix/vars/template_os_linux.yml +++ b/roles/os_zabbix/vars/template_os_linux.yml @@ -188,18 +188,6 @@ g_template_os_linux: multiplier: 1024 units: B - # Disk items - - key: filesys.full.xvda2 - applications: - - Disk - value_type: float - - - key: filesys.full.xvda3 - applications: - - Disk - value_type: float - - zdiscoveryrules: - name: disc.filesys key: disc.filesys @@ -227,26 +215,6 @@ g_template_os_linux: priority: high ztriggers: - - name: 'Filesystem: / has less than 10% free on {HOST.NAME}' - expression: '{Template OS Linux:filesys.full.xvda2.last()}>90' - url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc' - priority: warn - - - name: 'Filesystem: / has less than 5% free on {HOST.NAME}' - expression: '{Template OS Linux:filesys.full.xvda2.last()}>95' - url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc' - priority: high - - - name: 'Filesystem: /var has less than 10% free on {HOST.NAME}' - expression: '{Template OS Linux:filesys.full.xvda3.last()}>90' - url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc' - priority: warn - - - name: 'Filesystem: /var has less than 5% free on {HOST.NAME}' - expression: '{Template OS Linux:filesys.full.xvda3.last()}>95' - url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc' - priority: high - - name: 'Too many TOTAL processes on {HOST.NAME}' expression: '{Template OS Linux:proc.nprocs.last()}>5000' url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_proc.asciidoc' |