Sha256: 1bad1904a647ea994940262640241b08ecef8ad8e97e0f6a3b445ed11d5ea877
Contents?: true
Size: 1.49 KB
Versions: 2
Compression:
Stored size: 1.49 KB
Contents
#+TITLE: A Nagios dashboard with OpsCode Chef integration. #+Options: num:nil #+STARTUP: odd #+Style: <style> h1,h2,h3 {font-family: arial, helvetica, sans-serif} </style> * How It Works Nagios-Dashboard parses the nagios status.dat file & sends the current status to clients via an HTML5 WebSocket. The dashboard monitors the status.dat file for changes, any modifications trigger client updates (push). Nagios-Dashboard queries a Chef server or Opscode platform organization for additional host information. * Requirements - Nagios http://www.nagios.org/ - Ruby (MRI) & RubyGems http://www.ruby-lang.org/en/ - An OpsCode Chef server or platform oranization http://opscode.com/chef/ http://opscode.com/platform/ - Credentials to query Chef, user name & private key http://wiki.opscode.com/display/chef/Authentication * Install : gem install nagios-dashboard-sonian * Run : -> % nagios-dashboard -h : Usage: nagios-dashboard (options) : -d, --datfile FILE Location of Nagios status.dat FILE : -k, --key KEY Chef user KEY : -l, --logfile FILE Log to a different FILE : -p, --port PORT Listen on a different PORT : -u, --user USER Chef USER name : -v, --verbose Output debug messages to screen : -h, --help Show this message Example: : nagios-dashboard -u user -k ~/.chef/platform/user.pem -d /var/cache/nagios3/status.dat -p 8080 -v
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nagios-dashboard-sonian-0.0.5 | README.org |
nagios-dashboard-sonian-0.0.4 | README.org |