summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/x509check/testdata/config.json
blob: 9bb2dade47b899e323921c440d6171d8746b7fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "update_every": 123,
  "source": "ok",
  "timeout": 123.123,
  "tls_ca": "ok",
  "tls_cert": "ok",
  "tls_key": "ok",
  "tls_skip_verify": true,
  "days_until_expiration_warning": 123,
  "days_until_expiration_critical": 123,
  "check_revocation_status": true
}