Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev01d/nagios-dashboard
Dashboard for Nagios XI
https://github.com/dev01d/nagios-dashboard
Last synced: about 1 month 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T01:29:25.000Z (about 1 month ago)
- Last Synced: 2024-12-03T02:31:31.173Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme.md
Awesome Lists containing this project
README
# Nagios Dashboard
An easy to read Nagios dashboard.
![image](images/screenshot.png)
## 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`.