Project to show information from NinjaRMM to see device health at a glance.
- Python 3.8
- Flask
- py-ninjarmm-api-client
- Clone the repo
- Run
pip install -r requirements.txtto install the dependencies. - Set the
FLASK_APPenvironment variable equal toninjadisplay. - Export your NinjaRMM API ID and Secret to the environment variables
NRMM_KEY_IDandNRMM_SECRET.
- Shows a page with every device that has an alert triggered.