Using RRDs perl modules

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
Mitchell
Posts: 130
Joined: Thu Jan 05, 2012 2:33 am

Using RRDs perl modules

Post by Mitchell »

We use mod_gearman pnp worker to write the perfdata on a centeral server. This central server is a VM.This server is handling writing rrds for over 20000 checks with rrdcached. To further increase the performance we increased the number of rrdcached threads from 4 to 8 which helped.
Now to further increase the performance should we consider using RRDs perl modules using 'use_RRDs = 1' in 'process_perfdata.cfg' ? It seems I will need to update the rrdtool and install rrdtool-perl module.

Please suggest.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Using RRDs perl modules

Post by slansing »

I'm not sure what the outcome of this would be, I would suggest checking their site to verify what this option could do in your environment:

http://oss.oetiker.ch/rrdtool/
Locked