|
routers.cgi does not currently do anything with Thresholds. This is because, usually, a threshold should trigger an event when the gathered data reaches the threshold, which means it needs to be processed by the data collector, not via the frontend. You have no way of predicting when the cgi will be run. However, in the future, I am considering adding something which will display a Target differently if its current value exceeds a specified threshold - this will slow the script down a lot, though, and would be a switched option for the .conf file.
There are no wildcards in the Include: statements. If Tobi decides to add wildcard support in MRTG, then I will add it to routers.cgi, but until then there is no point in adding wildcard support to routers.cgi since using it would break MRTG!
|