I have the following issue: I have a system with a BUNCH of nfs mounts. The standard agents won't return any information on them. So, I have a script that will return triples of {share,mountpoint,freespace} for each NFS mount on the system. I need to return that data in response to a UserParameter.
The questions are:
1 - what format does the returned data need to be in?
2 - how can Zabbix parse that data, using the first item in each triple (share) as the item name?
Thanks!
The questions are:
1 - what format does the returned data need to be in?
2 - how can Zabbix parse that data, using the first item in each triple (share) as the item name?
Thanks!