Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
If you use the percentage threshold template, you have to use the ifspeed of IfBandwidht as reference. But again the interface MIB is responding in bytes rather than bps.
Having had this working for a while I had to move from cacti version 0.8.7g beta 1 to the current release 0.8.7g. This broke thold which has been fixed in 0.4.2
I have installed 0.4.2 but this doesn't include the tweaks in thold_functions.php.
Is it ok to copy this patched version over the 0.4.2 version?
Scrap that I just found a post from TheHack that fixes this issue:
One remark: If you use query_ifspeed to calculate percentage of line speed, then you have to make sure that you deal with division by 0 on the rpn functio thold_rpn:
e.q. on line 905:
case 4:
if ($y == 0) return (-1);
return $x / $y;
break;
I've been reading to this thread and I'm a bit confused on how to make this bandwidth threshold works. I've installed tholdv0.4.2 without any patches. I'm using the default Interface Traffic datasource in Cacti. I just want to monitor all my router interfaces which goes beyond 90% of its interface speed.
The attached picture seems to be not working. Hope someone can guide me on this. thanks