Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Apr 4, 2024
1 parent 31f1b17 commit 5cadce9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Description

This exporter exposes metrics from Oxidized, a popular network device configuration backup tool.
The exporter allows to monitor various aspects of your Oxidized setup, including device status, backup information, and config metrics.
This exporter provides access to metrics sourced from Oxidized, a widely-used tool for backing up network device configurations. With this exporter, you can monitor diverse aspects of your Oxidized setup, encompassing device status, backup details, and configuration metrics.

### Metrics
- oxidized_status
Expand Down Expand Up @@ -32,7 +31,7 @@ Download the latest binary, RPM, or DEB package for Linux from the [releases](ht
Clone the repository and build the exporter:

```bash
git clone htttps://github.com/akquinet/oxidized-exporter.git /tmp/oxidized-exporter
git clone https://github.com/akquinet/oxidized-exporter.git /tmp/oxidized-exporter
cd /tmp/oxidized-exporter
GOOS=linux GOARCH=amd64 CGO_ENALD=0 go build -o oxidized-exporter
```
Expand Down

0 comments on commit 5cadce9

Please sign in to comment.