Skip to content

Commit

Permalink
Merge pull request #3 from ypid/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling and enabled syntax highlighting.
  • Loading branch information
brian-brazil committed Sep 15, 2015
2 parents eaf48b9 + c514d57 commit eb970ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Prometheus SNMP Exporter

This an exporter that exposes information gathered from SNMP
This is an exporter that exposes information gathered from SNMP
for use by the Prometheus monitoring system.

## Installation

```
```Shell
pip install snmp_exporter
```

Expand All @@ -30,7 +30,7 @@ The snmp exporter needs to be passed the address as a parameter, this can be
done with relabelling.

Example config:
```
```YAML
scrape_config:
- job_name: 'snmp'
target_groups:
Expand Down

0 comments on commit eb970ff

Please sign in to comment.