mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Add 'containers' to the supported series
Apparently, the code support that serie, as the docs say.
This commit is contained in:
parent
c5daa06dde
commit
807f15b931
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ def memory(client, mode):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
series = [
|
series = [
|
||||||
|
'containers',
|
||||||
'cpu',
|
'cpu',
|
||||||
'images',
|
'images',
|
||||||
'memory',
|
'memory',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue