Naemon

Naemon是新的监控套件,旨在快速、稳定和创新,同时让您清楚地了解您的网络和应用程序的状态。(Naemon is the new monitoring suite that aims to be fast, stable and innovative while giving you a clear view of the state of your network and applications.)

Github星跟蹤圖

Naemon是一个主机/服务/网络监控程序,具有非常快的C核心和Perl Web界面。 它是在GNU通用公共许可证下发布的。 它的工作原理是调度已配置对象的检查,然后调用插件进行实际检查。 插件接口是100% Nagios兼容的,因为Naemon是上述项目的一个分支。

内容
  • Naemon:用于包装的Meta包
  • Naemon-Core:核心调度员,worker等......
  • Naemon-Livestatus:Livestatus API
  • Thruk:Web Gui
安装

在从源代码安装之前,请考虑使用预构建的本机程序包,这样可以使事情变得更加简单和清晰。 可以在http://labs.consol.de/naemon/testing/找到常见Linux系统的每日更新包。

此存储库仅包含元数据包。 源安装不需要它。

git clone --recursive https://github.com/naemon/naemon.git
cd naemon
./configure
make
make [rpm|deb|install]
更多信息

访问Naemon主页 http://naemon.org

概覽

名稱與所有者naemon/naemon
主編程語言Makefile
編程語言Makefile (語言數: 1)
平台Linux
許可證
發布數22
最新版本名稱v1.4.2 (發布於 )
第一版名稱v0.8.0 (發布於 )
創建於2013-11-25 16:59:52
推送於2024-01-04 18:13:15
最后一次提交2024-01-04 19:05:52
星數92
關注者數30
派生數24
提交數354
已啟用問題?
問題數58
打開的問題數4
拉請求數41
打開的拉請求數0
關閉的拉請求數8
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Welcome to Naemon

Naemon is a host/service/network monitoring program with a very fast C
core and a Perl web interface. It is released under the GNU General
Public License. It works by scheduling checks of the configured
objects and then invoking plugins to do the actual checking. The
plugin interface is 100% Nagios compatible, since Naemon is a fork of
the aforementioned project.

Contents

  • Naemon: Meta package for packaging
  • Naemon-Core: Core scheduler, worker, etc...
  • Naemon-Livestatus: Livestatus API
  • Thruk: Web Gui

Installation

Before installing from source, consider using prebuilt native
packages which make things a lot easier and cleaner.
Daily updated packages for common linux systems can be found at
http://labs.consol.de/naemon/testing/

This repository contains the meta package only. It is not required for
a source installation.

git clone --recursive https://github.com/naemon/naemon.git
cd naemon
./configure
make
make [rpm, deb, install]

More info

Visit the Naemon homepage at http://naemon.org

去到頂部