Rrd4j log message

rrd4j peristense works and I even have a graph displayed :slight_smile:
At the same time I see a message in the log:

[INFO ] [.p.rrd4j.internal.RRD4jService] - Removing invalid definition component = null heartbeat = 0 min/max = 0.0/0.0 step = 0 0 archives(s) = 0 items(s) =

Is that normal or something is wrong with the configuration?

I have exactly the same question, is there something wrong?

this is my rrd4j.persist:

Strategies {
    everyMinute : "0 * * * * ?"
    everyHour : "0 0 * * * ?"
    everyDay : "0 0 0 * * ?"
}

Items {
        *       : strategy = everyMinute, restoreOnStartup
}

How can we avoid this message? “Invalid” is usually bad thing :unamused: