Icinga / icingaweb2-module-graphite

The Graphite module for displays data stored in Graphite directly in the Icinga Web 2 interface.
https://icinga.com/docs/graphite/latest
GNU General Public License v2.0
73 stars 33 forks source link

Extra "blank" graph area #209

Closed mtdeguzis closed 7 months ago

mtdeguzis commented 5 years ago

Expected Behavior

Only the clone_time metric graph should show, which used to.

Current Behavior

The actual graph is second, the first is seemingly blank.

image

Graphs assembling process record

+ Icinga check command: 'check-github'
+ Obscured check command: NULL
+ Applying templates for check command 'check-github'
+ Applying default templates, excluding previously used metrics
++ Not applying template 'default-host'
++ Applying template 'default-service'
+++ Fetched 3 metric(s) from 'http://icinga-prod-graphite-01:443/metrics/expand?query=icinga2.myicinga_domain_com.services.check_github.check-github.perfdata.%2A.value'
+++ Excluded 0 metric(s)
+++ Combined 3 metric(s) to 3 chart(s)

Possible Solution

?

Steps to Reproduce (for bugs)

Install the below script: https://gist.github.com/mtdeguzis/8749545c3a767107916ad8551cde270c

Invocation via Icingaweb2:

'/usr/lib64/nagios/plugins/check-github' '-p' 'https' '-r' 'apache/flume'

Context

Have to click "more" under blank graph

Your Environment

Al2Klimov commented 5 years ago

Hello @mtdeguzis and thank you for reporting!

Please share the recursively expanded Graphite web tree of your service. I.e.:

Bildschirmfoto 2019-08-13 um 12 13 28-

Best, AK