Ignore:
Timestamp:
07/06/07 18:24:37 (17 years ago)
Author:
bastiaans
Message:

pkg/init.d/jobmond:

  • path changed

jobmond/jobmond.py:

  • typo bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobmond/jobmond.py

    r409 r421  
    335335                if GMETRIC_TARGET:
    336336
    337                         from gmetric import Gmetric
    338 
    339                 if GMETRIC_TARGET:
    340 
    341337                        GMETRIC_TARGET_HOST     = GMETRIC_TARGET.split( ':' )[0]
    342338                        GMETRIC_TARGET_PORT     = GMETRIC_TARGET.split( ':' )[1]
     
    945941
    946942                if len( units ) == 0:
    947                         units           = self.unitrs
     943                        units           = self.unitstr
    948944
    949945                msg             = self.makexdr( name, value, self.type, units, self.slopestr, self.tmax, dmax )
Note: See TracChangeset for help on using the changeset viewer.