Supervise is a monitoring software developed by Ragtech, a company specialized in manufacturing Uninterruptible Power Supplies (UPS). This project provides a convenient way to install Supervise within a Docker container, simplifying its deployment and usage. Additionally, it includes a Grafana dashboard for users who wish to import and visualize their data effectively.
- Easy Installation: Deploy Supervise quickly using Docker and Docker Compose.
 - Grafana Integration: Import monitoring data into Grafana for advanced visualization and analysis.
 - User -Friendly Interface: Access and manage your UPS monitoring easily through the Supervise interface.
 
- Docker and Docker Compose installed on your machine. You can download them from Docker's official website.
 
To install Supervise using Docker Compose, follow these steps:
- Clone the repository:
git clone https://github.com/tofoli/supervise.git
 - Navigate to the project directory:
cd supervise - Start the services using Docker Compose:
docker-compose up -d
 - Access Supervise by navigating to http://localhost:4470 in your web browser.
 
If you want to visualize your data in Grafana, you can import the provided Grafana dashboard. Follow these steps:
- Open Grafana and log in.
 - Click on the "+" icon in the left sidebar and select "Import."
 - Enter the dashboard ID or upload the JSON file provided in this repository.
 - Configure the data source to point to your Supervise instance.
 - Save and view your dashboard.
 
Contributions are welcome! If you have suggestions for improvements or find bugs, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.