-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check_snmp_mem.pl not work on cisco SG200-50FP #37
Comments
Maybe the OIDs are wrong. I suggest to enable the verbose/debug mode and look into the script which OIDs are pulled. Might need adoptions for that switch of yours. I don't have such hardware to test, so I will make blind suggestions here. |
i think there is no memory pool information on CISCO Small Business switch. Thanks |
Temperature and fan oid are different on CISCOSB too. |
Currently I disabled all SNMP checks, Because it results in CPU spikes on the switch. |
So your advice is to disable snmp check on it? |
Depends on how critical the switch is for you or if you have an alternative. But at least I suggest to keep an eye on the CPU load when you do snmp checks on a SG switches. |
thanks @spali and @dnsmichi temperature SNMP OID is: 1.3.6.1.4.1.9.6.1.101.83.5.1.1.2.1 Fans Unit 1 .1.3.6.1.4.1.9.6.1.101.83.1.1.1.3.67109249 |
Hello,
i try to get mem info from my cisco switch SG200-50FP but i get always this error:
ERROR: Description table : The requested table is empty or dows not exist
this is the command line that i use:
./check_snmp_mem.pl -H 192.168.0.66 -C public -w 99 -c 100 -I
SNMP is enable on switch because i can retry CPU usage information
How can i fix it?
Thanks
The text was updated successfully, but these errors were encountered: