Cacti / plugin_thold

Thold Plugin for Cacti
GNU General Public License v2.0
60 stars 60 forks source link

fix #650 - Consider Unknown Data as Zero" setting not working as expected #652

Closed xmacan closed 5 months ago

xmacan commented 6 months ago

I added few more lines for php 8.x.

Thinking about add debug or log message when this situation occurs. What do you thing @TheWitness ?

TheWitness commented 6 months ago

Yes, please do as we should be able to track it.

xmacan commented 6 months ago

@TheWitness question - only debug message or create setting "Log Processing Unknown Data as Zero" to thold settings tab and log it to cacti.log every time? Or log it always to cacti log without setting?

TheWitness commented 6 months ago

Use the debounce function to introduce lag.

TheWitness commented 6 months ago

Sorry, misread that. Make a setting as described.

xmacan commented 6 months ago

@TheWitness - done, please check