On Sun, Mar 01, 2020 at 11:18:28PM +0200, Fabian wrote:
> Am Sun, 01 Mar 2020 13:44:16 +
> schrieb Stuart Henderson :
>
> > Why have you set 'prometheus_flags=""'? Just omit it if you want the
> > default flags.
>
> Because "man rc.conf.local" says:
>
> > If set to the empty string, the dae
Hi,
Alright, finally figured it out, sort of. I found a
file /var/run/rc.d/prometheus with some old settings. When looking at
the rcctl output, I noticed:
> doing _rc_parse_conf /var/run/rc.d/prometheus
So apparently the settings in /var/run/rc.d were overriding the rest. I
read the man page for
Am Sun, 01 Mar 2020 13:44:16 +
schrieb Stuart Henderson :
> Why have you set 'prometheus_flags=""'? Just omit it if you want the
> default flags.
Because "man rc.conf.local" says:
> If set to the empty string, the daemon is run with the default
> command line arguments defined in its rc.d(8
Why have you set 'prometheus_flags=""'? Just omit it if you want the
default flags.
--
Sent from a phone, apologies for poor formatting.
On 1 March 2020 01:29:22 Fabian wrote:
Hi,
I have been trying to run the current Prometheus port version 2.9.2 on
OpenBSD 6.6 and I just cannot figure ou