|
6 days ago | |
---|---|---|
.gitignore | 8 months ago | |
COPYING | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 6 months ago | |
icingabot.conf | 9 months ago | |
icingabot.py | 6 days ago | |
icingabot.service | 9 months ago |
Simple IRC Bot statusing icinga2 via its API.
Table of content
On a Debian-based host - running at least Debian Stretch, you will need the following packages:
Clone repo in /srv/
$ cd /srv && git clone https://forge.april.org/adminsys/icingabot
$ chmod a+x icingabot/icingabot.py
Install the configuration in etc
$ mkdir /etc/icingabot
$ cp icingabot/icingabot.conf /etc/icingabot/
Configure the application
$ $EDITOR /etc/icingabot/icingabot.conf
Try it
$ ./icingabot/icingabot.py
Install a launcher
$ cp icingabot/icingabot.service /etc/systemd/system/
Start it
$ systemctl start icingabot
Icinga Bot is developed by April and licensed under the AGPLv3+.