跳转到主要内容

日志聚合和警报的监控工具

项目描述

Snoozeweb Logo

关于

Snooze是一款强大的监控工具,用于日志聚合和警报。它具有以下功能

  • 后端 + 网络界面
  • 本地 / LDAP / JWT令牌认证
  • 内置集群以提高可扩展性
  • 大量源作为输入
  • 日志聚合
  • 日志操作
  • 日志归档
  • 警报策略
  • 各种警报方法
  • 自动清理
  • 自动备份
  • 度量
  • 审计日志

现在就在这里尝试: https://try.snoozeweb.net

Alerts

先决条件(非Docker安装)

  • Python 3.8

安装

在CentOS/RHEL上安装

$ wget https://rpm.snoozeweb.net -O snooze-server-latest.rpm
$ sudo yum localinstall snooze-server-latest.rpm
$ sudo systemctl start snooze-server

在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部署

$ docker run --name snoozeweb -d -p <port>:5200 snoozeweb/snooze

网络界面URL

http://localhost:5200

默认登录凭证是 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://gnu.ac.cn/licenses/>.

项目详情


下载文件

下载适用于您平台文件的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分发

snooze_server-1.6.0.tar.gz (107.6 kB 查看哈希值)

上传时间

构建分发

snooze_server-1.6.0-py3-none-any.whl (154.6 kB 查看哈希值)

上传时间 Python 3

由...支持