标签:图片 python2.7 python inux 调用 yun 系统 信息 导入
以下操作我均是在zabbix-server主机上操作的
阿里云ecs(CentOS Linux release 7.5.1804 (Core) )
首先需要安装 git和 python2.7
yum install git -y
python由于系统自带的有 就不在安装
pip install aliyun-python-sdk-core==2.3.5 aliyun-python-sdk-rds datetime
git clone https://github.com/XWJR-Ops/zabbix-RDS-monitor.git
├── check_rds.py #取值脚本
├── discovery_rds.py #自动发现脚本
├── README.md
└── zbx_AliyunRds_templates.xml #zabbix模板
[root@zabbix zabbix-RDS-monitor]# ls /etc/zabbix/script/
check_rds.py discovery_rds.py
UserParameter=rds.discovery,python /etc/zabbix/script/discovery_rds.py UserParameter=check.rds[*],python /etc/zabbix/script/check_rds.py $1 $2 $3
标签:图片 python2.7 python inux 调用 yun 系统 信息 导入
原文地址:https://www.cnblogs.com/oldwangtou/p/9996763.html