Skip to content

nagios: use mailx for sending notifications #1619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build/nagios/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=nagios
VER=4.5.0
DASHREV=1
PKG=ooce/application/nagios
SUMMARY="Extremely powerful network monitoring system"
DESC="Nagios is a host and service monitor designed to inform you of network \
Expand Down Expand Up @@ -66,6 +67,7 @@ CONFIGURE_OPTS[amd64]="
--sysconfdir=/etc$PREFIX
--localstatedir=/var$PREFIX
--with-lockfile=/var$PREFIX/run/nagios.lock
--with-mail=$USRBIN/mailx
"

init
Expand Down