Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hertzbeat | 2,647 | 16 hours ago | 79 | apache-2.0 | Java | |||||
An open source, real-time monitoring tool with custom-monitor and agentless. Web, database, os, middleware, cloudnative, network and more. Aim to monitor everything! | ||||||||||
Prometheusalert | 2,067 | 15 days ago | 10 | April 19, 2021 | 27 | mit | JavaScript | |||
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等 | ||||||||||
Nagstamon | 369 | 13 days ago | 79 | other | Python | |||||
Nagios status monitor for your desktop. | ||||||||||
Zabbix Rds Monitor | 122 | 7 months ago | 1 | Python | ||||||
aliyun RDS status monitor with zabbix | ||||||||||
Graphtrees | 105 | 6 years ago | ||||||||
此项目当前不再更新,只适用于3.0和3.2版本 | ||||||||||
Zabbix Agent Extensions | 104 | 6 months ago | 3 | gpl-2.0 | Python | |||||
zabbix-agent-extensions | ||||||||||
Container Monitor | 104 | 2 years ago | 3 | mit | ||||||
容器监控方案汇总 | ||||||||||
Zabbix Monitor | 61 | 4 years ago | 2 | Vue | ||||||
monitor system based on zabbix API pyzaabix grafana | ||||||||||
Docker Zabbix | 48 | 6 years ago | 9 | gpl-3.0 | Python | |||||
Add and monitor running docker containers in Zabbix Server | ||||||||||
Monitor_ce | 34 | 6 years ago | 1 | |||||||
OneOaaS Monitor Community Edition |
Aliyun RDS-mysql status monitor with zabbix
zabbix通过阿里云api 自动发现、监控阿里云RDS-Mysql数据库
本版本数据的图表展示,是以监控项进行分组,后期会再发布以rds实例分组的版本。
python = 2.7
/usr/bin/env pip2.7 install aliyun-python-sdk-core==2.3.5 aliyun-python-sdk-rds==2.1.4 datetime
/etc/zabbix/script
chmod +x /etc/zabbix/script/*
#rds
UserParameter=rds.discovery,/usr/bin/env python2.7 /etc/zabbix/script/discovery_rds.py
UserParameter=check.rds[*],/usr/bin/env python2.7 /etc/zabbix/script/check_rds.py $1 $2 $3