mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 16:46:46 +02:00
13 lines
255 B
Bash
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=""
|