All switches are 3com series, 4500 for this case.
I have ~20 other 4500 series 3coms added in, using the switch wizard to add them. They have all added in and given Nagios the info on their ports (port status and bandwidth).
One switch doesn't appear to be giving Nagios any info on its ports:
So I run the command through a terminal sessionNo ports were detected on the switch. Possible reasons for this include:
* The switch is currently down
* The switch does not exist at the address you specified
* SNMP support on the switch is disabled
Code: Select all
cfgmaker --show-op-down --zero-speed=100000000 --snmp-options=:::::1 --noreversedns [email protected]Something else I should mention; This switch was previously added in to Nagios with only a ping command working on it. There was an issue with SNMP not running on the right IP on the switch, but that was resolved on Friday. I have since verified the switch is properly replying to SNMP using a different plugin check command at the Nagios terminal:
Code: Select all
[root@localhost libexec]# ./check_3com_health.pl -H 10.20.1.28
3COM_HEALTH OK - FAN:OK PWR:OK MEM:OK CPU:OK | fan=100%;100;76;0;100 pwr=100%;100;76;0;100 mem=38%;85;90;0;100 cpu=16%;85;90;0;100
So, I am not sure why Nagios is telling me there are no detected ports, when the manually ran command is showing me there are? Plus as I said, I have 20 other switches exactly like this added in with out issue. I'm stumped.
Any ideas?
Thanks,
Nick