Snooze is a powerful monitoring tool used for log aggregation and alerting. It comes with the following features:
- Backend + Web interface
- Local / LDAP / JWT token based authentication
- Built-in clustering for scalability
- Large number of sources as inputs
- Log aggregation
- Log manipulation
- Log archiving
- Alerting policies
- Various alerting methods
- Auto housekeeping
- Auto backups
- Metrics
- Audit logs
Try it now on: https://try.snoozeweb.net
- Python 3.8
Installation on CentOS/RHEL
$ wget https://rpm.snoozeweb.net -O snooze-server-latest.rpm
$ sudo yum localinstall snooze-server-latest.rpm
$ sudo systemctl start snooze-server
Installation on Ubuntu/Debian
$ wget https://deb.snoozeweb.net -O snooze-server-latest.deb
$ sudo apt install ./snooze-server-latest.deb
$ sudo systemctl start snooze-server
Docker deployment
$ docker run --name snoozeweb -d -p <port>:5200 snoozeweb/snooze
Web interface URL:
http://localhost:5200
Default login credentials are root:root
Snooze - Log aggregation and alerting
Copyright 2018-2020 Florian Dematraz <florian.dematraz@snoozeweb.net>
Copyright 2018-2020 Guillaume Ludinard <guillaume.ludi@gmail.com>
Copyright 2020-2022 Japannext Co., Ltd. <https://www.japannext.co.jp/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.