Local check with unit if measurement

Hello,

I wrote a quick local check to monitor system performance with sysbench.
All works OK but I dont see the UOM in the graphs as described in Nagios Dev guide:
https://nagios-plugins.org/doc/guidelines.html#AEN200

My code looks now like that:

echo "0 CPU_Benchmark speed=${speed}e/s;;;;|min=${latencyMin}ms;;;;|max=${latencyMax}ms;;;;|95=${latency95}ms;;;; Speed ${speed} events per second"

Neither ms nore e/s is shown in the graphs.
May one knows the trick to show this units?

Running it on CEE 1.5

Also what is annoying is that I have to use the _ in the Service name. Is there a way too omit this and write it like: CPU Benchmark ???

Any help is much appreciated.

Michael

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.