snoozeweb / snooze

Snooze - Log aggregation and alerting
GNU Affero General Public License v3.0
10 stars 6 forks source link
aggregation alertmanager logging mongodb snooze

Snoozeweb Logo

About

Snooze is a powerful monitoring tool used for log aggregation and alerting. It comes with the following features:

Try it now on: https://try.snoozeweb.net

Alerts

Prerequisites (for non Docker install)

Installation

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

Documentation

Documentation page

License

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/>.