NRDP Services Adding Additional Perfdata

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
luczynj
Posts: 88
Joined: Wed Dec 03, 2014 6:47 pm

NRDP Services Adding Additional Perfdata

Post by luczynj »

Hello all!

A new NRDP service is created through the Unconfigured Object wizard and a corresponding perfdata file is created in /usr/local/nagios/share/perfdata/<host name>/<service name>.rrd and <service name>.xml.

“x” perfdata values are sent by the source for the above service.

If the NRDP script is modified at the source .and starts sending additional perfdata under the same service (so now “x + y” perfdata values), the latest collected values for this additional perfdata are visible in the "Status Information" column on the nagios XI GUI, but it is not recorded in the .rrd file and the historical data is not recorded for the additional “y” values (but is for the original “x” values)

A workaround for the above issue was to use a perl utility package for RRD, and manually create “y” additional datastores In the existing .rrd file (in addition to the already existing “x” datastores)

What would be nice is a new “bulk modification tool” to automate the above manual process.

See attached picture of when new perfdata was added to the service.

Many thanks!
P & J
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: NRDP Services Adding Additional Perfdata

Post by cdienger »

We have a kb on removing a data source:

https://support.nagios.com/kb/article/n ... e-497.html

but not one to add. I'll file a request for an article that adds one as well.

I agree that it would be a nice feature to have some automation to this so I'll file a request with our dev. Thanks for your input!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked