Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/apcupsd_exporter
Prometheus exporter that exposes metrics from apcupsd's NIS. MIT Licensed.
https://github.com/mdlayher/apcupsd_exporter
Last synced: 17 days ago
JSON representation
Prometheus exporter that exposes metrics from apcupsd's NIS. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/apcupsd_exporter
- Owner: mdlayher
- License: mit
- Created: 2016-09-07T21:13:04.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T12:47:50.000Z (3 months ago)
- Last Synced: 2024-10-14T17:53:11.108Z (30 days ago)
- Language: Go
- Size: 270 KB
- Stars: 154
- Watchers: 10
- Forks: 65
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# apcupsd_exporter [![Linux Test Status](https://github.com/mdlayher/apcupsd_exporter/workflows/Linux%20Test/badge.svg)](https://github.com/mdlayher/apcupsd_exporter/actions) [![GoDoc](http://godoc.org/github.com/mdlayher/apcupsd_exporter?status.svg)](http://godoc.org/github.com/mdlayher/apcupsd_exporter)
Command `apcupsd_exporter` provides a Prometheus exporter for the
[apcupsd](http://www.apcupsd.org/) Network Information Server (NIS). MIT
Licensed.## Usage
Available flags for `apcupsd_exporter` include:
```
$ ./apcupsd_exporter -h
Usage of ./apcupsd_exporter:
-apcupsd.addr string
address of apcupsd Network Information Server (NIS) (default ":3551")
-apcupsd.network string
network of apcupsd Network Information Server (NIS): typically "tcp", "tcp4", or "tcp6" (default "tcp")
-telemetry.addr string
address for apcupsd exporter (default ":9162")
-telemetry.path string
URL path for surfacing collected metrics (default "/metrics")
```