diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-11-06 16:06:10 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-11-06 16:06:10 -0500 |
commit | c802664db4e7f8de0f750ce45c0a4cd8e2b4616d (patch) | |
tree | 5dc89dcdbbcab4642381cfe8cb47d9bc415c2edd /roles/os_zabbix/vars | |
parent | e224c56d78f7e7855de37dc17b45a34547e67860 (diff) | |
download | openshift-c802664db4e7f8de0f750ce45c0a4cd8e2b4616d.tar.gz openshift-c802664db4e7f8de0f750ce45c0a4cd8e2b4616d.tar.bz2 openshift-c802664db4e7f8de0f750ce45c0a4cd8e2b4616d.tar.xz openshift-c802664db4e7f8de0f750ce45c0a4cd8e2b4616d.zip |
more cleanup of names
Diffstat (limited to 'roles/os_zabbix/vars')
-rw-r--r-- | roles/os_zabbix/vars/template_os_linux.yml | 4 |
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 958358516..04665be62 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: "Bytes per second on network interface {#OSO_NET_INTERFACE}" + name: "Bytes per second IN 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: "Bytes per second on network interface {#OSO_NET_INTERFACE}" + name: "Bytes per second OUT on network interface {#OSO_NET_INTERFACE}" key: "disc.network.out.bytes[{#OSO_NET_INTERFACE}]" value_type: int units: B |