I have tried a bunch of stuff, including what has been recommended in different threads on this forum, but I cannot get a UserParameter to return a value. I even went down to making this simple UserParameter:
However, when I try to fetch the result, I get this:
I am showing the last command just to ensure that there is no problem with getting other values.
What could I be doing wrong here?
Thanks!
Code:
UserParameter=test.test,echo "1"
Code:
root@gateway:~# zabbix_agentd -t test.test test.test [m|ZBX_NOTSUPPORTED] root@gateway:~# zabbix_agentd -t vm.memory.size[free] vm.memory.size[free] [u|1795985408]
What could I be doing wrong here?
Thanks!

Comment