← Back to the dashboard

Add a station

Show your GMN station's capture health on this dashboard and get alerts when it has a problem. One command installs a small monitor as a self-updating service.

On the station, run:

curl -fsSL https://raw.githubusercontent.com/Cybis320/cc-rms-mqtt-monitor/master/scripts/deploy_station.sh | bash

That's it — it installs into ~/vRMS, starts a systemd service, and keeps itself updated. It connects to mqtt.contrailcast.com anonymously, with nothing to configure.

Your RMS weblog_enable setting is honored — a camera set to false is never transmitted.

Configuration, options, and uninstall are in the project README.

← Back to the dashboard