Hello zabbix users,
how can one get the zabbix agent to provide numeric values when using UserParamter items? I've searched the forum and found a lot of similar entries, but none of them satisfies my question.
I've defined the following UserParameter:
If I do a --test with zabbix-agentd I get these return values:
The thing is: I want to get numeric values, so I can have a trend and to calculation with them.
TIA
timo
how can one get the zabbix agent to provide numeric values when using UserParamter items? I've searched the forum and found a lot of similar entries, but none of them satisfies my question.
I've defined the following UserParameter:
Code:
UserParameter=ibs.echo1,echo 1 UserParameter=ibs.echo2,echo 2.0
Code:
root@admin:~ # zabbix-agentd --test "ibs.echo1" ibs.echo1 [t|1] root@admin:~ # zabbix-agentd --test "ibs.echo2" ibs.echo2 [t|2.0]
TIA
timo
Comment