Ad Widget

Collapse

Zabbix Cloudwatch Graphs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PratapSingh
    Junior Member
    • Apr 2016
    • 29

    #1

    Zabbix Cloudwatch Graphs

    Hi ,

    Is it possible to display all cloudwatch metrics graph on Zabbix?

    Problem statement:

    1: users want to see all their servers cloudwatch metrics
    2: I do not wish to create IAM for every user

    What I am thinking to achieve using Zabbix:

    1: Configure zabbix to fetch all metrics of instances under auto-scaling groups
    2: If instances are not under any Auto-scaling group then bring all metrics using Name or Environment tag of instances if possible.
    3: Enabling user to view graphs of these server for their zabbix host groups.


    Is there any way to achieve this? I looked up to cloudwatch-zabbix project but finding it difficult to generate graphs. If anyone have done anything similar please share the steps or point me to right direction.
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

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


    If you need only graphs, then Grafana with cloudwatch datasource is better solution.
    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

    • PratapSingh
      Junior Member
      • Apr 2016
      • 29

      #3
      Thanks Jan,

      Yes, I am exploring Grafana, But I am not in favor of using it as it will add up one more tool in my infra to manage and added workload too. I would like to do it using Zabbix if it is possible if not then yep unfortunately I have to go for Grafana.

      Comment

      • varunmanik
        Junior Member
        • Aug 2016
        • 8

        #4
        same issue

        Hi Pratap,
        I need to monitor all EC2 instance matrices without installing agent inside ec2 server.
        Pratap please let me know if you have find something.
        I follow this link
        Contribute to omni-lchen/zabbix-cloudwatch development by creating an account on GitHub.

        and get the result for ELB and RDS but not getting anything in instance matrices.

        Thanks in Advance.

        Comment

        • PratapSingh
          Junior Member
          • Apr 2016
          • 29

          #5
          Hi Varun,

          I moved to Grafana for graph and its pretty easy to install/configure. I would suggest the same to you. I am still using Zabbix for server and static service monitoring.

          Thanks,
          ../Pratap

          Comment

          • varunmanik
            Junior Member
            • Aug 2016
            • 8

            #6
            Thanks for quick reply.
            I installed Grafana, and configure it well.
            But not able to see the graph on Dashboard, can you plz help me out in this.
            Looking forward to hear from you.

            Comment

            • PratapSingh
              Junior Member
              • Apr 2016
              • 29

              #7
              Hi Varun ,

              You need to add datasource in grafana. You may refer to documentation site "http://docs.grafana.org/datasources/cloudwatch/"

              Thanks,
              ../Pratap

              Comment

              • varunmanik
                Junior Member
                • Aug 2016
                • 8

                #8
                Hi Pratap,

                I found the solution, for monitoring cloudwatch graph without installing agent.

                Please follow this link.

                Zabbix AWS monitoring template. Contribute to ike-dai/zaws development by creating an account on GitHub.

                Comment

                Working...