Hello everyone,
I'm new to Zabbix, and currently I have it installed on a Linux (Ubuntu) server. I installed Zabbix 2.0.2 on this server and I'm currently monitoring 3 servers using the agent.
My issue is getting a SNMP host to monitor. Here's what I've done.
1. I imported a Cisco 2960 (48 Ports) template. The import process ran flawlessly. I'm trying to monitor Cisco 2960 48-ports switch and Cisco Nexus switch.
2. I created a SNMP host, using FQDN as its SNMP interface and using DNS as its connect to setting.
3. In the Templates tab, I added the new Cisco template that I loaded in step 1.
4. A couple of minutes later and I see a red SNMP icon lit up.
Troubleshooting I've done.
Reading the document at: https://www.zabbix.com/documentation...itemtypes/snmp
1. Command: snmpwalk -v 2c -c MySNMPstring FQDN.MyDomain.com |grep -i ifinoctet
2. The above command comes back empty.
3. Ran a slightly different command: snmpwalk -v 2c -c MySNMPstring FQDN.MyDomain.com |grep -i GigabitEthernet
4. This returns what I think is the proper OID: iso.3.6.1.2.1.2.2.1.2.10101 = STRING: "GigabitEthernet1/0/1"
5. I created a new item using the OID from step 4, and still no luck
I checked the logs at /var/log/zabbix-server/ and I did notice a bunch of SNMP failures, but nothing specific that can help me pinpoint the issue(s).
What am I doing wrong here?
I'm new to Zabbix, and currently I have it installed on a Linux (Ubuntu) server. I installed Zabbix 2.0.2 on this server and I'm currently monitoring 3 servers using the agent.
My issue is getting a SNMP host to monitor. Here's what I've done.
1. I imported a Cisco 2960 (48 Ports) template. The import process ran flawlessly. I'm trying to monitor Cisco 2960 48-ports switch and Cisco Nexus switch.
2. I created a SNMP host, using FQDN as its SNMP interface and using DNS as its connect to setting.
3. In the Templates tab, I added the new Cisco template that I loaded in step 1.
4. A couple of minutes later and I see a red SNMP icon lit up.
Troubleshooting I've done.
Reading the document at: https://www.zabbix.com/documentation...itemtypes/snmp
1. Command: snmpwalk -v 2c -c MySNMPstring FQDN.MyDomain.com |grep -i ifinoctet
2. The above command comes back empty.
3. Ran a slightly different command: snmpwalk -v 2c -c MySNMPstring FQDN.MyDomain.com |grep -i GigabitEthernet
4. This returns what I think is the proper OID: iso.3.6.1.2.1.2.2.1.2.10101 = STRING: "GigabitEthernet1/0/1"
5. I created a new item using the OID from step 4, and still no luck
I checked the logs at /var/log/zabbix-server/ and I did notice a bunch of SNMP failures, but nothing specific that can help me pinpoint the issue(s).
What am I doing wrong here?
Comment