Hacker Newsnew | past | comments | ask | show | jobs | submit | MayMuncher's commentslogin

I wonder if this applies to airport or arena wifi. Would they be considered an ISP if they are providing internet to mobile devices?


No, an ISP does more than provide the routers that broadcast internet.


Anybody have any links to switches/routes that support SAI? I couldn't find any


Mellanox: https://github.com/Mellanox/SAI-Implementation

It looks like Dell is working on it and there are rumors that Microsoft is encouraging Broadcom to release a SAI driver.


I don't like it since the master basically does a curl on each server to get the info, so it doesn't work behind a firewall without tons of issues


That's the reason I haven't bothered with Prometheus - pull systems make no sense to me since you have to configure a single place with perfect* knowledge of your system rather than just pushing local knowledge to a collector.

(Ok, you do need some knowledge at the parent if you want to raise alerts but you'd need that anyway.)


You need a place with all that information anyway, otherwise how do you alert on something being missing?

If you can't easily do that with your existing infrastructure, you should fix that first. I've written about this at http://www.robustperception.io/you-look-good-have-you-lost-m...


If a stream of data stops appearing, then you can alert. You don't need to pre-configure the existence of that stream (although if you might never get data from an object, this obviously is a failure you won't catch.)

Your article is a good one but in my experience, many companies are still many years from being able to implement that kind of database:machine knowledge consistency.


You can only alert in that case if the data starts, and there's no transient issues preventing your monitoring working around the time it stops.

Alerting based on state changes is fragile, it's better to compare against what you expect to see.


You can leverage service discovery to make your configuration dynamic: http://prometheus.io/blog/2015/06/01/advanced-service-discov...


That's what the Prometheus push gateway is for. While prom itself is poll-based, you can extract data from servers behind a firewall by pushing metrics from an agent into the gateway. No crazy issues.


The general advice is to run Prometheus behind the firewall, you want as few things between your monitoring and what you're monitoring as possible. This makes it more resilient.


It supports push, though.


Ive been using Riemann at work for the past 6 months or so. There is a learning curve if you don't know clojure, that has been the biggest hurdle for me. But I love what it does and its fantastic along with the dashboard it comes with


Because their pricing doesn't match the current pricing situation of going as cheap as possible


True, but their customer service is bar none. Worth a few extra bucks.



I like that idea, thanks!


negative filters might be useful too. i.e. non-jQuery non-d3, or at least make selecting multiple dependencies show the union of both sets, rather than the empty intersection.


Good thinking, adding soon!


Thanks! Adding soon


Thanks! I'll be adding that shortly!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: