Hello,
I discovered Zabbix yesterday and it is a really great tool! The installation is easy, but I have a little problem with zabbix_agentd: it doesn't have the rights to have network informations, actually, that is what I thing...
system:~# /etc/zabbix/sbin/zabbix_agentd -t "net.if.out[lo,bytes]"
net.if.out[lo,bytes] [u|32465416]
system:~# su - zabbix
zabbix@system:~$ /etc/zabbix/sbin/zabbix_agentd -t "net.if.out[lo,bytes]"
net.if.out[lo,bytes] [m|ZBX_NOTSUPPORTED]
I've created the "zabbix" user with this command:
useradd \
--base-dir=$zabbix_path \
zabbix
Maybe I have to create a system user..? I don't know.
Is there anybody who can help me?
Thanks a lot!
Samuel.
I discovered Zabbix yesterday and it is a really great tool! The installation is easy, but I have a little problem with zabbix_agentd: it doesn't have the rights to have network informations, actually, that is what I thing...
system:~# /etc/zabbix/sbin/zabbix_agentd -t "net.if.out[lo,bytes]"
net.if.out[lo,bytes] [u|32465416]
system:~# su - zabbix
zabbix@system:~$ /etc/zabbix/sbin/zabbix_agentd -t "net.if.out[lo,bytes]"
net.if.out[lo,bytes] [m|ZBX_NOTSUPPORTED]
I've created the "zabbix" user with this command:
useradd \
--base-dir=$zabbix_path \
zabbix
Maybe I have to create a system user..? I don't know.
Is there anybody who can help me?
Thanks a lot!
Samuel.
Comment