firehol/netdata

View on GitHub
src/go/plugin/go.d/modules/httpcheck/testdata/config.json

Summary

Maintainability
Test Coverage
{
  "update_every": 123,
  "url": "ok",
  "body": "ok",
  "method": "ok",
  "headers": {
    "ok": "ok"
  },
  "username": "ok",
  "password": "ok",
  "proxy_url": "ok",
  "proxy_username": "ok",
  "proxy_password": "ok",
  "timeout": 123.123,
  "not_follow_redirects": true,
  "tls_ca": "ok",
  "tls_cert": "ok",
  "tls_key": "ok",
  "tls_skip_verify": true,
  "status_accepted": [
    123
  ],
  "response_match": "ok",
  "cookie_file": "ok",
  "header_match": [
    {
      "exclude": true,
      "key": "ok",
      "value": "ok"
    }
  ]
}