I am using Zabbix agent v2.2.2
.
I have added some user parameters and got them working but I don't understand what codes in their outputs mean. I use normal user parameter syntax. (UserParameter=<key>,<command>
).
For user parameter that does not work:
zabbix_agentd -t user_param_with_error
user_param_with_error [m|ZBX_NOTSUPPORTED]
One that works (33
is the expected result of the test.):
zabbix_agentd -t user_param
user_param [t|33]
What do these t
and m
characters mean before the actual result?
I have read the Zabbix documentation about user parameters but could not find explanation to this.