diff --git a/agent_based/cisco_asyncos_bandwidth.py b/agent_based/cisco_asyncos_bandwidth.py index 6fdcc67b92e5f4e6c3d7837e3cf0b8d5e77f0bf0..0e4eccdae1cd211881f3db683720b610bf908992 100644 --- a/agent_based/cisco_asyncos_bandwidth.py +++ b/agent_based/cisco_asyncos_bandwidth.py @@ -57,7 +57,7 @@ def check_cisco_asyncos_bandwidth(params, section: CiscoAsyncosBandwidth) -> Che levels_lower=params.get('lower', None), metric_name='bandwith_now', render_func=render.networkbandwidth, - unit='bits/s' + # unit='bits/s' ) yield from check_levels( section.bandwidth_hour * 8, diff --git a/cisco_asyncos.mkp b/cisco_asyncos.mkp index fa793cf65e90013d6fbb159691d48f2f33cc7338..d1ad7c6fba1dcbf9c53279e045dd3c72a936c123 100644 Binary files a/cisco_asyncos.mkp and b/cisco_asyncos.mkp differ