--- checkStation/checkStation.py 2005/05/15 10:04:27 1.2 +++ checkStation/checkStation.py 2005/05/15 10:46:29 1.3 @@ -80,6 +80,7 @@ class checkStation(SimpleItem): {'label':'Overview Stations','action':'overviewStations'}, {'label':'change check','action':'changeCheckStationForm'}, {'label':'checkRebootDead','action':'checkRebootDead'}, + {'label':'Reboot Overview','action':'rebootOverview'}, ) def asctime(self): return time.asctime(tm) @@ -150,7 +151,7 @@ class checkStation(SimpleItem): def checkRebootDead(self,timer=5): """checks and reboots non responding firefox""" self.lastCheck=time.localtime() - ret="" + ret="

" for modul in self.getModuls(): @@ -161,7 +162,8 @@ class checkStation(SimpleItem): if not hasattr(self,'modulOverview'): setattr(self,'modulOverview',{}) self.modulOverview[modul]=time.localtime() - + + def rebootOverview(self): """give Overview"""