Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/triaquae/CrazyMonitor

用python写的分布式监控软件
https://github.com/triaquae/CrazyMonitor

Last synced: 3 months ago
JSON representation

用python写的分布式监控软件

Awesome Lists containing this project

README

        

# CrazyMonitor
用python写的强大的分布式监控软件
参考zabbix,openfalcon架构,前端、后端、监控插件、画图、数据优化存储等全部自己实现,通过学习本项目可以了解复杂自动化项目的架构设计、程序解耦原则、前后端数据交互等多项实战技能。

## 启动

python3 manage.py runserver 0.0.0.0:9000 启动监控服务web端

python3 MonitorServer.py start 启动监控主程序

python3 MonitorServer.py trigger_watch 启动报警监听程序

# 项目讲解视频
http://edu.51cto.com/course/course_id-6208.html
# python自动化交流群
Python开发之路 304154367


# 项目截图
![image](https://github.com/triaquae/CrazyMonitor/blob/master/share/screeshots/flow.png)
![image](https://github.com/triaquae/CrazyMonitor/blob/master/share/screeshots/monitor1.png)
![image](https://github.com/triaquae/CrazyMonitor/blob/master/share/screeshots/monitor2.png)