Skip to content

KHiis/zabbix_rds_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

zabbix_rds_template

AWS RDS Template for Zabbix

Prerequisite: You have to install boto3

$ pip install boto3
  1. place the script "rds_stats.py" at zabbix-server externalscripts folder (https://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/external), make sure it has execute permission (Ubuntu - /usr/share/zabbix/externalscripts).
  2. Import the template "rds_template.xml".
  3. enter you aws credentials in the template's macro section {$AWS_ACCESS_KEY}, {$AWS_SECRET_KEY}
  4. set you default AWS region in the template's macro section {$REGION}
  5. Attach the above template to the relevant hosts. The zabbix host name must match the RDS DB Instance host name
  6. note that you can override the AWS region for specific hosts by adding the {$REGION} macro to the host

About

AWS RDS Template for Zabbix with support for Boto3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%