Skip to content

Commit

Permalink
Update README.md. This should fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
elacheche committed Apr 20, 2017
1 parent 994507a commit 23adebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ curl https://raw.githubusercontent.com/elacheche/docker_check/master/docker_chec
chmod +x /usr/lib/nagios/plugins/docker_check.py
```

## Add nagios user to docker group:
```
sudo usermod -a -G docker nagios
```

## Configure the monitoring server:
In this section I'll illustrete how to setup the script to be used by [Icinga2](https://www.icinga.com/products/icinga-2/) via the *by_ssh* plugin..
Icinga2 is a Nagios fork, so the plugin is supposed to work with any Nagios fork, the sconfig files and syntax may change from a frok to an other
Expand Down

0 comments on commit 23adebf

Please sign in to comment.