mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-29 15:32:25 +03:00
Add system and uptime to the export module
This commit is contained in:
parent
13df3493d0
commit
71ffcef3d0
@ -64,7 +64,8 @@ class GlancesExport(object):
|
||||
'fs',
|
||||
'processcount',
|
||||
'ip',
|
||||
'system']
|
||||
'system',
|
||||
'uptime']
|
||||
|
||||
def update(self, stats):
|
||||
"""Update stats to a server.
|
||||
|
Loading…
Reference in New Issue
Block a user