Parcourir la source

Merge pull request #533 from mwoodson/master

added disk monitoring
Matt Woodson il y a 9 ans
Parent
commit
bac81adf9d
1 fichiers modifiés avec 2 ajouts et 17 suppressions
  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