Page 1 of 1

Performance Data not in Performance Graph

Posted: Thu Sep 29, 2016 5:53 am
by v.tondino
Hi,

From my powershell script, via NRPE, send this output << OK: Avg of 2 samples:" {Latency (Read: 35.73252ms)(Write: 3.18636ms)} "| Read=35.73252ms; Write=3.18636ms;" >> to Nagios server.
Those are correctly show in Advanced Status Details,but only" Read" are visible in Performance Graph, "Write" no:

Performance Data: Read=35.73252ms; Write=3.18636ms;

Instead in Gauge Graph i see Read in ones and Write to another

Re: Performance Data not in Performance Graph

Posted: Thu Sep 29, 2016 12:20 pm
by rkennedy
Take a look at this link which outlines how performance data should be formatted - https://nagios-plugins.org/doc/guidelines.html#AEN200

At a quick glance, my guess is you're just missing a couple semicolons.