Ad Widget

Collapse

RDS Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joby
    Junior Member
    • Nov 2012
    • 29

    #1

    RDS Monitoring

    Hi,

    Is there any method available in zabbix that can be used to monitor Amazon RDS instance.
    Any help much appreciated, thanks!

    JVA
  • basante
    Junior Member
    • Nov 2013
    • 14

    #2
    Hi,

    I'm also interested on this.

    Comment

    • marvlems
      Junior Member
      • Oct 2015
      • 1

      #3
      Any progress with monitoring Amazon RDS with Zabbix?

      Comment

      • janssenreis
        Member
        • May 2010
        • 64

        #4
        Hello,

        In my GitHub you find the script (amazon_rds_status.py) and also the template (zbx_template_amazon_rds.xml) for monitoring the Amazon RDS.

        Scripts para complemento dos cursos de Zabbix. Contribute to janssenlima/scripts-zabbix development by creating an account on GitHub.


        Att,

        Janssen dos Reis Lima

        Comment

        • jan.garaj
          Senior Member
          Zabbix Certified Specialist
          • Jan 2010
          • 506

          #5
          Find the Zabbix projects that match your keywords! 900+ projects


          @janssenreis please provide English README for your Github repo
          Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
          My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

          Comment

          • dbaeza
            Junior Member
            • Jun 2019
            • 5

            #6
            hello guys.

            I trying to monitor Amazon RDS instance. with this template [https://github.com/janssenlima/templates-zabbix] but its not works for me, my enviroment is ZABBIX 4.2.3 ON UBUNTU 18.04. please if you have a tip for this issue just tell me.



            previous actions

            i followed the steps, (README.txt).

            AWS RDS Template for Zabbix

            1. place the script "rds_stats.py" at zabbix-server externalscripts folder (https://www.zabbix.com/documentation...types/external), make sure it has execute permission (Ubuntu - /usr/share/zabbix/externalscripts). IN MY SERVER IS /usr/lib/zabbix/externalscripts/
            2. Import the template "rds_template.xml". I DID IT
            3. enter you aws credentials in the template's macro section ({$AWS_ACCESS_KEY}, {$AWS_SECRET_KEY}) or leave it blank to use IAM roles I DID IT
            4. set you default AWS region in the template's macro section {$REGION} I DID IT
            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


            THANKS
            Attached Files

            Comment

            • sanjay9496
              Junior Member
              • Oct 2019
              • 1

              #7
              Can somebody guide me for If RDS was down / Stop / Rebooted then give alert.

              Comment

              Working...