Cacti / plugin_thold

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

Inconsistent counts in thold tab and management -> thresholds #664

Closed xmacan closed 3 months ago

xmacan commented 3 months ago

1) Go to thold tab and set filter to triggered or breached 2) go to management -> thresholds and set filter to triggered or breached

Thold_graph.php adds to SQL condition h.status = 3. If you have any disabled device, you can view here different counts.

From my perspective - number of triggered/breached shlould be equal. So I suggest add status = 3 to thold.php

thold 1.8

@TheWitness What do you think? It is small fix, I can prepare it.

TheWitness commented 3 months ago

Please, also add a new drop-down 'Triggered or Breached'. Thanks!

TheWitness commented 3 months ago

Okay fixed now!