Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilert/ilert-nagios
- Owner: iLert
- Created: 2019-07-18T14:14:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T09:38:25.000Z (about 2 years ago)
- Last Synced: 2024-05-09T14:24:57.701Z (8 months ago)
- Topics: alerting, check-mk, icinga, icinga2, ilert, nagios, plugin
- Language: Python
- Homepage: https://docs.ilert.com/integrations/nagios/
- Size: 272 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```