Home Directory Patches Nagios Core SNMP Community Patches - Nagios 2.x

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

SNMP Community Patches - Nagios 2.x

Rating
0 votes
Favoured:
0
Hits
163536
Files:
FileDescription
nagios-snmp-community.patchnagios snmp community patch for nagios 2.0b4
nagios-2.0rc2-snmpcommunity.patchNagios 2.0RC2 - SNMP Community patch - fixed
nagios-2.3-snmpcommunity.patchSNMP Patch for Nagios 2.3
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Use per-host SNMP communities on check plugins with a new variable.
To use this patch, add to your hosts definitions the variable community with the SNMP community of the host:


define host{

use Template
host_name XXXX
alias XXXX
address XXXX
hostgroups XXXX
community public
}



The community is read by nagios on startup and is copied into the env variable SNMPCOMMUNITY to be used into the checks definition.

So the check definition can be:

$USER1$/check-mysnmp -C $SNMPCOMMUNITY$ -H $HOSTADDRESS$

and on each call of the plugin the right snmp community is used for the check execution.

A warning is generated on the nagios execution if the community is not set for a particular host.

The patch has been tested on nagios 2.0b4 and has to been applied to the nagios sources with patch -p0