CGI Modifications

Search Auto-complete

Description:

This is a small but useful tweak to the Nagios search function, that implements autocomplete.

The existing tutorial in this category failed to work for me, so I accomplished the same thing with jQuery.

Note that in my setup, I use the Vautour style.

Have fun with it!

Current Version

1.0

Last Release Date

2012-01-20

Compatible With

  • Nagios 3.x

License

GPL


Project Files
Project Photos
Project Notes
Requirements: Nagios 3.x The Vautour style jquery.zip 10 minutes
Reviews (1) Add a Review
Great work!
by mihair, January 31, 2012

Great work! And great tutorial! I have modified the last part so it will include also the IP’s of the hosts: http://mihai.radoveanu.ro/2012/01/nagios-search-auto-complete/ ( Just create a script like this one and add it to the crontab: #!/bin/sh /bin/cat /usr/local/nagios/var/objects.cache | /bin/grep "host_name" | /bin/sed 's/s*host_names*//g' | /usr/bin/sort | /usr/bin/uniq > /usr/local/nagios/share/hosts.txt /bin/cat /usr/local/nagios/var/objects.cache | /bin/grep "address" | /bin/sed 's/s*addresss*//g' | /usr/bin/sort | /usr/bin/uniq >> /usr/local/nagios/share/hosts.txt ) Thanks again!



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (2)
Favorites
3
Views
83,625