Lines 10-17
Link Here
|
10 |
MAINTAINER= zeising@FreeBSD.org |
10 |
MAINTAINER= zeising@FreeBSD.org |
11 |
COMMENT?= Nagios Remote Plugin Executor |
11 |
COMMENT?= Nagios Remote Plugin Executor |
12 |
|
12 |
|
13 |
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins |
|
|
14 |
|
15 |
CONFLICTS= nrpe-ssl-2.* |
13 |
CONFLICTS= nrpe-ssl-2.* |
16 |
|
14 |
|
17 |
USES= perl5 |
15 |
USES= perl5 |
Lines 20-26
Link Here
|
20 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
21 |
|
19 |
|
22 |
OPTIONS_DEFINE= SSL ARGS |
20 |
OPTIONS_DEFINE= SSL ARGS |
23 |
OPTIONS_DEFAULT=ARGS |
21 |
OPTIONS_RADIO= PLUGINS |
|
|
22 |
OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS |
23 |
OPTIONS_DEFAULT= ARGS NAGPLUGINS |
24 |
|
25 |
MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/monitoring-plugins |
26 |
NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins |
24 |
|
27 |
|
25 |
SSL_DESC= Enable SSL support (disables plain-text server) |
28 |
SSL_DESC= Enable SSL support (disables plain-text server) |
26 |
ARGS_DESC= Enable command argument processing |
29 |
ARGS_DESC= Enable command argument processing |