# CrazyMonitor **Repository Path**: wbzdssm/CrazyMonitor ## Basic Information - **Project Name**: CrazyMonitor - **Description**: 用python写的分布式监控软件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)