Home - meetbill/shinken GitHub Wiki

Welcome to the shinken wiki!

Shinken 是一个开源的 IT 监控框架,基于 Python 编写。Shinken 从 2009 年开始发布,起初是作为一个简单的监控解决方案,由于越来越多的模块的加入,至 2014 年它被重新定位为“框架”。

Shinken 的优势包括:

  • 跨平台,它可以在 Windows、Linux 上部署和运行
  • 独立性,不依赖于其它监控解决方案
  • 可扩容,能够很好的支持不断扩张的、大规模的监控需求
shinken/daemon.py:Daemon
        | 
        V
shinken/satellite.py:BaseSatellite
        |
        V
shinken/satellite.py:Satellite



scheduler  ====> from shinken.satellite import BaseSatellite
poller ========> from shinken.satellite import Satellite

PPT