Virsacer / icingaweb2-module-rrdtool

This module is a replacement for pnp4nagios. It uses rrdtool to store perfdata (from Icinga2 PerfdataWriter) in RRDs and to generate graphs from RRDs.
GNU General Public License v2.0
7 stars 0 forks source link

Inconsistent Behaviour of rrdtool ? #11

Closed neutronc closed 1 year ago

neutronc commented 1 year ago

Hi,

i have a number of switches in two enviroments, Production and QS.

While implementing new checks in the QS enviroment i enabled the "Checks with multiple rrds" feature.

Now i have one switch out of 7 or so, where rrdtool is splitting the rrds per interface ? For the other switches running the same checks theres still only one rrd file. image This switch is showing only one rrd...

image

and thats the behaviour i would have expected from the first one too.

Now wheres the mistake ? :) What information do you need ? (Ip adresses and system names withheld due to restrictions. Regards, Martin

Virsacer commented 1 year ago

Hi,

the "Checks with multiple RRDs" setting has only effect on creation of databases. For existing databases the storage-type is kept to prevent loss of data.

You can convert existing databases with icingacli rrdtool split Host/Service.xml

I think I should update the readme...

Best regards