TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bosun – open-source monitoring and alerting system by Stack Exchange

121 点作者 aps-sids将近 10 年前

7 条评论

KyleBrandt将近 10 年前
I did a presentation on Bosun at the most recent Monitorama conference: <a href="https:&#x2F;&#x2F;vimeo.com&#x2F;131581326" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;131581326</a><p>The first ~13 minutes is some of the design thoughts, the why etc. Then I start a demo with some screencasts.
评论 #9936430 未加载
评论 #9938189 未加载
spo81rty将近 10 年前
3 years ago I started a company (Stackify) with the hopes of building a better nagios. But it doesn&#x27;t seem like developers really wanted it. They wanted and needed a lot more as basic server metrics didn&#x27;t really tell much of a story about application health. The shift to cloud based services also makes a lot of basic monitoring tools unnecessary. Cloud based apps don&#x27;t really need to monitor servers or infrastructure beyond simple CPU and memory measurement. Developers need to monitor the app itself. Which can really only be done by code profiling, custom metrics, and analyzing errors and log statements.<p>So we since pivoted a little bit and have focused heavily on true application monitoring via basic server metrics, custom app metrics, error tracking, log management, and true APM code profiling. All of this together provides a lot of power when it comes to monitoring and finding application problems.<p>A lot of companies we talk to barely monitor anything about their apps. So many IT teams work in such a reactive mode they aren&#x27;t very proactive when it comes to monitoring application health and behavior.<p>Would love to get anyone&#x27;s feedback about this topic. Do you just use basic server monitoring? How detailed do you monitor the actual behavior and health of your application? How do you do it?<p>If you&#x27;re curious you can check out our product. <a href="http:&#x2F;&#x2F;stackify.com" rel="nofollow">http:&#x2F;&#x2F;stackify.com</a>
评论 #9936178 未加载
评论 #9936594 未加载
评论 #9936165 未加载
评论 #9935779 未加载
INTPenis将近 10 年前
I tried it for a while and it sure has potential has one of those modern monitoring systems that are replacing nagios right now.<p>However, in production I would not want to run it in a docker. I would want to setup my own server with option to scale it to remote pollers.<p>In my org we ended up choosing another nagios replacement, but not because of any flaw in bosun.<p>I love iterating over the main points that we look for in a monitoring solution.<p>Self-hosted. Scalable, remote pollers that can plugin to the central servers. Locations, remote pollers can add locations to monitor from. Collector agent that runs periodically from monitored servers instead of the nrpe model that listens to connections. The collector OS agent is windows compatible and backwards compatible with nagios scripts. Monitoring focuses on sending metrics first and foremost, so you can set thresholds for metrics, just like bosun does. And of course, with those metrics the web gui draws fancy graphs for everything.<p>And last but not least, all of this, monitoring agent, pollers, they all use a standard API like REST or xmlrpc.
评论 #9934624 未加载
评论 #9936032 未加载
评论 #9934637 未加载
smegel将近 10 年前
God it&#x27;s time someone came up with a good, modern monitoring system. I used Nagios for years but it never evolved past a bunch of CGI scripts written in C(!). I tried Sensu, and was moderately impressed until a major update broke everything and it never worked again.
评论 #9935275 未加载
评论 #9936704 未加载
评论 #9935165 未加载
euroclydon将近 10 年前
I&#x27;ve had an intern working to set up Bosun and OpenTSDB on an Ubuntu server, from source, for a few weeks now. He&#x27;s close, but today is his last day.<p>I&#x27;d need to pay someone to professionally set this up for us (so we can easily distribute it with our enterprise software), preferably with just bash scripts. I also need consulting. Like, is it realistic to use a single server for our logging load?<p>I work for a large multi-national. If you&#x27;re qualified, and interested, we can engage you to help us out. Contact is in my profile.
评论 #9935934 未加载
评论 #9937050 未加载
xorcist将近 10 年前
It seems to be a DSL to describe alerts over whole clusters. That&#x27;s probably what a monitoring system for the cloud age should. It can monitor Logstash and Graphite, which are proven ways to collect data in a disparate environment.<p>But many in the comments compare it with Nagios which I think isn&#x27;t really fair. You could probably easily plug this into Nagios and it&#x27;s dependency rulework can figure out who to page when. Because that&#x27;s what Nagios is, not the default checks it ships with.
评论 #9935683 未加载
Gideonnn将近 10 年前
I browsed through the website, but couldn&#x27;t find if it had SNMP support. If it has, it can maybe replace Zabbix for our company.
评论 #9935579 未加载
评论 #9934675 未加载
评论 #9936530 未加载