I've got a bunch of doubts about the way UserParameters work...
First of all, is it possible to define UserParameters in agent-less hosts?
And second, how can I test any UserParameter?
Let's just say I edit the file zabbix_agent.conf in one of my hosts and add this entry:
UserParameter=test[*],snmpwalk -v2c -c public $1 .1.3.6.1.2.1.4.20.1.1.192
When it comes to see if it works, I would create an item whose key would be "test[192.XXX.XXX.XXX]", am I right? On the other hand, which type (Zabbix agent, Zabbix agent (active), etc) should I choose from the list?
Thanks.
First of all, is it possible to define UserParameters in agent-less hosts?
And second, how can I test any UserParameter?
Let's just say I edit the file zabbix_agent.conf in one of my hosts and add this entry:
UserParameter=test[*],snmpwalk -v2c -c public $1 .1.3.6.1.2.1.4.20.1.1.192
When it comes to see if it works, I would create an item whose key would be "test[192.XXX.XXX.XXX]", am I right? On the other hand, which type (Zabbix agent, Zabbix agent (active), etc) should I choose from the list?
Thanks.
. Oh, and yes, the item which belongs to a remote device, is attached to Host Zabbix Server.
Comment