Browse Source

Merge pull request #533 from mwoodson/master

added disk monitoring
Matt Woodson 9 years ago
parent
commit
bac81adf9d
1 changed files with 2 additions and 17 deletions
  1. 2 17
      roles/os_zabbix/vars/template_os_linux.yml

+ 2 - 17
roles/os_zabbix/vars/template_os_linux.yml

@@ -147,27 +147,12 @@ g_template_os_linux:
     - Kernel
     value_type: int
 
-  - key: filesys.avail
-    applications:
-    - Disk
-    value_type: int
-
-  - key: filesys.capacity
-    applications:
-    - Disk
-    value_type: int
-
-  - key: filesys.free
-    applications:
-    - Disk
-    value_type: int
-
-  - key: filesys.full
+  - key: filesys.full.xvda2
     applications:
     - Disk
     value_type: float
 
-  - key: filesys.used
+  - key: filesys.full.xvda3
     applications:
     - Disk
     value_type: float