Skip to content

Commit

Permalink
changed Metrics name
Browse files Browse the repository at this point in the history
  • Loading branch information
thl-cmk authored Jun 22, 2023
1 parent 9b39c15 commit f6d08fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmk/gui/plugins/metrics/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,8 @@ def register_requests_metrics() -> None:
graph_info["bandwidth_translated"] = {
"title": _("Bandwidth"),
"metrics": [
("if_out_octets,8,*@bits/s", "area", _("Input bandwidth")),
("if_in_octets,8,*@bits/s", "-area", _("Output bandwidth")),
("if_out_octets,8,*@bits/s", "area", _("Output bandwidth")),
("if_in_octets,8,*@bits/s", "-area", _("Input bandwidth")),
],
"scalars": [
("if_in_octets:warn", _("Warning (In)")),
Expand Down

0 comments on commit f6d08fe

Please sign in to comment.