We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83e90b1 + 50343d7 commit 10c96acCopy full SHA for 10c96ac
build/nagios/build.sh
@@ -12,12 +12,13 @@
12
# http://www.illumos.org/license/CDDL.
13
# }}}
14
15
-# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
+# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
16
17
. ../../lib/build.sh
18
19
PROG=nagios
20
VER=4.5.0
21
+DASHREV=1
22
PKG=ooce/application/nagios
23
SUMMARY="Extremely powerful network monitoring system"
24
DESC="Nagios is a host and service monitor designed to inform you of network \
@@ -66,6 +67,7 @@ CONFIGURE_OPTS[amd64]="
66
67
--sysconfdir=/etc$PREFIX
68
--localstatedir=/var$PREFIX
69
--with-lockfile=/var$PREFIX/run/nagios.lock
70
+ --with-mail=$USRBIN/mailx
71
"
72
73
init
0 commit comments