I have cam accross a bug in 0.5 version, using Cacti 0.8.8c.
If you have quite a few thresholds, go the the 'thold' tab at the top of the page, it lists you all the tholds.
Paging works here, so at the top and bottom it shows this:
Code: Select all
Showing Rows 1 to 10 of 70 [1,2,3,4,5,6,7]
I've investigated that the problem is because incorrect URL:
Code: Select all
/plugins/thold/thold_graph.php?tab=tholdpage=2
/plugins/thold/thold_graph.php?tab=thold&page=2
Anyone know how to fix this?