Skip to content

dev01d/nagios-dashboard

Repository files navigation

Nagios Dashboard

An easy to read Nagios dashboard.

image

Run

Docker

There is a docker compose file in the docker directory. Add env variables there or add them to a .env file.

Node

Rename 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 files. Rename example.env.local, change the values, and then run yarn dev.