mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
process_group: fix bug caused by auto-indent
Plugin printed wrong values if multiple groups were defined.
This commit is contained in:
parent
8158e6cc4b
commit
e4cdd6d0c4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def fetch():
|
|||
for group, values in data.items():
|
||||
print(f'{safename(group)}.value {values["cpu"]}')
|
||||
|
||||
print('multigraph process_group_count')
|
||||
print('multigraph process_group_count')
|
||||
for group, values in data.items():
|
||||
print(f'{safename(group)}.value {values["count"]}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue