ARGS="--config.rbls=/etc/prometheus/dnsbl-exporter/rbls.ini --config.targets=/etc/prometheus/dnsbl-exporter/targets.ini" # GLOBAL OPTIONS: # --config.dns-resolver value IP address of the resolver to use. (default: "127.0.0.1") # --config.rbls value Configuration file which contains RBLs (default: "./rbls.ini") # --config.targets value Configuration file which contains the targets to check. (default: "./targets.ini") # --web.listen-address value Address to listen on for web interface and telemetry. (default: ":9211") # --web.telemetry-path value Path under which to expose metrics. (default: "/metrics") # --web.include-exporter-metrics Include metrics about the exporter itself (promhttp_*, process_*, go_*). # --log.debug Enable more output in the logs, otherwise INFO. # --log.output value Destination of our logs: stdout, stderr (default: "stdout") # --help, -h show help # --version, -V Print the version information.