TFC wrote:
Hi,
When I set the treshold values, how can I set these values.
For example,
I wanna watch an interface's traffic and average inbound value is 5 MB and outbound values is 7 MB. So when I want to set low treshold value as 0 and high treshold values for both is 8 MB
do I set high trshold values as 8.000.000 ? Or, just 8?
It all depends on what is being returned. If the data is returned in KB than you would need to use 8192 if it returned in bytes, then it would be 8388608 (8 * 1024 * 1024). More than likely its going to be the last one.
Setting the low threshold as 0 will have no effect, since it can't go below 0. If you don't want it to alert on the low threshold, then just don't put anything into it.