summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-12-04 09:45:27 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-12-04 09:45:27 -0500
commite763e8f09db16f5508387faf869941f626b76d41 (patch)
tree2075429251980fa3904b3103afa5e3d799faa0d3 /roles/os_zabbix
parent8c1a1a8ad0fd2d675ace5872c5237eaec9ca668f (diff)
downloadopenshift-e763e8f09db16f5508387faf869941f626b76d41.tar.gz
openshift-e763e8f09db16f5508387faf869941f626b76d41.tar.bz2
openshift-e763e8f09db16f5508387faf869941f626b76d41.tar.xz
openshift-e763e8f09db16f5508387faf869941f626b76d41.zip
zabbix: removed ethernet graphs
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index 79d52ef9b..04665be62 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -304,15 +304,3 @@ g_template_os_linux:
description: 'CPU is less than 10% idle'
dependencies:
- 'CPU idle less than 5% on {HOST.NAME}'
-
- zgraphprototypes:
- - name: Network Interface Usage
- width: 1000
- height: 400
- graph_items:
- - item_name: "Bytes per second IN on network interface {#OSO_NET_INTERFACE}"
- item_type: prototype
- color: red
- - item_name: "Bytes per second OUT on network interface {#OSO_NET_INTERFACE}"
- item_type: prototype
- color: blue