Changeset 703 for branches/0.4


Ignore:
Timestamp:
03/21/13 16:59:04 (11 years ago)
Author:
ramonb
Message:
  • updated to new default gmond.conf path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/jobmond/jobmond.py

    r702 r703  
    527527    except ConfigParser.NoOptionError:
    528528
    529         # Not specified: assume /etc/gmond.conf
     529        # Not specified: assume /etc/ganglia/gmond.conf
    530530        #
    531         GMOND_CONF          = '/etc/gmond.conf'
     531        GMOND_CONF          = '/etc/ganglia/gmond.conf'
    532532
    533533    ganglia_cfg     = GangliaConfigParser( GMOND_CONF )
Note: See TracChangeset for help on using the changeset viewer.