Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.59 KB

File metadata and controls

37 lines (27 loc) · 1.59 KB

NUT CGI Docker Image

License Docker Pulls Release

Overview

Docker image with NUT CGI UI served by Apache HTTPD server

Usage

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 Endpoint

/health


Made with ❤️ by Scalified