Hi,
I create a partition discover rules and its work for many hosts except 2 servers.
Or rather one partition (/home).
I'm supposed to have 1.5To available :
When I run zabbix_agentd -t, the result show seems to be good :
But in zabbix web interface in latest data, I get these results:
Here is some information about my machines :
My client is connected to my server :
How can I resolve that please ?
Regards.
I create a partition discover rules and its work for many hosts except 2 servers.
Or rather one partition (/home).
I'm supposed to have 1.5To available :
Code:
[root]# df -h /home Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur /dev/md0 1,8T 285G 1,5T 17% /home [root]# df -H /home Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur /dev/md0 2,0T 306G 1,6T 17% /home
Code:
[root]# sudo -H -u zabbix bash -c "zabbix_agentd -t vfs.fs.size[/home,free]" vfs.fs.size[/home,free] [u|1563675959296]
Code:
2017-02-27 10:39:42 : 26970767360 2017-02-27 10:34:42 : 26970812416 2017-02-27 10:29:42 : 26970853376 2017-02-27 10:24:42 : 26970890240 2017-02-27 10:19:42 : 26970931200 2017-02-27 10:14:42 : 26970972160 2017-02-27 10:09:42 : 26971029504
Code:
[root]# uname -a Linux ns3722508-prox4 4.4.40-1-pve #1 SMP Wed Feb 8 16:13:20 CET 2017 x86_64 GNU/Linux [root]# zabbix_agentd -V zabbix_agentd (daemon) (Zabbix) 3.2.3 Revision 64610 21 December 2016, compilation time: Dec 21 2016 14:43:36 [root]# cat /etc/debian_version 8.7
Code:
[root]# zabbix_server -V zabbix_server (Zabbix) 3.2.3 Revision 64610 21 December 2016, compilation time: Dec 21 2016 14:43:36
Regards.
Comment