Changeset 167 for trunk/plugin


Ignore:
Timestamp:
06/23/05 14:59:24 (19 years ago)
Author:
bastiaans
Message:

plugin/togap.py:

  • REALLY added port option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r166 r167  
    118118                        debug_msg( 10, 'Assuming /etc/gmond.conf for gmetric cmd (ommitting)' )
    119119
    120                 cmd = cmd + ' -n' + str( metricname )+ ' -v"' + str( metricval )+ '" -t' + str( valtype ) + ' -d' + str( self.dmax )
     120                cmd = cmd + ' -p' + str( GANGLIA_MULTICAST_PORT ) + ' -n' + str( metricname )+ ' -v"' + str( metricval )+ '" -t' + str( valtype ) + ' -d' + str( self.dmax )
    121121
    122122                debug_msg( 10, printTime() + ' ' + cmd )
Note: See TracChangeset for help on using the changeset viewer.