steps, edit icinga.cfg and change broker_module=/usr/local/bin/idomod.o to broker_module=/usr/local/lib/idomod.so, this is also mentioned in the README. Notable fixes: - flexible downtimes now last the duration specified once triggered - avoid insane looping through event list when rescheduling checks
18 lines
364 B
Makefile
18 lines
364 B
Makefile
# $OpenBSD: Makefile.inc,v 1.10 2012/05/17 11:05:40 sthen Exp $
|
|
|
|
V ?= 1.7.0
|
|
|
|
CATEGORIES+= net net/icinga
|
|
|
|
HOMEPAGE?= http://www.icinga.org/
|
|
|
|
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
|
|
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=icinga/}
|