Bladeren bron

Merge pull request #533 from mwoodson/master

added disk monitoring
Matt Woodson 9 jaren geleden
bovenliggende
commit
bac81adf9d
1 gewijzigde bestanden met toevoegingen van 2 en 17 verwijderingen
  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