fix build: remove duplicate names, correct autogen code
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 4 Feb 2007 19:09:43 +0000 (19:09 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 4 Feb 2007 19:09:43 +0000 (19:09 +0000)
org.glite.lb/project/events.T

index 8830837..3af32b2 100644 (file)
 
 @type CondorSubmit             Job SUBMITTED to Condor
        string  universe        Condor Universe
-       string  host            Submitting machine
+       string  submit_host     Submitting machine
        string  condor_id       Condor ID
 
-@type CondorMatch              
-       string  condor_id
-       string  owner
-       string  host
-       string  node
+@type CondorMatch              Job MATCHED
+       string  condor_id       Condor ID
+       string  owner           Owner
+       string  matched_host    Matched host
+       string  node            Node
 
-@type CondorExecute
+@type CondorExecute            Condor execute
        string  node            node
 
 @type CondorChkpt
-       string  info    
+       string  info            Some useful info
 
 @type CondorEvict
        int     shadow_exit_status      Condor shadow exit status
        string  reason          reason
 
 @type CondorNodeExecute
-       string  info    
+       string  info            Some useful info
 
 @type CondorNodeTerminate
-       string  info    
+       string  info            Some useful info
 
 @type CondorPostSctiptTerminate
-       string  info    
+       string  info            Some useful info
 
 @type CondorGlobusSubmit
        int     status_code
        _code_  OK              The job was submitted successfully
        _code_  FAIL            Job submission failed
-       string  info
+       string  info            Some useful info
 
 @type CondorGlobusResource
-       int     status_code
-       _code_  UP
-       _code_  DOWN
-       string  info
+       int     status_code     Status code
+       _code_  UP              Resource UP
+       _code_  DOWN            Resource DOWM
+       string  info            Some useful info