summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@gmail.com>2015-12-04 11:08:40 -0500
committerMatt Woodson <mwoodson@gmail.com>2015-12-04 11:08:40 -0500
commitd81738809449f250c10792b3a1f17d2de6678799 (patch)
tree4c081679c2d8e16be1eb522ea8b03dbe718ec878 /roles
parentffb663f5f688ecaff0bfd2d928c8fba83c1d24f9 (diff)
parent31d8f427ce356e93855157db65756091d7b09861 (diff)
downloadopenshift-d81738809449f250c10792b3a1f17d2de6678799.tar.gz
openshift-d81738809449f250c10792b3a1f17d2de6678799.tar.bz2
openshift-d81738809449f250c10792b3a1f17d2de6678799.tar.xz
openshift-d81738809449f250c10792b3a1f17d2de6678799.zip
Merge pull request #1025 from mwoodson/master_checks
Zabbix: put in a note about trigger prototype dependency
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index 778e4341d..c6e557f12 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -264,6 +264,7 @@ g_template_os_linux:
priority: high
# This has a dependency on the previous trigger
+ # Trigger Prototypes do not work in 2.4. They will work in Zabbix 3.0
- name: 'Filesystem: {#OSO_FILESYS} has less than 15% free disk space on {HOST.NAME}'
expression: '{Template OS Linux:disc.filesys.full[{#OSO_FILESYS}].last()}>85'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc'
@@ -276,6 +277,8 @@ g_template_os_linux:
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc'
priority: high
+ # This has a dependency on the previous trigger
+ # Trigger Prototypes do not work in 2.4. They will work in Zabbix 3.0
- name: 'Filesystem: {#OSO_FILESYS} has less than 10% free inodes on {HOST.NAME}'
expression: '{Template OS Linux:disc.filesys.inodes.pused[{#OSO_FILESYS}].last()}>90'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc'