Changeset 421 for trunk/jobmond
- Timestamp:
- 07/06/07 18:24:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobmond/jobmond.py
r409 r421 335 335 if GMETRIC_TARGET: 336 336 337 from gmetric import Gmetric338 339 if GMETRIC_TARGET:340 341 337 GMETRIC_TARGET_HOST = GMETRIC_TARGET.split( ':' )[0] 342 338 GMETRIC_TARGET_PORT = GMETRIC_TARGET.split( ':' )[1] … … 945 941 946 942 if len( units ) == 0: 947 units = self.unit rs943 units = self.unitstr 948 944 949 945 msg = self.makexdr( name, value, self.type, units, self.slopestr, self.tmax, dmax )
Note: See TracChangeset
for help on using the changeset viewer.