44
55# nagios_exporter
66
7- ![ Github Release Downloads] ( https://img.shields.io/github/downloads/linode_obs /nagios_exporter/total.svg )
8- [ ![ license] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/linode_obs /nagios_exporter/blob/master/LICENSE )
9- [ ![ golangci-lint] ( https://github.com/linode_obs /nagios_exporter/actions/workflows/golangci-lint.yaml/badge.svg )] ( https://github.com/linode_obs /nagios_exporter/actions/workflows/golangci-lint.yaml )
10- ![ Go Report Card] ( https://goreportcard.com/badge/github.com/linode_obs /nagios_exporter )
11- [ ![ contributions] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" )] ( https://github.com/linode_obs /nagios_exporter/issues )
7+ ![ Github Release Downloads] ( https://img.shields.io/github/downloads/linode-obs /nagios_exporter/total.svg )
8+ [ ![ license] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/linode-obs /nagios_exporter/blob/master/LICENSE )
9+ [ ![ golangci-lint] ( https://github.com/linode-obs /nagios_exporter/actions/workflows/golangci-lint.yaml/badge.svg )] ( https://github.com/linode-obs /nagios_exporter/actions/workflows/golangci-lint.yaml )
10+ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/linode-obs /nagios_exporter )
11+ [ ![ contributions] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" )] ( https://github.com/linode-obs /nagios_exporter/issues )
1212
1313A Prometheus exporter currently supporting:
1414
@@ -57,7 +57,7 @@ This exporter does not output Nagios check results as Prometheus metrics; it is
5757Substitute ` {{ version }} ` for your desired release.
5858
5959``` bash
60- wget https://github.com/linode_obs /nagios_exporter/releases/download/v{{ version }}/prometheus-nagios-exporter_{{ version }}_linux_amd64.{deb,rpm}
60+ wget https://github.com/linode-obs /nagios_exporter/releases/download/v{{ version }}/prometheus-nagios-exporter_{{ version }}_linux_amd64.{deb,rpm}
6161{dpkg,rpm} -i prometheus-nagios-exporter_{{ version }}_linux_amd64.{deb,rpm}
6262```
6363
@@ -68,22 +68,22 @@ Populate `config.toml` with your `APIKey = NagiosXIAPIKey`
6868``` console
6969sudo docker run \
7070-v ./config.toml:/etc/prometheus-nagios-exporter/config.toml \
71- ghcr.io/linode_obs /nagios_exporter \
71+ ghcr.io/linode-obs /nagios_exporter \
7272--nagios.scrape-uri http://localhost
7373```
7474
7575### Binary
7676
7777``` bash
78- wget https://github.com/linode_obs /nagios_exporter/releases/download/v{{ version }}/nagios_exporter_{{ version }}_Linux_x86_64.tar.gz
78+ wget https://github.com/linode-obs /nagios_exporter/releases/download/v{{ version }}/nagios_exporter_{{ version }}_Linux_x86_64.tar.gz
7979tar xvf nagios_exporter_{{ version }}_Linux_x86_64.tar.gz
8080./nagios_exporter/prometheus-nagios-exporter
8181```
8282
8383### Source
8484
8585``` bash
86- wget https://github.com/linode_obs /nagios_exporter/archive/refs/tags/v{{ version }}.tar.gz
86+ wget https://github.com/linode-obs /nagios_exporter/archive/refs/tags/v{{ version }}.tar.gz
8787tar xvf nagios_exporter-{{ version }}.tar.gz
8888cd ./nagios_exporter-{{ version }}
8989go build nagios_exporter.go
@@ -271,7 +271,7 @@ goreleaser release
271271<table >
272272 <tbody >
273273 <tr>
274- <td align="center"><a href="https://github.com/tjhop"><img src="https://avatars.githubusercontent.com/u/33664289?v=4?s=100" width="100px;" alt="TJ Hoplock"/><br /><sub><b>TJ Hoplock</b></sub></a><br /><a href="https://github.com/linode_obs /nagios_exporter/commits?author=tjhop" title="Code">💻</a> <a href="#mentoring-tjhop" title="Mentoring">🧑🏫</a></td>
274+ <td align="center"><a href="https://github.com/tjhop"><img src="https://avatars.githubusercontent.com/u/33664289?v=4?s=100" width="100px;" alt="TJ Hoplock"/><br /><sub><b>TJ Hoplock</b></sub></a><br /><a href="https://github.com/linode-obs /nagios_exporter/commits?author=tjhop" title="Code">💻</a> <a href="#mentoring-tjhop" title="Mentoring">🧑🏫</a></td>
275275 </tr>
276276 </tbody >
277277</table >
0 commit comments