Hi!
I would like to ask you if someone successfully uses the memory-windows plugin with the “memory_win_show_used” variable.
It doesn’t work for me:
My service rule in global-templates looks like that:
That’s correct. At the moment, the free space is monitored.
But I thought if it’s possible to monitor the used mem instead of the free mem.
The system total ram is 8GB and 7GB are used.
The value should show something like 7.00 GiB (=used mem)
At the moment, it shows the free mem (~1.00GiB)
Ah, show_used. Now I get it, sorry. I don’t know how the plugin is implemented, I needed to look into the code. From what I can see there, the option should also change the output from free to used.
For some reason, memory_win_show_used is not applied - can you please extract the executed command line from the plugin call?
Hi Michael,
I don’t know why, but the plugin now shows the used disk space.
But the circles in front of the disks are green, but they should be red or orange, I think:
Those graphs are rendered by the utility helpers of Icinga Web. Dunno whether their coloring can be changed. Afaik they only change colors whenever a warn/crit threshold is hit.
The mentioned circles are just pie charts to present the fill level as graphic. They doen’t change their color in case of warning or critical level are exceeded.
okay!
Do you know if it’s possible to change that color? It’s always confusing because green normally means free space. But in that case it’s used space.
So a orange color for example would be more appropriate