Ad Widget

Collapse

Disk linear graph

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tarado
    Junior Member
    • Aug 2014
    • 5

    #1

    Disk linear graph

    Hi everybody,

    It is possible to add a graph with the same data than the "Disk space usage on *volume*" but in a linear way, like the CPU utilization graph or the CPU Load? I need to show a historical line for the disk usage.

    I tried it many times but simply I don't know how.

    Thanks and regards
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Originally posted by tarado
    Hi everybody,

    It is possible to add a graph with the same data than the "Disk space usage on *volume*" but in a linear way, like the CPU utilization graph or the CPU Load? I need to show a historical line for the disk usage.

    I tried it many times but simply I don't know how.

    Thanks and regards
    Just change time scale to show historic data using top ruler.
    So far zabbix does not offer anything like plotting data using logarithmic scale so all zabbix graphs presents data in linear scale by definition.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    • rwinkel
      Junior Member
      • Mar 2016
      • 2

      #3
      Originally posted by tarado
      Hi everybody,

      It is possible to add a graph with the same data than the "Disk space usage on *volume*" but in a linear way, like the CPU utilization graph or the CPU Load? I need to show a historical line for the disk usage.

      I tried it many times but simply I don't know how.

      Thanks and regards
      You want a regular graph instead of the pie chart, right? Just create an item for the host: vfs.fs.size[/mount/point,pused]
      Which returns a float (percentage used of disk at /mount/point).

      Comment

      Working...