- Timestamp:
- 03/23/05 14:54:34 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/togad.py
r18 r19 18 18 # >8 = RRD activity,gmetad config parsing 19 19 # 20 DEBUG_LEVEL = 820 DEBUG_LEVEL = 7 21 21 22 22 # Where is the gmetad.conf located … … 118 118 self.rrd.update( hostname, metric, timeserial ) 119 119 debug_msg( 9, 'stored metric %s for %s: %s' %( hostname, metric['name'], metric['val'] ) ) 120 sys.exit(1)120 #sys.exit(1) 121 121 122 122 … … 293 293 rrd_dir, rrd_file = self.makeRrdPath( host, metric ) 294 294 295 newest_timeserial = 0 296 295 297 if os.path.exists( rrd_dir ): 296 298 for root, dirs, files in os.walk( rrd_dir ): 297 298 newest_timeserial = 0299 299 300 300 for file in files:
Note: See TracChangeset
for help on using the changeset viewer.