I am trying to track the number of interfaces on OpenView. I wish to run a command in cron every X minutes:
#ovtopodump -l |grep -i "number of interfaces"|awk '{print $4}'
I want to bring that number to Zabbix and graph the data. I have zabbix_agent running on the OpenView server. What more do I need to do to pass the results to Zabbix?
TIA
#ovtopodump -l |grep -i "number of interfaces"|awk '{print $4}'
I want to bring that number to Zabbix and graph the data. I have zabbix_agent running on the OpenView server. What more do I need to do to pass the results to Zabbix?
TIA
Comment