Update : global
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m1s

This commit is contained in:
2025-04-27 11:10:26 +02:00
parent ecdf93e011
commit b39e4b49c1
10 changed files with 120 additions and 43 deletions

View File

@@ -9,6 +9,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Source common functions and variables
source "./common.sh"
source "./custom/custom_snmp"
source "./custom/custom_monitoring"
# Function to configure SNMP
configure_snmp() {
@@ -173,7 +174,7 @@ server_port=5666
server_address=0.0.0.0
# Allow connections from these monitoring servers (replace with your Nagios server IP)
allowed_hosts=127.0.0.1,NAGIOS_SERVER_IP
allowed_hosts=127.0.0.1,$NAGIOS_SERVER_IP
# Connection restrictions
dont_blame_nrpe=0