I've recently installed zabbix 2.0. I migrated the 1.8 DB per the directions to the new install.
I'm running zabbix in a vm, the three network devices are lo, em1, em2
I turned up debugging to level 4 and below are the logs, but I never get a request for em1 and em2.
Anyone have any ideas?
6719:20131019:131841.320 Requested [net.if.discovery]
6719:20131019:131841.320 Sending back [{
"data":[
{
"{#IFNAME}":"lo"},
{
"{#IFNAME}":"em1"},
{
"{#IFNAME}":"em2"}]}]
6720:20131019:131845.533 Requested [net.if.out[lo,bytes]]
6720:20131019:131845.533 Requested [net.if.in[lo,bytes]]
I'm running zabbix in a vm, the three network devices are lo, em1, em2
I turned up debugging to level 4 and below are the logs, but I never get a request for em1 and em2.
Anyone have any ideas?
6719:20131019:131841.320 Requested [net.if.discovery]
6719:20131019:131841.320 Sending back [{
"data":[
{
"{#IFNAME}":"lo"},
{
"{#IFNAME}":"em1"},
{
"{#IFNAME}":"em2"}]}]
6720:20131019:131845.533 Requested [net.if.out[lo,bytes]]
6720:20131019:131845.533 Requested [net.if.in[lo,bytes]]
Comment