Just getting into the API a little and I'm looking for a way to get the name of the discovered name of interfaces, disk volumes, etc.
So in item.get I can get some good info, but I need to know what the interface name is instead of "$1".
Same applies for disk and any other discovered resource.
What am I missing here to pull this all in together?
Thanks!
So in item.get I can get some good info, but I need to know what the interface name is instead of "$1".
Code:
Version of zabbix_agent(d) running: 2.4.4 Incoming network traffic on $1: 0 Incoming network traffic on $1: 7296 Incoming network traffic on $1: 7376 Incoming network traffic on $1: 7208
Code:
Total disk space on $1: 599443632128
Thanks!
Comment