aw_pfsense_poller_config: poll_interval_seconds: 60 aw: server_host: "" server_port: 5600 hostname: "PFSENSE-EDGE01" pulse_time_seconds: 120 timeout_seconds: 15 pfsense: name: "pfSense Edge 01" host: "" scheme: "https" verify_tls: false timeout_seconds: 15 auth: api_key: "replace-me" api_secret: "replace-me" endpoints: - name: "system-status" path: "/api/v2/status/system" bucket_prefix: "aw-pfsense-health" bucket_type: "aw.pfsense.health" - name: "interfaces" path: "/api/v2/interfaces" bucket_prefix: "aw-pfsense-interfaces" bucket_type: "aw.pfsense.interfaces" - name: "gateways" path: "/api/v2/status/gateways" bucket_prefix: "aw-pfsense-gateways" bucket_type: "aw.pfsense.gateways"