瀏覽代碼

Icinga2: No need for clients to listen for remote connections.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 年之前
父節點
當前提交
885b9cf3fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      icinga2/api.conf

+ 1 - 0
icinga2/api.conf

@@ -3,6 +3,7 @@
 #
 
 object ApiListener "api" {
+	bind_host = "127.0.0.1"
 	cert_path = "/etc/icinga2/pki/ffhohost.cert.pem"
 	key_path  = "/etc/icinga2/pki/ffhohost.key.pem"
 	ca_path   = "/etc/ssl/certs/ffho-cacert.pem"