소스 검색

Updating ThreatQ Sensu health check interval

Charles Kuykendall 3 년 전
부모
커밋
c9720f6914
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      base/sensu-configuration/checks-threatq.tf

+ 1 - 1
base/sensu-configuration/checks-threatq.tf

@@ -15,7 +15,7 @@ resource "sensu_check" "check_threatq_health" {
   namespace      = "default"
   subscriptions  = ["threatq", ]
   handlers       = local.default_handlers
-  interval       = 60
+  interval       = 120
   publish        = "true"
   runtime_assets = ["sensu-plugins-http", "sensu-ruby-runtime"]
 }