Ad Widget

Collapse

ssh checks for Disk space

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • athreyavc
    Junior Member
    • Aug 2007
    • 13

    #1

    ssh checks for Disk space



    Hi, I am currently using zabbix for monitoring a QNAP device. QNAP doesn't have any DISK IO Mibs, from where I can get the IOPs data.

    I am planning to write a shell script which can use SAR or iostat to get some data

    From SAR, I get data like this

    dev253-1 ,0.24
    dev253-2 ,1.04
    dev253-3 ,1.04
    dev253-4 ,0.00
    dev253-5 ,0.00
    dev253-6 ,1.04

    How to use it in zabbix ?

    I don't want to write individual items for each device.

    Thanks and Regards,

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

    #2
    Use some existing zabbix iostat template from https://github.com/zabbix/zabbix-community-repos
    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

    • athreyavc
      Junior Member
      • Aug 2007
      • 13

      #3
      Hi,

      Thanks for the response. I will try them and update you.

      Best Regards,

      A

      Comment

      Working...