Skip to content
forked from naemon/naemon

Naemon - Meta package for Core and GUI

Notifications You must be signed in to change notification settings

eythori-sensa/naemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Naemon - Meta package for Core and GUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%