Hello to you all.
I am running Zabbix 3 alpha4 on Ubuntu 14.04 LTS.
I have setup a user parameter to get the output of the command repquota.
Everything with the json output works fine but this...
When I create items... like this:
I get the whole json output (for all the users) in all the value instead of
here is a sample of the output json:
Are there any pointers to what I did wrong?
Best regards.
I am running Zabbix 3 alpha4 on Ubuntu 14.04 LTS.
I have setup a user parameter to get the output of the command repquota.
Everything with the json output works fine but this...
When I create items... like this:
Code:
user.discovery[{#USERNAME}]
user.discovery[{#USERNAME},{#QUOTA}]
Code:
johndoe 256000
Code:
{
"data":[
{"{#USERNAME}":"johndoe","{#USED}":"47832","{#QUOTA}":"256000","{#FILES}":"2597"},
{"{#USERNAME}":"janedoe","{#USED}":"276","{#QUOTA}":"51200","{#FILES}":"45"}
]
}
Best regards.