summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-11-06 15:13:11 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-11-06 15:13:11 -0500
commite224c56d78f7e7855de37dc17b45a34547e67860 (patch)
tree238e3498ec1aa05cff326e054edeb56f23f223c9 /roles
parentae06c06c4b3584e5891c806b690f5ac1fa283124 (diff)
downloadopenshift-e224c56d78f7e7855de37dc17b45a34547e67860.tar.gz
openshift-e224c56d78f7e7855de37dc17b45a34547e67860.tar.bz2
openshift-e224c56d78f7e7855de37dc17b45a34547e67860.tar.xz
openshift-e224c56d78f7e7855de37dc17b45a34547e67860.zip
cleaned up network checks
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index 2f1b85f30..958358516 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -238,7 +238,7 @@ g_template_os_linux:
- Disk
- discoveryrule_key: disc.network
- name: "Byte in for network interface {#OSO_NET_INTERFACE}"
+ name: "Bytes per second on network interface {#OSO_NET_INTERFACE}"
key: "disc.network.in.bytes[{#OSO_NET_INTERFACE}]"
value_type: int
units: B
@@ -248,7 +248,7 @@ g_template_os_linux:
- Network
- discoveryrule_key: disc.network
- name: "Byte out for network interface {#OSO_NET_INTERFACE}"
+ name: "Bytes per second on network interface {#OSO_NET_INTERFACE}"
key: "disc.network.out.bytes[{#OSO_NET_INTERFACE}]"
value_type: int
units: B