Added system monitor integration - closes

This commit is contained in:
Fabio Manganiello 2020-01-07 22:44:23 +01:00
parent 3e2a9c0401
commit 8fe34d541b
7 changed files with 1146 additions and 0 deletions

View file

@ -273,5 +273,7 @@ setup(
'cups': ['pycups'],
# Support for Graphite integration
'graphite': ['graphyte'],
# Support for CPU and memory monitoring and info
'sys': ['py-cpuinfo', 'psutil'],
},
)