monitoring hp procurve
-
jtintegration
- Posts: 56
- Joined: Tue Nov 19, 2013 5:01 pm
monitoring hp procurve
We have HP Procurve on campus, I would like to monitor interfaces for broadcast, error, drop and bytes count. Currently I am only monitor for up/down swtiches, would like to add this for monitoring. What is best way to do this?
thanks
thanks
Re: monitoring hp procurve
Looking at the script code, https://exchange.nagios.org/directory/P ... rs/details seems like a good candidate.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
jtintegration
- Posts: 56
- Joined: Tue Nov 19, 2013 5:01 pm
Re: monitoring hp procurve
I found this also but was never able to get the plug-in to work, I am not sure what I am doing wrong.
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: monitoring hp procurve
this should work fine https://github.com/rcknag/nagios-plugin ... rocurve.sh
-
jtintegration
- Posts: 56
- Joined: Tue Nov 19, 2013 5:01 pm
Re: monitoring hp procurve
Can you send me step by step instructions to install plugin. I have never been able to install plugin successfully.
Thanx
Thanx
-
bolson
Re: monitoring hp procurve
https://assets.nagios.com/downloads/nag ... os-XI.pdf
Please let us know if you're able to get your plugin installed and working. Thank you!
Please let us know if you're able to get your plugin installed and working. Thank you!
-
jtintegration
- Posts: 56
- Joined: Tue Nov 19, 2013 5:01 pm
Re: monitoring hp procurve
I have successfully downloaded and installed plug-in, based on captured picture. I am not sure how to test the plugin command line and define command? If my switch is 10.1.1.1, how to I test and define command? Thanx
You do not have the required permissions to view the files attached to this post.
-
dwasswa
Re: monitoring hp procurve
Did you try to check out the link bolson provided earlier?
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
-
jtintegration
- Posts: 56
- Joined: Tue Nov 19, 2013 5:01 pm
Re: monitoring hp procurve
I did but not sure how to run command, it is not clear for me. thanx
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: monitoring hp procurve
Page 3 of https://assets.nagios.com/downloads/nag ... ios-XI.pdf shows how to test from command line. You just need to use check_snmp_hp-procurve-counters.sh instead of the example plugin. In this case /usr/local/nagios/libexec/check_snmp_hp-procurve-counters.sh $HOSTADDRESS$ $ARG1$ where you fill in the variables with the appropriate real-world values (the host you are checking, for example).
It looks like you also need to run chown apache.nagios /usr/local/nagios/libexec/check_snmp_hp-procurve-counters.sh
As far as defining the command, you'll need to look at the documentation for the plugin.
It looks like you also need to run chown apache.nagios /usr/local/nagios/libexec/check_snmp_hp-procurve-counters.sh
As far as defining the command, you'll need to look at the documentation for the plugin.