; ====================================================================== ; ; GRAPHITE DEFAULTS ; ; ---------------------------------------------------------------------- ; 2020-03-23 <axel.hahn@iml.unibe.ch> initial version ; ====================================================================== ; ---------------------------------------------------------------------- ; HOST ; ---------------------------------------------------------------------- [default-host.metrics_filters] value = "$host_name_template$.perfdata.$perfdata$.value" [default-host.urlparams] areaAlpha = "0.3" areaMode = "all" lineWidth = "2" title = "$perfdata$" yUnitSystem = "none" [default-host.functions] value = "alias(color($metric$, '#1a7dd7'), 'value')" ; ---------------------------------------------------------------------- ; SERVICES ; ---------------------------------------------------------------------- [default-service.metrics_filters] value = "$service_name_template$.perfdata.$perfdata$.value" [default-service.urlparams] areaAlpha = "0.1" areaMode = "all" bgcolor = "#e5f9ff" ; colorList = "#1a7dd7" << default color in graphite templates colorList = "6699aa" fgcolor = "#333333" lineWidth = "2" title = "$perfdata$" yUnitSystem = "none" min = "0" [default-service.functions] value = "alias($metric$, 'value')"