Re: Prometheus not starting

2020-03-08 Thread Antoine Jacoutot
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

Re: Prometheus not starting

2020-03-01 Thread Fabian
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

Re: Prometheus not starting

2020-03-01 Thread Fabian
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

Re: Prometheus not starting

2020-03-01 Thread Stuart Henderson
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

Prometheus not starting

2020-02-29 Thread Fabian
Hi, I have been trying to run the current Prometheus port version 2.9.2 on OpenBSD 6.6 and I just cannot figure out why Prometheus fails to start. My rc.conf.local looks like this: node_exporter_flags="--web.listen-address=localhost:9100" prometheus_flags="" pkg_scripts=node_exporter prometheus