forked from platypush/platypush
Added system monitor integration - closes #98
This commit is contained in:
parent
3e2a9c0401
commit
8fe34d541b
7 changed files with 1146 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue