- server monitoring
- easy to hack
- lightweight
- xmpp alerts
sudo apt-get update; sudo apt-get upgrade;
sudo apt-get install -y sendxmpp screen
git clone https://github.com/coacx/bamm.git
cd bamm
./hosts.conf
Host and port configuration./xmpp.conf
XMPP credentials
/usr/bin/screen -dmS Bamm bash monitoring.sh
screen -x Bamm
- (!) daemonize (start-stop-daemon, no screen required)
- (!) install script (system wide)
- startup options, e.g. check intervall
- alerting: support multiple recipients
- udp support (hosts.conf:
udp:www.example.org 179
) - ...
Pull request are welcome :-)
- Inspiriert by kanla
- sendxmpp
- GNU Screen