Ad Widget

Collapse

Using Zabbix for Systems KPIs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xarous
    Junior Member
    • Oct 2009
    • 15

    #1

    Using Zabbix for Systems KPIs

    I'm looking at KPIs for my group and was wondering if anyone else had used Zabbix to produce KPIs for their systems.

    I'm looking for examples for Availability and Capacity.

    Cheers,
    Jeff
  • xarous
    Junior Member
    • Oct 2009
    • 15

    #2
    I've now got some basic KPIs working with help from forum members.

    So far I'm monitoring the following Zabbix Aggregate items -
    Average CPU usage - grpavg["Windows servers","perf_counter[\Processor(_Total)\% Processor Time]",last,0]
    Max CPU Usage - grpmax["Windows servers","perf_counter[\Processor(_Total)\% Processor Time]",last,0]
    Minimum C: drive space - grpmin["Windows servers","vfs.fs.size[c:,free]",last,0]
    Minimum Free memory - grpmin["Windows servers","vm.memory.size[free]",last,0]

    and an additional item which calls SQL to get the number of active monitored hosts using the following SQL -
    select count(name) from zabbix.hosts where status = 0 and available = 1;

    I hope this is of use.

    Cheers,
    Jeff

    Comment

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

      #3
      Use IT Services for availability (SLA):
      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

      Working...