https://github.com/garethr/nash
Nagios dashboard
https://github.com/garethr/nash
Last synced: 3 months ago
JSON representation
Nagios dashboard
- Host: GitHub
- URL: https://github.com/garethr/nash
- Owner: garethr
- Created: 2012-03-30T08:20:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T21:15:43.000Z (about 12 years ago)
- Last Synced: 2025-03-26T06:51:44.835Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Screen scraping nagios dashboard that just shows checks in Critical, Warning and OK. Designed for big screens.
Mainly designed for easy running on Heroku, but it's just a small Sinatra application. For configuration set three environment variables:
NAGIOS_HOST
AUTH_USERNAME
AUTH_PASSWORD## Running locally
First install the dependencies with bundler:
bundle install
Then run the application:
NAGIOS_HOST=x AUTH_USERNAME=y AUTH_PASSWORD=z bundle exec ruby app.rb
This should bring up a local web server on localhost:4567. Note that the
username and password are those used to access your Nagios install, as
well as used again to access the running dashboard.