The graphite module templates for disk-windows and memory-windows are defaulting to "Used" in the bottom description of the value but the default for the checks are to return the value in free bytes.
https://icinga.com/docs/icinga-2/latest/doc/10-icinga-template-library/#disk-windows
Shouldn't the default graphite templates behave the same?
Here for example:
|
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')" |
The graphite module templates for disk-windows and memory-windows are defaulting to "Used" in the bottom description of the value but the default for the checks are to return the value in free bytes.
https://icinga.com/docs/icinga-2/latest/doc/10-icinga-template-library/#disk-windows
Shouldn't the default graphite templates behave the same?
Here for example:
icingaweb2-module-graphite/templates/disk.ini
Line 17 in 8057c0b