Changeset 421 for trunk


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
Location:
trunk
Files:
2 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 )
  • trunk/pkg/init.d/jobmond

    r378 r421  
    22
    33PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
    4 DAEMON=/usr/sbin/jobmond
     4DAEMON=/usr/bin/jobmond
    55NAME=jobmond
    66DESC="Job Monitor Daemon"
Note: See TracChangeset for help on using the changeset viewer.