Hello!
Yesterday, I upgraded five of our CentOS systems from 6.4 to 6.5.
After the upgrade the network discovery rules are not working.
Zabbix webinterface shows: not supported ???
BUT: Two of our systems are working fine???
output on (not working) systems:
/usr/sbin/zabbix_agentd -t net.if.discovery
net.if.discovery [s|{
"data":[
{
"{#IFNAME}":"lo"},
{
"{#IFNAME}":"eth0"}]}]
It should be functional, but no data is comming in...
There were also an upgrade from zabbix agent 2.06 to 2.09, we use Zabbix Server 2.2 on a mysql backend.
Further I use a UserParameter, which is not working anymore...
I check status of 3 services with following parameter:
ps ax | grep -w psaintsvc | grep -v grep | wc -l
Zabbix Logfile:
12241:20131202:182216.759 Run remote command [ps ax | grep -w psaintsvc | grep -v grep | wc -l] Result [1] [0]...
12241:20131202:182216.759 Sending back [0]
If I check these on console, there ist the correct value.
Please help me...
Best regards
David
Yesterday, I upgraded five of our CentOS systems from 6.4 to 6.5.
After the upgrade the network discovery rules are not working.
Zabbix webinterface shows: not supported ???
BUT: Two of our systems are working fine???
output on (not working) systems:
/usr/sbin/zabbix_agentd -t net.if.discovery
net.if.discovery [s|{
"data":[
{
"{#IFNAME}":"lo"},
{
"{#IFNAME}":"eth0"}]}]
It should be functional, but no data is comming in...
There were also an upgrade from zabbix agent 2.06 to 2.09, we use Zabbix Server 2.2 on a mysql backend.
Further I use a UserParameter, which is not working anymore...
I check status of 3 services with following parameter:
ps ax | grep -w psaintsvc | grep -v grep | wc -l
Zabbix Logfile:
12241:20131202:182216.759 Run remote command [ps ax | grep -w psaintsvc | grep -v grep | wc -l] Result [1] [0]...
12241:20131202:182216.759 Sending back [0]
If I check these on console, there ist the correct value.
Please help me...
Best regards
David
Comment