I've been trying to setup a way to monitor all my switches (just a regular ping to find out if they're alive). However, I'm having a little trouble.
I imported a template that looked like:
<zabbix_export version="1.0" date="21.1.09" time="02.20">
<hosts>
<host name="Template_Cisco">
<ip>0.0.0.0</ip>
<port>10050</port>
<status>3</status>
<items>
<item type="3" key="icmpping" value_type="3">
<description>Ping Check</description>
<delay>30</delay>
<history>30</history>
<trends>365</trends>
<formula>1</formula>
<snmp_community>itws</snmp_community>
<snmp_oid>interfaces.ifTable.ifEntry.ifInOctets. 1</snmp_oid>
<snmp_port>161</snmp_port>
</item>
</items>
</host>
</hosts>
</zabbix_export>
It seems to have created but when I create a new host and link it to that it doesn't seem to work. I'm just getting Monitored in green and then unknown in the Availability. Can anyone give me a little 'how to' to get it the rest of the way?
Thanks.
I imported a template that looked like:
<zabbix_export version="1.0" date="21.1.09" time="02.20">
<hosts>
<host name="Template_Cisco">
<ip>0.0.0.0</ip>
<port>10050</port>
<status>3</status>
<items>
<item type="3" key="icmpping" value_type="3">
<description>Ping Check</description>
<delay>30</delay>
<history>30</history>
<trends>365</trends>
<formula>1</formula>
<snmp_community>itws</snmp_community>
<snmp_oid>interfaces.ifTable.ifEntry.ifInOctets. 1</snmp_oid>
<snmp_port>161</snmp_port>
</item>
</items>
</host>
</hosts>
</zabbix_export>
It seems to have created but when I create a new host and link it to that it doesn't seem to work. I'm just getting Monitored in green and then unknown in the Availability. Can anyone give me a little 'how to' to get it the rest of the way?
Thanks.