Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

Nagios patch - Availability report

Download avail.zip (tested on Nagios 3.0.6 and Icinga 0.8)

This patch includes new Availability Report page.

Demo video

From first page you can choose all params and create report, no more Continue to step X.

Also this patch includes new columns in hostgroup availability report (% Time Up With Scheduled, * % Time Down Scheduled, * % Time Down Unscheduled), and CSV output is now enabled for all reports.

How to install:

  1. copy files from images directory to your nagios(icinga) web directory where all other images where stored.
  2. copy files from stylesheets directory to nagios(icinga) web directory where all other stylesheets where stored.
  3. copy js directory to nagios(icinga) web directory
  4. patch avail.c file with avail.patch
    Exampe:
    cd /cgi

    Copy avail.patch to /cgi directory
    patch avail.c < avail.patch
  5. ./configure and make file Example:
    cd

    ./configure
    make all
  6. Copy avail.cgi to nagios cgi directory

New columns added in hostgroup availability

How to patch:
$ patch avail.c < avail.patch

Old report:
Old report
New report(patched):
New report(patched)