Home > Patches > Nagios Core

Nagios Core

Some user-contributed patches for Nagios Core.

Showing 13-22 of 22 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
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…
The patch, made by Michel Loiselleur (Linagora/TM2L), increase performance of Nagios CGIs. It replaces linked list by hash table for searching services. The performance are…
# cd nagios-2.0b5 # patch -p1 -i ../patch-statusmap-nagios-2.0b5.patch # ./configure ...... # make # make install restart apache
There was a request to create this patch for Nagios v2.0 as well as for 1.2. Here it is... However, this patch will work for…
Hi, First off sorry if I have posted an attachment to an attachment-free list (if so let me know, and I will repost with the…
For nagios 1.2 Sometimes, in the status map, the lines can be confused with the backgroud. This is a modified source of statusmap.c that draw…
Because most of our Servers got at least two IP-Addresses, (one for the customer-service (ie. web) one for the internal-services (ie. snmp)), I faced the…
Based on Nagios 2.x patch from didgaudin http://www.nagiosexchange.org/cgi-bin/bookmark.cgi?action=link_add;ID=1871;d=1 Install instructions ------------------ Go to your nagios install directory where the cgi files are stored # cd…
Warm hello! I'm working for Yandex company. My immediate task is monitoring of hosts and services. We use Nagios (version 2.6) on one computer for…