コード例 #1
0
ファイル: glances_alert.py プロジェクト: NightyLive/glances
 def update(self):
     """Nothing to do here. Just return the global glances_log."""
     # Set the stats to the glances_logs
     self.stats = glances_logs.get()
コード例 #2
0
ファイル: glances_alert.py プロジェクト: zwendzw/glances
 def update(self):
     """Nothing to do here. Just return the global glances_log."""
     # Set the stats to the glances_logs
     self.stats = glances_logs.get()