Update : global
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m1s
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m1s
This commit is contained in:
@ -1 +1 @@
|
||||
#
|
||||
# Variables
|
@ -1,2 +1,2 @@
|
||||
#
|
||||
# Variable
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQA
|
@ -1 +1,3 @@
|
||||
#
|
||||
# variables
|
||||
|
||||
NAGIOS_SERVER_IP="10.0.4.190,10.0.4.191"
|
5
custom/custom_proxy
Normal file
5
custom/custom_proxy
Normal file
@ -0,0 +1,5 @@
|
||||
# variables
|
||||
|
||||
HTTP_PROXY="serveur-proxy.tips-of-mine.local"
|
||||
HTTPS_PROXY="serveur-proxy.tips-of-mine.local"
|
||||
FTP_PROXY="serveur-proxy.tips-of-mine.local"
|
@ -4,4 +4,4 @@ SNMP_SYSLOCATION="Server Room"
|
||||
SNMP_SYSCONTACT="admin@tips-of-mine.fr"
|
||||
SNMP_SYSNAME="$(hostname)"
|
||||
SNMP_SYSDESCR="Linux $(uname -r) on $(uname -m)"
|
||||
$SNMP_AGENTADDRESS="10.0.4.190,10.0.4.191"
|
||||
SNMP_AGENTADDRESS="10.0.4.190,10.0.4.191"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# variables
|
||||
|
||||
WAZUH_MANAGER="YOUR_WAZUH_MANAGER_IP"
|
||||
WAZUH_MANAGER="10.0.4.100"
|
Reference in New Issue
Block a user