diff options
author | lme <lme@FreeBSD.org> | 2013-10-01 04:05:10 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2013-10-01 04:05:10 +0800 |
commit | aa180d71ca6286eb668d2d1dc89572183060abbd (patch) | |
tree | 5e81d952ef73ba56f0aeb414fcc551a64dde9d71 /net-mgmt/Makefile | |
parent | aaae6936efd4f52ed0f31deb3f09e0e627bc905a (diff) | |
download | freebsd-ports-gnome-aa180d71ca6286eb668d2d1dc89572183060abbd.tar.gz freebsd-ports-gnome-aa180d71ca6286eb668d2d1dc89572183060abbd.tar.zst freebsd-ports-gnome-aa180d71ca6286eb668d2d1dc89572183060abbd.zip |
Add new port net-mgmt/icli:
Command line interface to Icinga.
Features:
- Listing of service/host states, check queue or downtimes
- Detailed service/host info
- Scheduling of service rechecks, acknowledging of problems
- Detailed filtering (host(group)/service name, state, passive, acknowledged, etc.)
- Mostly nagios-compatible
http://finalrewind.org/projects/icli/
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 50d3ec0adfee..56625c88bb2f 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -84,6 +84,7 @@ SUBDIR += hawk SUBDIR += horde3-nic SUBDIR += icinga + SUBDIR += icli SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += ifgraph |