Skip to content

The access point monitoring UI that allows users to edit the IP addresses of their APs.

License

Notifications You must be signed in to change notification settings

iNethi/access-point-monitoring-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access Point Monitoring System

AP monitoring solution that allows users to edit the IP addresses of their APs.

Depends on the iNethi installation of Keycloak (auth), Grafana (UI) and Prometheus (data). You can install those from here.

Run locally

  1. Start the DB: docker compose -f ./docker-compose-local.yml up -d.
  2. Start the server: python manage.py runserver
  3. Start the UI: npm start

How this works

The UI and database are connected to the prometheus yaml file. When this file is changed the prometheus container will reload using the API call curl -u inethi:iNethi2023# -X POST http://inethi-prometheus:9090/-/reload `. This will reload the yaml file that would have been edited whenever a UI edit occurs.

About

The access point monitoring UI that allows users to edit the IP addresses of their APs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published