| 1 | vnode: firewall-a |
| 2 | update_every: 60 |
| 3 | url: https://192.0.2.1 |
| 4 | timeout: 3 |
| 5 | api_key: test-api-key |
| 6 | username: netdata |
| 7 | password: secret |
| 8 | vsys: vsys1 |
| 9 | tls_skip_verify: true |
| 10 | tls_ca: /tmp/ca.pem |
| 11 | tls_cert: /tmp/cert.pem |
| 12 | tls_key: /tmp/key.pem |
| 13 | proxy_url: http://proxy.local:8080 |
| 14 | headers: |
| 15 | X-Test: test |