mirror of
https://github.com/mdlayher/apcupsd_exporter.git
synced 2024-11-22 10:55:35 +01:00
Update README.md
Add installation guide to the file.
This commit is contained in:
parent
3f531e59fc
commit
db91078021
12
README.md
12
README.md
@ -4,6 +4,18 @@ Command `apcupsd_exporter` provides a Prometheus exporter for the
|
||||
[apcupsd](http://www.apcupsd.org/) Network Information Server (NIS). MIT
|
||||
Licensed.
|
||||
|
||||
## Installation
|
||||
|
||||
Make sure that Go package is installed to build this package
|
||||
```
|
||||
sudo apt install golang
|
||||
```
|
||||
|
||||
Move to `cmd/apcupsd_exporter` to build the file.
|
||||
```go build```
|
||||
|
||||
Test by running command `./apcupsd_exporter`
|
||||
|
||||
## Usage
|
||||
|
||||
Available flags for `apcupsd_exporter` include:
|
||||
|
Loading…
Reference in New Issue
Block a user