Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilert/ilert-nagios

ilert Integration Plugin for Nagios
https://github.com/ilert/ilert-nagios

alerting check-mk icinga icinga2 ilert nagios plugin

Last synced: about 1 month ago
JSON representation

ilert Integration Plugin for Nagios

Awesome Lists containing this project

README

        

# ilert-nagios

iLert Integration Plugin for Nagios, Icinga, and Check_MK.

For setup instructions, refer to our integration guides below.

> Note: use Python >= 3.7 (in case Python 2 is needed, use scripts in `/python2`)

## Integration Guides

- [iLert Nagios Integration](https://docs.ilert.com/integrations/nagios/)
- [iLert checkmk Integration](https://docs.ilert.com/integrations/check-mk/)

### Local environment

#### Nagios

```sh
docker-compose up -d
```

#### CheckMk

```sh
docker-compose -f ./docker-compose-checkmk.yaml up -d
```