-
Just came across this, seems suitable to run Consul as a service.
http://nssm.cc
armon updated
6 years ago
-
New haproxy version has more metrics and scollector fails with checks and fails to to gather them at all.
error: interval.go:64: haproxy-4-http://127.0.0.1:22004/stats;csv: expected 63 lines. g…
-
Hello,
I suggest to add a thread and swap tracking capability for the scollector. This will allow to gather metrics on count of threads and swapped memory by the monitored process. Please let me kn…
-
I got a error in Windows Event .
```
error: queue.go:105: json: error calling MarshalJSON for type *opentsdb.DataPoint: cleaning tags for metric sntp.stratum: cleaning value for tag remote: clean re…
-
We scrape metrics from servers every minute using the https://github.com/tgulacsi/prometheus_scollector/ "proxy", in order to use scollector plugins.
The collected data contains number of events th…
-
I'm having some issues setting up Opserver to talk to Bosun and its scollector agents. I'm not a .NET guy so I don't know much about the code aspect of the project, but I was able to get Opserver depl…
-
It would be useful to get a per-process (i.e. image name) value for each metric.
-
Hello,
I suggest to add a swap tracking capability for the scollector. This will allow to gather metrics on swap usage by the monitored process. Please let me know what do you think. Thanks!
Reg…
-
See - https://github.com/bosun-monitor/bosun/blob/master/cmd/scollector/collectors/processes_linux.go#L355
After the first monitored process quits, the ID assigned to it is added to the list `free`…
-
please refer to https://github.com/bosun-monitor/bosun/blob/master/cmd/scollector/collectors/redis_linux.go#L340
scollector can just dial redis with no password, but we often have password in fact.…