Skip to content

Commit 10c96ac

Browse files
authored
Merge pull request #1619 from citrus-it/nagios
nagios: use mailx for sending notifications
2 parents 83e90b1 + 50343d7 commit 10c96ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/nagios/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414

15-
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=nagios
2020
VER=4.5.0
21+
DASHREV=1
2122
PKG=ooce/application/nagios
2223
SUMMARY="Extremely powerful network monitoring system"
2324
DESC="Nagios is a host and service monitor designed to inform you of network \
@@ -66,6 +67,7 @@ CONFIGURE_OPTS[amd64]="
6667
--sysconfdir=/etc$PREFIX
6768
--localstatedir=/var$PREFIX
6869
--with-lockfile=/var$PREFIX/run/nagios.lock
70+
--with-mail=$USRBIN/mailx
6971
"
7072

7173
init

0 commit comments

Comments
 (0)