发布于 2017-07-21 01:23:39 | 109 次阅读 | 评论: 0 | 来源: 网友投递
Sensu 开源监控框架
Sensu 是开源的监控框架,Sensu 的现代化架构允许监控大规模的动态基础设施,能够通过复杂的公共网络监控几千个全球分布式的机器和服务
Sensu 1.0.0 已发布,新版有以下变更:
IMPORTANT: Sensu 包现在已引入 Ruby 2.4.1。从旧版本的 Sensu 升级将需要在新的 Ruby 环境下重新安装任何插件或扩展 gem。
IMPORTANT: Sensu packages now include sensu-plugin 2.0.0, which disables its deprecated filter methods by default, i.e. occurrences. Sensu 1.0 includes built-in filters that provide the same functionality with several improvements. The built-in filters are “occurrences” and “check_dependencies”. To use the built-in filters, apply them to Sensu event handlers via their definition "filters"
attribute, e.g. "filters": ["occurrences", "check_dependencies"]
. These filters can now be used with Sensu event handlers that do not use the sensu-plugin library (or Ruby).
NEW: 为 Sensu API 事件端点增加了别名 “incidents”, 例如/incidents, /incidents/:client/:check
IMPROVEMENT: Improved Sensu client keepalive configuration validation, now including coverage for check low/high flap thresholds etc.
IMPROVEMENT: Improved Sensu client socket check result validation, now including coverage for check low/high flap thresholds etc.
IMPROVEMENT: The sensu-install tool now notifies users when it is unable to successfully install an extension, when the environment variable EMBEDDED_RUBY is set to false.
IMPROVEMENT: Added the Sensu RELEASE_INFO constant, containing information about the Sensu release, used by the API /info endpoint and Server registration.
BUGFIX: Sensu handler severities filtering now accounts for flapping events.
BUGFIX: Fixed Sensu Redis connection on error reconnect, no longer reusing the existing EventMachine connection handler.
下载地址
Sensu 是开源的监控框架。主要特性:
高度可组合;提供一个监控代理,一个事件处理器和文档 APIs
为云而设计;Sensu 的现代化架构允许监控大规模的动态基础设施,能够通过复杂的公共网络监控几千个全球分布式的机器和服务
热情的社区;