I have two very similar servers running Debian stable. Both have zabbix_agentd version:
To simplify things I defined one UserParameter like this:
The rest of UserParameters are commented out.
On first machine called hippona this works, I can access the value via
It's visible on the web frontend too. No problem.
But on second machine called neptun I always get ZBX_NOTSUPPORTED except when I use:
Web frontend doesn't see the option either. I get ZBX_NOTSUPPORTED from this too (it's run on the zabbix server, where frontend is running):
What could be wrong?
Code:
ZABBIX Agent v1.1.4 (14 November 2006) Compilation time: Dec 3 2007 10:13:22
Code:
UserParameter=system.test,echo "1"
On first machine called hippona this works, I can access the value via
Code:
zabbix_agent -t system.test
But on second machine called neptun I always get ZBX_NOTSUPPORTED except when I use:
Code:
zabbix_agentd -p
Code:
zabbix_get -s neptun -k system.test

Comment