X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=monitor%2Fdatabase%2Finfo%2Finterface.py;h=c0ffbf36d16a46c044b6fdfb24aa4ca6a4938dac;hb=37c768dbd516a39bd56bc43f9b73b51acdfd9563;hp=2e5064d1538564b39c950166ae5dfd59cbdde31a;hpb=c9d06f3b274ecbc092a0b3eb1f5ceb6c0f734aad;p=monitor.git diff --git a/monitor/database/info/interface.py b/monitor/database/info/interface.py index 2e5064d..c0ffbf3 100644 --- a/monitor/database/info/interface.py +++ b/monitor/database/info/interface.py @@ -1,4 +1,3 @@ -import bootman # debug nodes from monitor import reboot from monitor.common import * @@ -132,7 +131,6 @@ class SiteInterface(HistorySiteRecord): m = Message(message[0] % args, message[1] % args, viart, self.db.message_id) contacts = self.getContacts() - contacts = [config.cc_email] # TODO: remove after testing... print "sending message: %s to site %s for host %s" % (type, self.db.loginbase, hostname) @@ -162,6 +160,7 @@ class SiteInterface(HistorySiteRecord): self.db.message_status = "new" def runBootManager(self, hostname): + from monitor import bootman print "attempting BM reboot of %s" % hostname ret = "" try: @@ -193,6 +192,6 @@ class SiteInterface(HistorySiteRecord): act = ActionRecord(loginbase=self.db.loginbase, hostname=hostname, action='reboot', - action_type='first_try_reboot', + action_type='try_reboot', error_string=err)