소스 검색

Merge pull request #836 from mwoodson/disk_checks

cleaned up network checks
Matt Woodson 9 년 전
부모
커밋
925db7a866
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: "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