We found unexpected folders in whisperdata, we couldn't explain where they come from.
We have a self written check for snmp to watch interfaces.
Sometimes folders appeare with weird name like "_'interfacename'"
But the expected folder name is "interfacename".
After some experience I know when it happens that the weird name is written.
When the check returns a multiline message like
look into /var/lib/carbon/whisper/icinga2/"testhost"/services/"validate_perfdataname_check"/"validate_perfdataname_check"/perfdata/
Context
The issue has negative effects:
In Icinga you can see empty windows for graphs showing the message 'No data'. They slow down the speed while loading the graphs especially if one check has graphs for in- and outtraffic of up to 200 interfaces.
We need lots of memory for unnecessary data. We have over 1000 checks watching in- and outtraffic of up to 200 interfaces. A deleting routine running every day would be expensive, too.
If this bug would be fixed, it would make our world much better. :-)
Your Environment
Module version (System - About):
Icinga Web 2 version and modules (System - About): 2.11.3
Icinga 2 version (icinga2 --version): r2.13.6-1
Graphite (carbon, web, whisper) version: 1.2.2
Operating System and version: RedHat 7 Linux
Webserver, PHP versions:
If you need more information I need help where to find them.
Description
We found unexpected folders in whisperdata, we couldn't explain where they come from. We have a self written check for snmp to watch interfaces. Sometimes folders appeare with weird name like "_'interfacename'" But the expected folder name is "interfacename". After some experience I know when it happens that the weird name is written. When the check returns a multiline message like
The code for this message:
Expected Behavior
The folder names storing the whisper data
Current Behavior
The folder names storing the whisper data
Possible Solution
Maybe a bug in transformating/splitting the message string
Steps to Reproduce (for bugs)
Context
The issue has negative effects:
If this bug would be fixed, it would make our world much better. :-)
Your Environment
icinga2 --version
): r2.13.6-1If you need more information I need help where to find them.