Zabbix Rds Monitor

aliyun RDS status monitor with zabbix
Alternatives To Zabbix Rds Monitor
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hertzbeat2,647
16 hours ago79apache-2.0Java
An open source, real-time monitoring tool with custom-monitor and agentless. Web, database, os, middleware, cloudnative, network and more. Aim to monitor everything!
Prometheusalert2,067
15 days ago10April 19, 202127mitJavaScript
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Nagstamon369
13 days ago79otherPython
Nagios status monitor for your desktop.
Zabbix Rds Monitor122
7 months ago1Python
aliyun RDS status monitor with zabbix
Graphtrees105
6 years ago
此项目当前不再更新,只适用于3.0和3.2版本
Zabbix Agent Extensions104
6 months ago3gpl-2.0Python
zabbix-agent-extensions
Container Monitor104
2 years ago3mit
容器监控方案汇总
Zabbix Monitor61
4 years ago2Vue
monitor system based on zabbix API pyzaabix grafana
Docker Zabbix48
6 years ago9gpl-3.0Python
Add and monitor running docker containers in Zabbix Server
Monitor_ce34
6 years ago1
OneOaaS Monitor Community Edition
Alternatives To Zabbix Rds Monitor
Select To Compare


Alternative Project Comparisons
Readme

zabbix-RDS-monitor

Aliyun RDS-mysql status monitor with zabbix

zabbix通过阿里云api 自动发现、监控阿里云RDS-Mysql数据库  
本版本数据的图表展示,是以监控项进行分组,后期会再发布以rds实例分组的版本。

使用方法

注意事项

  1. 脚本会收集RDS别名,
  2. 不要默认别名
  3. 不要使用中文别名(zabbix不识别)
  4. 切记aliyun-python-sdk-core==2.3.5,新版本的sdk有bug

环境要求

python = 2.7

模块安装

/usr/bin/env pip2.7 install aliyun-python-sdk-core==2.3.5 aliyun-python-sdk-rds==2.1.4 datetime

使用方法

  1. 从阿里云控制台获取 AccessKey ,并修改脚本中的 IDSecret
  2. 修改区域 RegionId
  3. 将两个脚本放置于以下目录
/etc/zabbix/script
chmod +x /etc/zabbix/script/*
  1. 修改zabbix-agentd.conf,添加以下内容
#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
  1. 重启zabbix-agent
  2. zabbix控制台导入模板,并关联主机
Popular Zabbix Projects
Popular Monitor Projects
Popular Operations Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Mysql
Monitor
Zabbix
Rds
Aliyun