Skip to content

Commit

Permalink
Merge pull request #5 from wbollock/feat/additional_metrifcs
Browse files Browse the repository at this point in the history
feat: additional metrics
  • Loading branch information
wbollock authored Sep 4, 2022
2 parents a32657f + 94faf8a commit 2f0dc92
Show file tree
Hide file tree
Showing 6 changed files with 3,215 additions and 2,439 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

# nagios_exporter specific
devconfig.toml
main
nagios_exporter

dist/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ tar xvf nagios_exporter_{{ version }}_Linux_x86_64.tar.gz
wget https://github.com/wbollock/nagios_exporter/archive/refs/tags/v{{ version }}.tar.gz
tar xvf nagios_exporter-{{ version }}.tar.gz
cd ./nagios_exporter-{{ version }}
go build main.go
./main.go
go build nagios_exporter.go
./nagios_exporter.go
```

## Troubleshooting
Expand Down
Loading

0 comments on commit 2f0dc92

Please sign in to comment.