Page 1 of 1

percentage on the performance graph?!

Posted: Mon Nov 05, 2018 9:12 am
by xpertech
is there possible to display percentage on the performance graph?!

Re: percentage on the performance graph?!

Posted: Mon Nov 05, 2018 2:14 pm
by npolovenko
Hello, @xpertech. That depends on the individual plugin. It needs to return the perfdata output with % sign.
'label'=value%;[warn];[crit];[min];[max]
Sometimes, plugins return perdata output in MB or other units and that can't be changed without modifying the source code.
https://nagios-plugins.org/doc/guidelin ... 015#AEN200