https://github.com/dev01d/nagios-dashboard
Dashboard for Nagios XI
https://github.com/dev01d/nagios-dashboard
Last synced: 3 months ago
JSON representation
Dashboard for Nagios XI
- Host: GitHub
- URL: https://github.com/dev01d/nagios-dashboard
- Owner: dev01d
- Created: 2020-02-12T06:37:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T02:13:41.000Z (3 months ago)
- Last Synced: 2025-03-25T03:20:39.763Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: .github/readme.md
Awesome Lists containing this project
README
# Nagios Dashboard
An easy to read Nagios dashboard.

## Run
#### Docker
There is a docker compose file in the [docker](../docker/docker-compose.yml) directory. Add env variables there or add them to a `.env` file.
#### Node
Rename [example.env.local](../example.env.local) to `.env.local`, change the values, and then run `yarn build && yarn start`
##### Dev
Next.js automatically ingests [.env and .env.local](https://nextjs.org/docs/basic-features/environment-variables) files. Rename [example.env.local](../example.env.local), change the values, and then run `yarn dev`.