Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Updated documentation with steps for OMD users #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ Install the plugins from our [Ubuntu
PPA](https://launchpad.net/~vshn/+archive/ubuntu/icinga), or build the Debian
packages from source.

### Using the plugins on OMD

After installing from PPA, move the plugins from `/usr/lib/nagios/plugins/` to `/opt/omd/sites/<sitename>/local/lib/nagios/plugins`. Make sure the permissions are set to <sitename>. After that, using WATO, go to `Host & Service Parameters -> Active checks -> Classical active and passive Monitoring checks` and create one custom check for every check and every host you want to check, like the example below:

```
Service description: Node 'node1.example.com' check
Command line: $USER2$/check_openshift_node -f /path/to/kubeconfig -n node1.example.com
```

And specify the host you would like to check as a condition of the check.

## List of plugins

Expand Down