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: 6 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T09:38:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T11:07:08.298Z (6 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: 2
- 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
```