├── Dockerfile ├── README.md ├── http_wrapper.sh ├── inetd.conf ├── upsc_exporter.sh └── upsc_to_prometheus.awk /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzck/prometheus-upsc-exporter/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzck/prometheus-upsc-exporter/HEAD/README.md -------------------------------------------------------------------------------- /http_wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzck/prometheus-upsc-exporter/HEAD/http_wrapper.sh -------------------------------------------------------------------------------- /inetd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzck/prometheus-upsc-exporter/HEAD/inetd.conf -------------------------------------------------------------------------------- /upsc_exporter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzck/prometheus-upsc-exporter/HEAD/upsc_exporter.sh -------------------------------------------------------------------------------- /upsc_to_prometheus.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzck/prometheus-upsc-exporter/HEAD/upsc_to_prometheus.awk --------------------------------------------------------------------------------