I wish to monitor license usage for a particular license so that I can determine if we need to buy new licenses.
I have created a UserParameter in zabbix_agentd.conf
The UserParameter is:
UserParameter=arnold.status[*],rlmutil rlmstat -a -c 5055@server | sed -n '/arnold/,$p'|grep count | cut -c 40-40
Then I created a Item for that server and a graph but I am getting no graph being made. Is my UserParameter correct?
For the Item my key is: arnold.status[0]
Type of information is: Numeric(unsigned)
Data type: Decimal
Use custom multiplier: 1
Applications: Arnold
Enabled: tick
Is the item type correct? If anyone can help would be much appreciated.
Thanks
I have created a UserParameter in zabbix_agentd.conf
The UserParameter is:
UserParameter=arnold.status[*],rlmutil rlmstat -a -c 5055@server | sed -n '/arnold/,$p'|grep count | cut -c 40-40
Then I created a Item for that server and a graph but I am getting no graph being made. Is my UserParameter correct?
For the Item my key is: arnold.status[0]
Type of information is: Numeric(unsigned)
Data type: Decimal
Use custom multiplier: 1
Applications: Arnold
Enabled: tick
Is the item type correct? If anyone can help would be much appreciated.
Thanks
Comment