Prometheus Exporter for GreenCell UPS APP
It is containerized FastAPI based application to expose UPS metrics provided by GC UPS APP.
GC APP is queried when /metrics endpoint is accessed,
which means that if the exporter is not in use it do not generate traffic.
Dashboard is available for import here
- Create the
.envfile to provide necessary values specified in Parameters section. - Build docker image using
docker compose build - Start docker compose using
docker compose up -d - Metrics will be available at
http://<your_hostname>:51772/metrics
Important
.env file filled with data from table should be saved in ./app directory before building docker image.
| Name | Description |
|---|---|
GC_PASSWORD |
Password to log in to GC remote access panel. |
GC_APP_IP |
IP address of host which is running GC APP. |
GC_APP_PORT |
Port on which GC APP is accessible |
GC_APP_PROTOCOL |
Protocol used to access GC APP (http / https) |




