mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
[docker_] Fix network extinfo
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
b1e3e601fe
commit
5bb9b46e08
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ def print_containers_network(client):
|
|||
rx_bytes += data['rx_bytes']
|
||||
print(container.name + '_up.value', tx_bytes)
|
||||
print(container.name + '_down.value', rx_bytes)
|
||||
print(container.name + '.extinfo', container_attributes(container))
|
||||
print(container.name + '_up.extinfo', container_attributes(container))
|
||||
|
||||
|
||||
def volume_summary(volume):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue