コード例 #1
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'reboot', 10, tick)
コード例 #2
0
ファイル: mikrotik_control.py プロジェクト: inveneo/crawler
 def reboot(self, tick):
     return HostControl.reboot(self, 'system reboot ; beep', 10, tick)
コード例 #3
0
ファイル: h3c_control.py プロジェクト: inveneo/crawler
 def reboot(self, tick):
     """login and then transfer control to callback"""
     return HostControl.reboot(self, None, 10, tick, self.rebootCB)
コード例 #4
0
 def reboot(self, tick):
     """login and then transfer control to callback"""
     return HostControl.reboot(self, None, 10, tick, self.rebootCB)
コード例 #5
0
ファイル: ubiquiti_control.py プロジェクト: inveneo/crawler
 def reboot(self, tick):
     return HostControl.reboot(self, 'reboot', 10, tick)
コード例 #6
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'system reboot ; beep', 10, tick)