@@ -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"]
}