Date: Mon, 30 Sep 2013 20:05:11 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328858 - in head/net-mgmt: . icli Message-ID: <201309302005.r8UK5Bdm099538@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Mon Sep 30 20:05:10 2013 New Revision: 328858 URL: http://svnweb.freebsd.org/changeset/ports/328858 Log: 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/ Added: head/net-mgmt/icli/ head/net-mgmt/icli/Makefile (contents, props changed) head/net-mgmt/icli/distinfo (contents, props changed) head/net-mgmt/icli/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Sep 30 20:03:35 2013 (r328857) +++ head/net-mgmt/Makefile Mon Sep 30 20:05:10 2013 (r328858) @@ -84,6 +84,7 @@ SUBDIR += hawk SUBDIR += horde3-nic SUBDIR += icinga + SUBDIR += icli SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += ifgraph Added: head/net-mgmt/icli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icli/Makefile Mon Sep 30 20:05:10 2013 (r328858) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= icli +DISTVERSION= 0.46 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= http://finalrewind.org/projects/icli/ + +MAINTAINER= lme@FreeBSD.org +COMMENT= Command line interface to Icinga + +LICENSE= ICLI +LICENSE_NAME= ICLI license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ + icinga:${PORTSDIR}/net-mgmt/icinga + +CONFIGURE_ARGS+= --destdir ${STAGEDIR} + +USES= perl5 +USE_PERL5= modbuild + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz + +post-patch: + @${REINPLACE_CMD} -i '' 's|/var/[^/]*/icinga|/var/spool/icinga|' \ + ${WRKSRC}/bin/${PORTNAME} + +.include <bsd.port.mk> Added: head/net-mgmt/icli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icli/distinfo Mon Sep 30 20:05:10 2013 (r328858) @@ -0,0 +1,2 @@ +SHA256 (icli-0.46.tar.gz) = cf63d74fe99288b8b6c77e9e5fe258fc9d7c6546a7fbc5c0cae04fe1ed4d5106 +SIZE (icli-0.46.tar.gz) = 35591 Added: head/net-mgmt/icli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icli/pkg-descr Mon Sep 30 20:05:10 2013 (r328858) @@ -0,0 +1,12 @@ +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 + +WWW: http://finalrewind.org/projects/icli/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309302005.r8UK5Bdm099538>