Anyone know some monitoring tool?

xuanbao · · 471 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;d need something that i can run e.g. on google app engine. Function is pretty simple, just check that some defined URLs return http status 200 and send some mail if not. Some statistics, like when which page was checked last would be great. I think you get the point.</p> <p>And yet another question: does there exist a free plan on google app engine for go projects? Seems to be hard to get informations about this.</p> <p>Thanks</p> <hr/>**评论:**<br/><br/>Redundancy_: <pre><p>You could probably set up something simple and very cheap using AWS lambda + SNS</p></pre>soapysops: <pre><p>You should use stackdriver monitoring for something like this.</p> <p>There is a free plan for Go on App Engine. It&#39;s part of the Google Cloud wide Free Tier. Check out <a href="https://cloud.google.com/free/" rel="nofollow">https://cloud.google.com/free/</a> for details.</p></pre>tomarus: <pre><p>I wrote <a href="https://github.com/tomarus/minimon" rel="nofollow">minimon</a> a couple of years ago, it&#39;s a really simplistic monitoring tool supporting most Nagios plugins. No idea if that will run on appengine though.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

471 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传