Home > Patches

Patches

User-contributed patches for Nagios.  Note that some of these may already be incorporated in current versions of Nagios.  Additionally, the official method for supplying patches for Nagios is to email the nagios-devel mailing list.  We’re providing these patches because you just might be interested in them.

Showing 13-24 of 26 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
This patch is useful if you are monitoring servers and services in dual-stack environment. Essentially it allows you to add IPv6 address to your host…
We have monitoring servers shared by several customers. Problem is that one user can enter a downtime and sees the other user's machines by using…
This patch was done to avoid showing unimportant alerts such as CPU going high for some minutes, memory, etc... This is only interesting to have…
Hi, I'm currently using nagios3, and I would like to propose a patch to change the behaviour of the statusmap cgi. It may not interest…
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…