Changeset 285


Ignore:
Timestamp:
12/18/06 15:31:34 (17 years ago)
Author:
bastiaans
Message:

jobarchived/jobarchived.py:

  • err XML is no longer called TOGA but MONARCH, this never worked? Oops..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/jobarchived.py

    r284 r285  
    510510                        metricname = attrs.get( 'NAME', "" )
    511511
    512                         if metricname == 'TOGA-HEARTBEAT':
     512                        if metricname == 'MONARCH-HEARTBEAT':
    513513                                self.heartbeat = attrs.get( 'VAL', "" )
    514514
    515                         elif metricname.find( 'TOGA-JOB' ) != -1:
    516 
    517                                 job_id = metricname.split( 'TOGA-JOB-' )[1]
     515                        elif metricname.find( 'MONARCH-JOB' ) != -1:
     516
     517                                job_id = metricname.split( 'MONARCH-JOB-' )[1]
    518518                                val = attrs.get( 'VAL', "" )
    519519
Note: See TracChangeset for help on using the changeset viewer.