Docker image with NUT CGI UI served by Apache HTTPD server
docker run \ --name nut-cgi \ -e "LISTEN_HOST=0.0.0.0" \ -e "LISTEN_PORT=8080" \ -e "ADMIN_EMAIL=admin@example.com" \ -e "MONITOR_HOSTS=EATON:eaton@localhost;CYBERPOWER:cyberpower@localhost" \ --restart always \ scalified/nut-cgi| Environment Variable | Description | Default |
|---|---|---|
| LISTEN_HOST | HTTPD listen host | 0.0.0.0 |
| LISTEN_PORT | HTTPD listen port | 8080 |
| ADMIN_EMAIL | Administrator's email | admin@localhost |
| MONITOR_HOSTS | Semicolon-separated list of NUT hosts to monitor (hosts.conf) | "" |
/health
Made with ❤️ by Scalified