Ad Widget

Collapse

proc.num alternating values on every check

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • treydock
    Junior Member
    • Apr 2011
    • 15

    #1

    proc.num alternating values on every check

    I recently started having a single system show the check 'proc.num[fhgfs-storage]' has having a value of 0 every other check interval.

    On the client, if I run "watch -n 1 'zabbix_agentd -t proc.num[fhgfs-storage]' as the zabbix user, it always returns 1. However in the web interface, every other check interval is showing as 0.

    Code:
    # sudo -H -u zabbix sh -c '/usr/sbin/zabbix_agentd -t proc.num[fhgfs-storage]'
    proc.num[fhgfs-storage][fhgfs-storage]        [u|1]
    Code:
    # ps aux | grep fhgfs
    root     28707  2.1  0.1 1518580 83996 ?       SLsl Aug13  23:39 /opt/fhgfs/sbin/fhgfs-storage cfgFile=/etc/fhgfs/fhgfs-storage.conf pidFile=/var/run/fhgfs-storage.pid
    The client is Scientific Linux 6.4 x64 using zabbix20-agent-2.0.6 (from EPEL). The server is CentOS 6.3 x64 using zabbix20-server-mysql-2.0.4 (from EPEL).

    Below is the raw plain text from zabbix interface.

    I have an identical system (hardware, software, etc) with the same items and it does not have this issue.

    What can cause this to occur?

    Code:
    Number of fhgfs-storage processes
    2013-08-14 12:45:13	1376502313	0
    2013-08-14 12:45:11	1376502311	0
    2013-08-14 12:44:18	1376502258	1
    2013-08-14 12:44:16	1376502256	1
    2013-08-14 12:44:13	1376502253	0
    2013-08-14 12:44:11	1376502251	0
    2013-08-14 12:43:18	1376502198	1
    2013-08-14 12:43:16	1376502196	1
    2013-08-14 12:43:13	1376502193	0
    2013-08-14 12:43:11	1376502191	0
    2013-08-14 12:42:17	1376502137	1
    2013-08-14 12:42:16	1376502136	1
    2013-08-14 12:42:13	1376502133	0
    2013-08-14 12:42:11	1376502131	0
    2013-08-14 12:41:17	1376502077	1
    2013-08-14 12:41:16	1376502076	1
    2013-08-14 12:41:14	1376502074	0
    2013-08-14 12:41:10	1376502070	0
    2013-08-14 12:40:17	1376502017	1
    2013-08-14 12:40:16	1376502016	1
    Thanks
    - Trey
Working...