Performance Data not in Performance Graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
v.tondino
Posts: 4
Joined: Thu Sep 22, 2016 9:29 am

Performance Data not in Performance Graph

Post 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
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Performance Data not in Performance Graph

Post 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.
Former Nagios Employee
Locked