Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

nagiosCfgVisualizer

Rating
0 votes
Favoured:
0
Hits
103299
Files:
FileDescription
nagiosCfgVisualizer.shnagiosCfgVisualizer.sh
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Extracts information from Nagios-config and writes nice Graphs
With NDO this can be accomplished much neater. So I'll close it down.
{{
This script takes the objects.cache file from ./ and then writes the files HostAndServices.dot and ContactsAndGroups.dot to the current directory. (Existing files will be overwritten)

Theese files will be used with the Graphviz-Tool dot to create a graphical overview about some of the many aspects of the Nagios-Configuration.

Tested with Nagios 2.4

One graph shows Parent ---> Hosts ---> Services ---> Contactgroups + Contactgroups

The other Contactgroups ---> Contacts ---> Service-Notification-Command + Host-Notification-Command

Possible ToDos:
- Help function
- Extract colors and labels from awk to a common position
- More control of dot from this script
- Do some pagination of the output-files (pdf?)
}}