mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-03 23:45:59 +00:00
Nagios: Ping fix (#14186)
This commit is contained in:
@@ -52,6 +52,7 @@ function update_script() {
|
|||||||
$STD make install-webconf
|
$STD make install-webconf
|
||||||
$STD a2enmod rewrite
|
$STD a2enmod rewrite
|
||||||
$STD a2enmod cgi
|
$STD a2enmod cgi
|
||||||
|
setcap cap_net_raw+p /bin/ping
|
||||||
msg_ok "Built Nagios Core"
|
msg_ok "Built Nagios Core"
|
||||||
|
|
||||||
msg_info "Starting Nagios"
|
msg_info "Starting Nagios"
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ $STD ./tools/setup
|
|||||||
$STD ./configure
|
$STD ./configure
|
||||||
$STD make
|
$STD make
|
||||||
$STD make install
|
$STD make install
|
||||||
|
setcap cap_net_raw+p /bin/ping
|
||||||
msg_ok "Built Nagios Plugins"
|
msg_ok "Built Nagios Plugins"
|
||||||
|
|
||||||
msg_info "Configuring Web Authentication"
|
msg_info "Configuring Web Authentication"
|
||||||
|
|||||||
Reference in New Issue
Block a user