mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-09 00:32:31 -04:00
check_file_age: enhance Y axis
This commit is contained in:
parent
90026c38cb
commit
f7ab7bb91c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ value = "$service_name_template$.perfdata.age.value"
|
|||
areaAlpha = "0.5"
|
||||
areaMode = "all"
|
||||
min = "0"
|
||||
yUnitSystem = "none"
|
||||
yUnitSystem = "sec"
|
||||
|
||||
[file_age-age.functions]
|
||||
value = "alias(color($metric$, '#1a7dd7'), 'File age (s)')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue