摘要:
worldPing插件安装 官网介绍:https://grafana.com/plugins/raintank-worldping-app/installation 插件下砸地址:https://grafana.com/api/plugins/raintank-worldping-app/versi 阅读全文
摘要:
prometheus + grafana部署RabbitMQ监控 1、grafana导入dashboards https://grafana.com/dashboards/2121 2、export部署 下载:https://github.com/kbudde/rabbitmq_exporter/r 阅读全文
摘要:
官方网址:https://prometheus.io/ GitHub网址:https://github.com/prometheus/prometheus 软件下载地址:https://prometheus.io/download/ 第三方中文介绍:https://github.com/104610 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
python实现windows Service服务程序 win32serviceutil.ServiceFramework是封装得很好的Windows服务框架,本文通过继承它来实现。 通过SvcDoRun方法,实现服务启动,运行服务内的业务代码。 通过SvcStop方法,停止服务。 WinPollM 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
P2P分发大文件思路 1、将软件包生成种子文件 2、通过saltstack将种子文件分发至每台服务器 3、每台服务器进行种子下载 推荐使用Twitter开源的murder。Twitter用它来分发大文件完成代码更新。 下载地址: https://github.com/lg/murder 本文介绍mu 阅读全文