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
Performance Data not in Performance Graph
Performance Data not in Performance Graph
You do not have the required permissions to view the files attached to this post.
Re: Performance Data not in Performance Graph
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.
At a quick glance, my guess is you're just missing a couple semicolons.
Former Nagios Employee