Changeset 1386
- Timestamp:
- 02/22/07 11:18:06 (6 years ago)
- File:
-
- 1 edited
-
ccsd/trunk/crcnetd/modules/ccs_status.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ccsd/trunk/crcnetd/modules/ccs_status.py
r1307 r1386 28 28 from time import time 29 29 import random 30 import threading 30 31 31 32 from crcnetd._utils.ccsd_common import * … … 426 427 return 427 428 _runStatus = True; 429 430 # Setup the thread information 431 ct = threading.currentThread() 432 ct.setName("CCSD Status Monitor") 433 428 434 # What interval shall we check hosts at 429 435 interval = config_get("status", "interval", DEFAULT_CHECK_INTERVAL)
Note: See TracChangeset
for help on using the changeset viewer.
