Hi everyone !
I'm new to zabbix, so please excuse me if my question is stupid (since it doen't seems to be for me :-))
The problem :
I don't have items for my servers for net.if.in / net.if.out
What I've check:
- I've installed Zabbix 2.0.3 from source for the server and the agents.
- My servers have the Template OS Linux which has the network interface discovery
- My config have the regex set to
1 » ^lo$ [Result is FALSE]
2 » ^Software Loopback Interface [Result is FALSE]
which is working fine when "eth0" is set in the test textarea
- The discovery is enabled
- when I do "zabbix_get -s my.host.com -k vfs.fs.discovery" from my zabbix server, it's giving me a correct json :
{
"data":[
{
"{#FSNAME}":"\/",
"{#FSTYPE}":"rootfs"},
{
"{#FSNAME}":"\/",
"{#FSTYPE}":"ext4"},
......
- when I do "zabbix_get -s my.host.com -k net.if.discovery" from my zabbix server, it's giving me an empty json :
{
"data":[]}
Any clues to help me ?
Thanks !
I'm new to zabbix, so please excuse me if my question is stupid (since it doen't seems to be for me :-))
The problem :
I don't have items for my servers for net.if.in / net.if.out
What I've check:
- I've installed Zabbix 2.0.3 from source for the server and the agents.
- My servers have the Template OS Linux which has the network interface discovery
- My config have the regex set to
1 » ^lo$ [Result is FALSE]
2 » ^Software Loopback Interface [Result is FALSE]
which is working fine when "eth0" is set in the test textarea
- The discovery is enabled
- when I do "zabbix_get -s my.host.com -k vfs.fs.discovery" from my zabbix server, it's giving me a correct json :
{
"data":[
{
"{#FSNAME}":"\/",
"{#FSTYPE}":"rootfs"},
{
"{#FSNAME}":"\/",
"{#FSTYPE}":"ext4"},
......
- when I do "zabbix_get -s my.host.com -k net.if.discovery" from my zabbix server, it's giving me an empty json :
{
"data":[]}
Any clues to help me ?
Thanks !
Comment