mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
nagios+icinga plugins: removed ipv6 support
This commit is contained in:
committed by
Michael Tremer
parent
6cc8832e28
commit
282c47bcb4
@@ -112,7 +112,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/icinga/plugins \
|
||||
--with-nagios-user=nobody \
|
||||
--with-nagios-group=nobody
|
||||
--with-nagios-group=nobody \
|
||||
--without-ipv6
|
||||
cd $(DIR_SRC)/nagios-plugins-$(PLUGIN_VER) && make $(MAKETUNING)
|
||||
|
||||
# Install core
|
||||
|
||||
@@ -102,7 +102,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_SRC) && tar xfz $(DIR_DL)/nagios-plugins-1.4.13.tar.gz
|
||||
cd $(DIR_SRC)/nagios-plugins* && ./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/nagios \
|
||||
--with-nagios-user=nobody --with-nagios-group=nobody
|
||||
--with-nagios-user=nobody --with-nagios-group=nobody \
|
||||
--without-ipv6
|
||||
cd $(DIR_SRC)/nagios-plugins* && make
|
||||
cd $(DIR_SRC)/nagios-plugins* && make install
|
||||
chown -R nobody:nobody /var/nagios
|
||||
|
||||
Reference in New Issue
Block a user