Icinga2 from backend integration
This commit is contained in:
parent
93124f37f3
commit
343665a6c5
|
|
@ -42,6 +42,12 @@ AllowedIPs = 10.0.0.3/32
|
||||||
#PublicKey = {{ minecraft_service_pubkey }}
|
#PublicKey = {{ minecraft_service_pubkey }}
|
||||||
#AllowedIPs = 10.0.0.7/32
|
#AllowedIPs = 10.0.0.7/32
|
||||||
|
|
||||||
|
|
||||||
|
# Connection to backend server for icinga2
|
||||||
|
[Peer]
|
||||||
|
PublicKey = {{ icinga2_backend_pubkey }}
|
||||||
|
AllowedIPs = 10.0.0.198/32
|
||||||
|
|
||||||
# Connection to backend server for cockpit
|
# Connection to backend server for cockpit
|
||||||
[Peer]
|
[Peer]
|
||||||
PublicKey = {{ cockpit_backend_pubkey }}
|
PublicKey = {{ cockpit_backend_pubkey }}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ searxng_service_privkey: ***
|
||||||
nextcloud_service_privkey: ***
|
nextcloud_service_privkey: ***
|
||||||
chat_service_privkey: ***
|
chat_service_privkey: ***
|
||||||
minecraft_service_privkey: ***
|
minecraft_service_privkey: ***
|
||||||
|
icinga2_backend_privkey: ***
|
||||||
cockpit_backend_privkey: ***
|
cockpit_backend_privkey: ***
|
||||||
user_privkey: ***
|
user_privkey: ***
|
||||||
|
|
||||||
|
|
@ -42,6 +43,7 @@ searxng_service_pubkey: ***
|
||||||
nextcloud_service_pubkey: ***
|
nextcloud_service_pubkey: ***
|
||||||
chat_service_pubkey: ***
|
chat_service_pubkey: ***
|
||||||
minecraft_service_pubkey: ***
|
minecraft_service_pubkey: ***
|
||||||
|
icinga2_backend_pubkey: ***
|
||||||
cockpit_backend_pubkey: ***
|
cockpit_backend_pubkey: ***
|
||||||
user_pubkey: ***
|
user_pubkey: ***
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue