check_nwc_health: Fixing regex for disabling epn
This commit is contained in:
parent
15a3d1f73c
commit
5e81c86471
|
@ -8,7 +8,7 @@ check_nwc_health:
|
||||||
cp /usr/share/misc/config.* src
|
cp /usr/share/misc/config.* src
|
||||||
cd src && ./configure --prefix=/usr --with-nagios-user=nagios --with-nagios-group=nagios
|
cd src && ./configure --prefix=/usr --with-nagios-user=nagios --with-nagios-group=nagios
|
||||||
make -C src
|
make -C src
|
||||||
sed 's,^# nagios: +epn$,# nagios: -epn\n,' src/plugins-scripts/check_nwc_health > $@
|
sed 's,^# nagios: +epn,# nagios: -epn\n,' src/plugins-scripts/check_nwc_health > $@
|
||||||
#cp src/plugins-scripts/check_nwc_health $@
|
#cp src/plugins-scripts/check_nwc_health $@
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
|
Loading…
Reference in a new issue