#!/sbin/openrc-run
name="prometheus-snmp-exporter"
description="prometheus monitoring system & time series database"
supervisor=supervise-daemon
command=/usr/bin/snmp_exporter
command_args="$command_args"
command_user="prometheus:prometheus"

