snmp perl plugins

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
bbolin
Posts: 2
Joined: Wed Aug 19, 2015 9:33 am

snmp perl plugins

Post by bbolin »

Standard install of Core doesn't have them. Xi does

ls /usr/local/nagios/libexec/check_snmp*

check_snmp check_snmp_css_main.pl check_snmp_generic.pl check_snmp_load.pl check_snmp_nsbox.pl check_snmp_storage.pl check_snmp_win.pl
check_snmp_boostedge.pl check_snmp_css.pl check_snmp_int.pl check_snmp_load_wizard.pl check_snmp_process.pl check_snmp_storage_wizard.pl
check_snmp_cpfw.pl check_snmp_env.pl check_snmp_linkproof_nhr.pl check_snmp_mem.pl check_snmp_process_wizard.pl check_snmp_vrrp.pl

How do I go about getting them? Also I've found binaries for check_snmp_storage . What are the major benefits of binary vs perl other then maybe speed?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: snmp perl plugins

Post by hsmith »

bbolin wrote:Standard install of Core doesn't have them. Xi does

ls /usr/local/nagios/libexec/check_snmp*

check_snmp check_snmp_css_main.pl check_snmp_generic.pl check_snmp_load.pl check_snmp_nsbox.pl check_snmp_storage.pl check_snmp_win.pl
check_snmp_boostedge.pl check_snmp_css.pl check_snmp_int.pl check_snmp_load_wizard.pl check_snmp_process.pl check_snmp_storage_wizard.pl
check_snmp_cpfw.pl check_snmp_env.pl check_snmp_linkproof_nhr.pl check_snmp_mem.pl check_snmp_process_wizard.pl check_snmp_vrrp.pl

How do I go about getting them? Also I've found binaries for check_snmp_storage . What are the major benefits of binary vs perl other then maybe speed?
Quite the opposite, binaries are much quicker. The advantage to perl is having the source right in front of you, so you can make modifications as you please.
Former Nagios Employee.
me.
bbolin
Posts: 2
Joined: Wed Aug 19, 2015 9:33 am

Re: snmp perl plugins

Post by bbolin »

I was implying that binaries are faster. Downloaded them from http://nagios.manubulon.com and compiled but they appear to be dated.

Is there a single source to install all of these perl modules that come with Xi ?

ls /usr/local/nagios/libexec/check_snmp*.pl
/usr/local/nagios/libexec/check_snmp_boostedge.pl /usr/local/nagios/libexec/check_snmp_generic.pl /usr/local/nagios/libexec/check_snmp_mem.pl /usr/local/nagios/libexec/check_snmp_storage_wizard.pl
/usr/local/nagios/libexec/check_snmp_cpfw.pl /usr/local/nagios/libexec/check_snmp_int.pl /usr/local/nagios/libexec/check_snmp_nsbox.pl /usr/local/nagios/libexec/check_snmp_vrrp.pl
/usr/local/nagios/libexec/check_snmp_css_main.pl /usr/local/nagios/libexec/check_snmp_linkproof_nhr.pl /usr/local/nagios/libexec/check_snmp_process.pl /usr/local/nagios/libexec/check_snmp_win.pl
/usr/local/nagios/libexec/check_snmp_css.pl /usr/local/nagios/libexec/check_snmp_load.pl /usr/local/nagios/libexec/check_snmp_process_wizard.pl
/usr/local/nagios/libexec/check_snmp_env.pl /usr/local/nagios/libexec/check_snmp_load_wizard.pl /usr/local/nagios/libexec/check_snmp_storage.pl
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: snmp perl plugins

Post by tgriep »

rpmfind.net seems to have RPM packages depending on your OS.

ftp://www.rpmfind.net/linux/RPM/mageia/ ... e/release/
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: snmp perl plugins

Post by Box293 »

Download Nagios XI and extract it.

They are in the file /subcomponents/extraplugins/nagios-snmp-plugins.1.1.1.tgz
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked