Hardikl
Hardikl
While using the dynamic threshold via Config from query results, - It's consuming config query and not field, meaning we need pass Query A and this query and it's fields...
@mamoep , The details of approach is updated here in PR https://github.com/NetApp/harvest/pull/4062#issuecomment-3642092175 Just wanted to confirm regarding the ifgrp table, - Weighted percentage makes sense for ifgrp based on the...
Thanks for the confirmation. Sure, let me give one example. If one ifgrp `a0a` has 2 ports included in it `e0a` and `e0b`. Now, `e0a` has utilization as 5% based...
Got it. In that case, it's straight forward to sum and divide by number of ports in ifgrp. Thanks.