Skip to content
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_load.pl fails with stacked cisco 3650 #44

Open
jgrammen-agilitypr opened this issue Jan 25, 2018 · 0 comments
Open

check_snmp_load.pl fails with stacked cisco 3650 #44

jgrammen-agilitypr opened this issue Jan 25, 2018 · 0 comments

Comments

@jgrammen-agilitypr
Copy link

When running the script via icinga2, the following error is returned:
ERROR: Description table : No response from remote host "10.x.x.x".

There are three cisco 3650's in a stack, and the snmp requests are going to the stack master.
Based on my queries using snmp-walk and get, it seems you have to query oid's:]

1.3.6.1.4.1.9.9.109.1.1.1.1.3
1.3.6.1.4.1.9.9.109.1.1.1.1.4
1.3.6.1.4.1.9.9.109.1.1.1.1.5

but you get back a "array" of values

.iso.org.dod.internet.private.enterprises.9.9.109.1.1.1.1.3.19 = Gauge32: 11
.iso.org.dod.internet.private.enterprises.9.9.109.1.1.1.1.3.20 = Gauge32: 10
.iso.org.dod.internet.private.enterprises.9.9.109.1.1.1.1.3.21 = Gauge32: 8

which correspond to the 5 minute average for each switch in the stack
and which matches the documentation from cisco

https://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html#topic1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants