Explorar o código

cleaned up network checks

Matt Woodson %!s(int64=9) %!d(string=hai) anos
pai
achega
e224c56d78
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      roles/os_zabbix/vars/template_os_linux.yml

+ 2 - 2
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