I want to add a notifycations: send Mail and call a http url if the speed lower than 10kbps in 2 days. In version 6.0, it's very easy to make it. But in version 7.2, latency time only can't set with second unit. If i want set it to 2days, i have to input 3600x24x2. Very complex.And this textbox don't alow input the number greater than 99999. How can i do? Please help me.
Article Comments
I think i can't input a number greater than 99999 becauce the input form don't allow. But, if i know where this number is store and change by another way (don't use the webform), it can by possible.
Nov, 2010 - Permalink
Please consider the possibility that there may be a reason why the input is limited to this number. You surely don't want to produce any overflows and crashes due to a too larger number for a variable. Such changes (and the results) would not be in any way supported.
Nov, 2010 - Permalink
Hello,
I'm afraid that might not be exactly possible. A similar possible solution might be to use a Volume Trigger (simply "convert" the speed into a volume) and set the trigger for 1 day (2days are not available).
Best Regards.
Nov, 2010 - Permalink