diff options
author | lme <lme@FreeBSD.org> | 2014-06-23 04:44:23 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-06-23 04:44:23 +0800 |
commit | 50d5b438ada363dac54bc09904593772acc1e9a3 (patch) | |
tree | ad3b417975e7411a240f3e86abe2aaf74ae5f48b /net-mgmt/icinga2/pkg-descr | |
parent | d7784940b94109a11d75651c9f478c552c55f2ac (diff) | |
download | freebsd-ports-gnome-50d5b438ada363dac54bc09904593772acc1e9a3.tar.gz freebsd-ports-gnome-50d5b438ada363dac54bc09904593772acc1e9a3.tar.zst freebsd-ports-gnome-50d5b438ada363dac54bc09904593772acc1e9a3.zip |
Icinga 2 is a network monitoring system and parallel development branch to
Icinga 1.
Written from scratch, it builds on the success of Icinga 1 and deals with
shortcomings inherited from Nagios as a fork.
Icinga 2 is:
- Easy to install with soft link activation of functions and packages
- Multithreaded and very fast: Capable of thousands of checks per second
- Intuitive to configure, using new object-based, template-driven format
- Easy to extend with native support for Livestatus and Graphite
- Cluster-enabled for distributed monitoring out of the box
WWW: http://www.icinga.org/icinga2/
Diffstat (limited to 'net-mgmt/icinga2/pkg-descr')
-rw-r--r-- | net-mgmt/icinga2/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/icinga2/pkg-descr b/net-mgmt/icinga2/pkg-descr new file mode 100644 index 000000000000..64f5085e0b5a --- /dev/null +++ b/net-mgmt/icinga2/pkg-descr @@ -0,0 +1,13 @@ +Icinga 2 is a network monitoring system and parallel development branch to +Icinga 1. +Written from scratch, it builds on the success of Icinga 1 and deals with +shortcomings inherited from Nagios as a fork. + +Icinga 2 is: +- Easy to install with soft link activation of functions and packages +- Multithreaded and very fast: Capable of thousands of checks per second +- Intuitive to configure, using new object-based, template-driven format +- Easy to extend with native support for Livestatus and Graphite +- Cluster-enabled for distributed monitoring out of the box + +WWW: http://www.icinga.org/icinga2/ |