Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
The patch is adding new feature in core nagios. It allos to integrate nagios with documentation -HowTo systems like Wiki, mediawiki,Confluence .. etc.
It is connecting each check to corresponding page on WIKI where you can describe in detail what to do if there is alarm.
I would be happy if Nagios-Team will decide to include it in core distribution.
Current Version
2.1.0
Last Release Date
2012-09-05
Owner
Arsen Ghevondyan
Website
http://www.ghevondyan.net
License
GPL
Compatible With
diff file to patch cgi/cgiutils.c
diff file to patch cgi/status.c
Finally you can have something like this.
The patch is adding new feature in core nagios. It allos to integrate nagios with documentation -HowTo systems like Wiki, mediawiki,Confluence .. etc. It is connecting each check to corresponding page on WIKI where you can describe in detail what to do if there is alarm. Here is the quick installation guide. Download latest core version of nagios for example 3.4.1 version. http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.4.1.tar.gz root@adminx:/usr/local/src# tar -zxvf nagios-3.4.1.tar.gz root@adminx:/usr/local/src# cd nagios-3.4.1 root@adminx:/usr/local/src/nagios-3.4.1# Copy the attached 2 files this project to the nagios folder just verify it root@adminx:/usr/local/src/nagios-3.4.1# ls -la *.diff -rw-r--r-- 1 root root 964 Sep 5 17:20 nagios-3.4.1-cgiutils.c.diff -rw-r--r-- 1 root root 2607 Sep 5 17:22 nagios-3.4.1-status.c.diff now patch the source codes root@adminx:/usr/local/src/nagios-3.4.1# patch cgi/status.c < nagios-3.4.1-status.c.diff root@adminx:/usr/local/src/nagios-3.4.1# cgi/cgiutils.c < nagios-3.4.1-cgiutils.c.diff Now go a head and compile your nagios as usual. when nagiso is ready to run add teh following configuration lines into [YOUR_NAGIOS_PATH]/etc/cgi.cfg # DOCUMENTATION URL (Optional) # This option is allow to make interconection betwin Nagios and your # documentation system like wiki,confluence .. etc. # # Example: # docs_url=http://wiki.ghevondyan.net/mediawiki/index.php/Monitroing_HowTo: # docs_title=HowTo # docs_icon=/images/info.png # docs_url=http://[your wiki page URL] docs_title=HowTo docs_icon=/images/info.png Restart The nagios and enjoy :-) root@adminx:/usr/local/src/nagios-3.4.1# /etc/init.d/nagios restart Running configuration check...done. Stopping nagios: .done. Starting nagios: done. Now everything is ready you can go to the nagios web interface and will see the icons linked with the documents on "Service Status Details For All Host Groups" page. Hope you will like the feature - I implement it in my previews companies Lycos Europe and Orange Armenia. This is really helpful and making very fast and efficient of 1-rs level support work. If it is needed I can help to have the feature on old version of nagios also. Thank you Arsen Ghevondyan
Thank you! Here are no problems with installation. Works fine. Is it difficult to modify patch to show wiki-icon only for certain services? For example, if the service uses template "wiki-template".
Any screenshots?
If i dont want to reinstall nagios again then how can i apply this patch ?
Hi, In fact you need to recompile the source code for now. The changes was only in 2 files status.cgi and cgiutils.cgi So you can recompile and overwrite thoese 2 files. I'm trying to get Nagios team to put this in core and later you will not need to recompile :-) Hope so!..
You must be logged in to submit a review.
To:
From: