ilagent 🦀 📦 is a lightweight program that lets you easily integrate your on-premise systems with ilert.
- Send events and heartbeats from the command line
- Run a local HTTP proxy server with a retry queue
- Consume MQTT messages and forward them to ilert
- Consume Apache Kafka messages and forward them to ilert
- Map and filter consumer messages to ilert events
- Sync escalation policy levels from external systems
Check detailed guides here => ilagent docs
docker run ilert/ilagent --helpgit clone git@github.com:iLert/ilagent.git
cd ilagent
cargo build --release
./target/release/ilagent --helpcurl -sL https://raw.githubusercontent.com/iLert/ilagent/master/install.sh | bash -Full documentation is available at docs.ilert.com.
See the examples/ directory for ready-to-run sample commands.
See XCOMPILE.md.
We are happy to respond to GitHub issues.
Licensed under Apache License, Version 2.0. Note that, depending on the usage of ilagent, it bundles SQLite and other libraries which might have different licenses — you can read more about them here.
