aports/testing/prometheus-opnsense-exporter/opnsense-exporter.confd
2024-09-09 12:08:05 +00:00

13 lines
255 B
Bash

# /etc/conf.d/opnsense-exporter
# Mandatory parameters
PROTOCOL="https"
ADDRESS="192.168.0.1"
API_KEY="change_me"
API_SECRET="change_me"
INSTANCE_LABEL="opnsense"
# Custom arguments can be specified like:
#
# ARGS="--web.listen-address=':9100'"
ARGS=""