Hi all
I'm currently setting up a brand new zabbix installation
I'm trying to monitor traffic on my Centos 5.3 servers.
To do that I've setup some UserParamaters
UserParameter=net-eth0-out ,cat /proc/net/dev | awk -F: '{ if ($1 ~ "eth0") { print $2 } }' | awk '{ printf("[u|%s] %s\n", $1) }'
But each time I try it by using this command :
zabbix_agentd -t net-eth0-out
I receive :
net-eth0-out [m|ZBX_NOTSUPPORTED]
So I decided to try something more simple
UserParameter=fredtest, echo 1
Same result
And the same with the mysql.version
I cannot find out why
Does any of you have an idea ?
zabbix_agentd version is 1.8
Thanks
Fred
I'm currently setting up a brand new zabbix installation
I'm trying to monitor traffic on my Centos 5.3 servers.
To do that I've setup some UserParamaters
UserParameter=net-eth0-out ,cat /proc/net/dev | awk -F: '{ if ($1 ~ "eth0") { print $2 } }' | awk '{ printf("[u|%s] %s\n", $1) }'
But each time I try it by using this command :
zabbix_agentd -t net-eth0-out
I receive :
net-eth0-out [m|ZBX_NOTSUPPORTED]
So I decided to try something more simple
UserParameter=fredtest, echo 1
Same result

And the same with the mysql.version

I cannot find out why
Does any of you have an idea ?
zabbix_agentd version is 1.8
Thanks
Fred


Comment