소스 검색

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"