Ad Widget

Collapse

NO DATA for disk space

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elzerox
    Junior Member
    • Oct 2014
    • 1

    #1

    NO DATA for disk space

    Hi, I have a zabbix server monitoring 21 servers

    18 servers write well disk space graphics except 3 servers (one of them, the zabbix server itself). These 3 servers are OpenVZ containers (proxmox) Centos 6.6 32bit, the rest of servers are dedicated servers.

    This is the error and some test that I've done (from zabbix server itself) after reading other posts



    Code:
    [root@zabbix ~]# zabbix_server -V
    Zabbix server v2.2.7 (revision 50148) (24 October 2014)
    Compilation time: Oct 26 2014 21:56:21
    
    [root@zabbix ~]# zabbix_agent -V
    Zabbix agent v2.2.7 (revision 50148) (24 October 2014)
    Compilation time: Oct 26 2014 22:00:03
    
    [root@zabbix ~]# cat /etc/issue
    CentOS release 6.6 (Final)
    Linux zabbix.xxxxx.es 2.6.32-32-pve #1 SMP Thu Aug 21 08:50:19 CEST 2014 i686 i686 i386 GNU/Linux
    
    [root@zabbix ~]# uname -a
    Linux zabbix.xxxxx.es 2.6.32-32-pve #1 SMP Thu Aug 21 08:50:19 CEST 2014 i686 i686 i386 GNU/Linux
    
    [root@zabbix ~]# su zabbix -s /bin/bash -c "df -h /"
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/simfs      100G  8,4G   92G   9% /
    
    [root@zabbix ~]#  zabbix_agentd -t vfs.fs.size[/,free]
    vfs.fs.size[/,free]                           [u|98359066624]
    
    [root@zabbix ~]#  zabbix_agentd -t vfs.fs.size[/,total]
    vfs.fs.size[/,total]                          [u|107374182400]
    
    [root@zabbix ~]#  zabbix_agentd -t vfs.fs.discovery
    vfs.fs.discovery                              [s|{
    	"data":[
    		{
    			"{#FSNAME}":"\/",
    			"{#FSTYPE}":"simfs"},
    		{
    			"{#FSNAME}":"\/proc",
    			"{#FSTYPE}":"proc"},
    		{
    			"{#FSNAME}":"\/sys",
    			"{#FSTYPE}":"sysfs"},
    		{
    			"{#FSNAME}":"\/dev",
    			"{#FSTYPE}":"devtmpfs"},
    		{
    			"{#FSNAME}":"\/dev\/pts",
    			"{#FSTYPE}":"devpts"},
    		{
    			"{#FSNAME}":"\/dev\/shm",
    			"{#FSTYPE}":"tmpfs"},
    		{
    			"{#FSNAME}":"\/proc\/sys\/fs\/binfmt_misc",
    			"{#FSTYPE}":"binfmt_misc"}]}]

    Please, can anyone help me? Thanks a lot!
    Last edited by elzerox; 31-10-2014, 12:42.
  • ArtemK
    Senior Member
    • May 2013
    • 232

    #2
    dunno, if you need help anymore but simfs is not discovered by standard linux template, you can check 'File systems for discovery' regex in administration -> general -> regular expressions. This regex is used in discovery to filter discovered filesystems, you simfs root partition is just ignored, so it would probably work, if you add it to regexp.

    Comment

    Working...