Ad Widget

Collapse

Availability pie graph in template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mad
    Junior Member
    • Aug 2007
    • 3

    #1

    Availability pie graph in template

    Hi,

    I want to add a graphic to a template displaying a pie graph of the availability on the last 30 days, something like that :


    (Nb. this was a test based on calculated values trying to get number of status=0 and status=1 but It doesn't work since these values are only updated in case of a status change...)

    Do you have any idea how to do so?

    Thank you in advance!!
    I'm using last Zabbix version.
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    that should work if you used some other item to determine availability - for example, checking for a specific service would give you 0/1 depending on its availability, and then it should be possible to draw such a pie graph.

    it would be trickier with agent.ping, because that one would be having data only when agent is available. you might be able to define amount of ping responses that should be there for some time period as "graph sum" pie graph item, then add sum of pings as actual availability.
    Zabbix 3.0 Network Monitoring book

    Comment

    Working...