diff options
author | ryoon <ryoon> | 2013-03-02 04:08:27 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-03-02 04:08:27 +0000 |
commit | da5aa03cd525ca337d6716f7f71d125439099c02 (patch) | |
tree | 180acda6204e1484875e2d84d6d113895733b189 /net/icinga-base/DESCR | |
parent | 4b25f1a7db7112de987be94402717625436a6ef2 (diff) | |
download | pkgsrc-da5aa03cd525ca337d6716f7f71d125439099c02.tar.gz |
Import icinga-base-1.8.4 as net/icinga-base.
Icinga is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem arises
and when it gets resolved. Icinga is written in C and is designed to
run under Linux, although it should work under most other *NIX variants.
It can run either as a normal process or as a daemon, intermittently
running checks on various services that you specify. The actual service
checks are performed by external "plugins" which return service
information to Icinga. Several CGI programs are included with Icinga
in order to allow you to view the current service status, history, etc.
via a web browser.
This package provides the core Icinga infrastructure and web pages.
Icinga is a fork of Nagios (net/nagios-base) and Icinga uses
Nagios's plugins (net/nagios-plugins).
Diffstat (limited to 'net/icinga-base/DESCR')
-rw-r--r-- | net/icinga-base/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/icinga-base/DESCR b/net/icinga-base/DESCR new file mode 100644 index 00000000000..74daef7d6ed --- /dev/null +++ b/net/icinga-base/DESCR @@ -0,0 +1,15 @@ +Icinga is a program that will monitor hosts and services on your +network. It has the ability to email or page you when a problem arises +and when it gets resolved. Icinga is written in C and is designed to +run under Linux, although it should work under most other *NIX variants. +It can run either as a normal process or as a daemon, intermittently +running checks on various services that you specify. The actual service +checks are performed by external "plugins" which return service +information to Icinga. Several CGI programs are included with Icinga +in order to allow you to view the current service status, history, etc. +via a web browser. + +This package provides the core Icinga infrastructure and web pages. + +Icinga is a fork of Nagios (net/nagios-base) and Icinga uses +Nagios's plugins (net/nagios-plugins). |