Hi,
can someone tell me how system.uptime is collected?
We updated the Kernel in Virtuozzo 7 and the zabbix-agentd inside the guests now reports system.uptime with value 0.
The host still got the right uptime.
Any Ideas?
can someone tell me how system.uptime is collected?
We updated the Kernel in Virtuozzo 7 and the zabbix-agentd inside the guests now reports system.uptime with value 0.
The host still got the right uptime.
Code:
Host: test-ubuntu-1604 (guest) uname -r: 4.2.0-327.36.1.vz7.20.18 cat /proc/uptime: 4102.54 8161.06 zabbix_agentd -V: zabbix_agentd (daemon) (Zabbix) 3.0.1 Revision 58734 26 February 2016, compilation time: Apr 8 2016 12:15:36 system.uptime: 0
Code:
Host: test-ubuntu-1404 (guest) uname -r: 3.10.0-327.36.1.vz7.20.18 cat /proc/uptime: 1473.02 8786.81 zabbix_agentd -V: zabbix_agentd (daemon) (Zabbix) 3.2.3 Revision 64610 21 December 2016, compilation time: Dec 21 2016 13:52:42 system.uptime: 0
Code:
Host: test-virtuozzo-7 (host) uname -r: 3.10.0-327.36.1.vz7.20.18 cat /proc/uptime: 966618.50 15309985.87 zabbix_agentd -V: zabbix_agentd (daemon) (Zabbix) 3.2.3 Revision 64610 21 December 2016, compilation time: Dec 21 2016 13:37:14 system.uptime: 967387
Comment