update to icinga2-2.11.4

This commit is contained in:
sthen 2020-06-19 21:55:17 +00:00
parent 2251adb020
commit 7e0c1a3fca
3 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.101 2020/04/06 22:10:30 sthen Exp $
# $OpenBSD: Makefile,v 1.102 2020/06/19 21:55:17 sthen Exp $
COMMENT-main = network monitoring system
COMMENT-mysql = MySQL support for icinga2
COMMENT-pgsql = PostgreSQL support for icinga2
V = 2.11.3
V = 2.11.4
EPOCH = 0
REVISION = 0
GH_ACCOUNT = Icinga
GH_PROJECT = icinga2
GH_TAGNAME = v$V

View File

@ -1,2 +1,2 @@
SHA256 (icinga2-2.11.3.tar.gz) = A8RsmvnLh2PsAkKPh6OKs9eHb1bMENxerFvaDBgvanY=
SIZE (icinga2-2.11.3.tar.gz) = 7475785
SHA256 (icinga2-2.11.4.tar.gz) = p2JSMjPTdI8/FpASAlk86XlpjG7gWeli778KJiFpPNc=
SIZE (icinga2-2.11.4.tar.gz) = 7476667

View File

@ -1,6 +1,6 @@
#!/bin/ksh
#
# $OpenBSD: icinga2.rc,v 1.11 2018/01/11 19:27:05 rpe Exp $
# $OpenBSD: icinga2.rc,v 1.12 2020/06/19 21:55:17 sthen Exp $
daemon="${TRUEPREFIX}/sbin/icinga2 daemon -d"
daemon_user="_icinga"
@ -12,6 +12,7 @@ pexp="${TRUEPREFIX}/lib/icinga2/sbin/icinga2 daemon.*"
rc_pre() {
install -d -o ${daemon_user} -g _icingaweb2 /var/www/var/run/icinga2{,/cmd}
ln -fs /var/www/var/run/icinga2 /var/run/icinga2
${TRUEPREFIX}/sbin/icinga2 daemon --validate
}
rc_cmd $1