Build precise queries to find exactly what you need
Press ESC to close
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!
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!