https://github.com/ilert/ilert-icinga
ilert Integration for Icinga
https://github.com/ilert/ilert-icinga
alerting icinga2 icinga2-plugin ilert
Last synced: 4 months ago
JSON representation
ilert Integration for Icinga
- Host: GitHub
- URL: https://github.com/ilert/ilert-icinga
- Owner: iLert
- License: apache-2.0
- Created: 2020-05-06T15:25:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T12:15:10.000Z (over 3 years ago)
- Last Synced: 2025-04-10T11:07:08.249Z (about 1 year ago)
- Topics: alerting, icinga2, icinga2-plugin, ilert
- Language: Python
- Homepage: https://docs.ilert.com/integrations/icinga/
- Size: 31.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ilert-icinga
ilert Integration Plugin for Icinga
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 Icinga Integration](https://docs.ilert.com/integrations/icinga)
## Getting started with local Icinga setup and iLert
> Requirements: docker compose v3.7+
1. Start icinga locally
```
docker-compose up -d
```
2. Replace `{{YOUR_API_KEY}}` placeholder with your alert source api key in the `./ilert-icinga.conf` file
3. Copy the `./ilert-icinga.conf` file to the `./data/icinga/etc/cicnga2/conf.d/` folder
4. Optional: copy the `./test-server-host.conf` file to the `./data/icinga/etc/cicnga2/conf.d/` folder
5. Open the `http://127.0.0.1:4080/icingaweb2/dashboard` url in your browser