Prometheus: An open-source service monitoring system and time series database
1–10 of 122 posts
Re: Prometheus: An open-source service monitoring system and time series database
#2Just kidding, this is looking really good, I hope to get some hands-on experience with it soon.
Re: Prometheus: An open-source service monitoring system and time series database
#3Re: Prometheus: An open-source service monitoring system and time series database
#4Re: Prometheus: An open-source service monitoring system and time series database
#5Would be interesting how this compares to InfluxDb
Re: Prometheus: An open-source service monitoring system and time series database
#6From http://prometheus.io/docs/introduction/getting_started/
> Prometheus collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets.
I wonder if we'll see some plugins that allow data collection via snmp or nagios monitoring scripts or so. That would make it much easier to switch large existing monitoring systems over to prometheus.
Re: Prometheus: An open-source service monitoring system and time series database
#7This looks very interesting. From http://prometheus.io/docs/introduction/getting_started/ > Prometheus collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. I wonder if we'll see some plugins that allow data collection via snmp or nagios monitoring scripts or so. That would make it much easier to switch large existing monitoring systems over to prometheus.
[0] http://prometheus.io/docs/instrumenting/exporters [1] http://prometheus.io/docs/instrumenting/pushing
Re: Prometheus: An open-source service monitoring system and time series database
#8This looks very interesting. From http://prometheus.io/docs/introduction/getting_started/ > Prometheus collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. I wonder if we'll see some plugins that allow data collection via snmp or nagios monitoring scripts or so. That would make it much easier to switch large existing monitoring systems over to prometheus.
Just last night I wrote the https://github.com/prometheus/collectd_exporter, which you could do SNMP with. I do plan on writing a purpose-designed SNMP exporter in the next a few months to monitor my home network, if someone else doesn't get there first.
Re: Prometheus: An open-source service monitoring system and time series database
#9After playing around with Prometheus for a day or so, I’m convinced I need to switch to Prometheus :). The query language is so much better than what InfluxDB and others provide.
Re: Prometheus: An open-source service monitoring system and time series database
#10Announced here: https://developers.soundcloud.com/blog/prometheus-monitoring...