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 stars Tracking Chart

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

Overview

Name With Ownernaemon/naemon
Primary LanguageMakefile
Program languageMakefile (Language Count: 1)
PlatformLinux
License:
Release Count22
Last Release Namev1.4.2 (Posted on )
First Release Namev0.8.0 (Posted on )
Created At2013-11-25 16:59:52
Pushed At2024-01-04 18:13:15
Last Commit At2024-01-04 19:05:52
Stargazers Count92
Watchers Count30
Fork Count24
Commits Count354
Has Issues Enabled
Issues Count58
Issue Open Count4
Pull Requests Count41
Pull Requests Open Count0
Pull Requests Close Count8
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

To the top