Changeset 168 for trunk/plugin/togap.py


Ignore:
Timestamp:
06/23/05 15:25:11 (19 years ago)
Author:
bastiaans
Message:

plugin/togap.py:

  • Removed port option again (forgot we use gmond.conf instead! ;))
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r167 r168  
    99#
    1010DAEMONIZE = 1
    11 
    12 # Which multicast port (and gmond) to transmit to
    13 #
    14 GANGLIA_MULTICAST_PORT = 8649
    1511
    1612# Which Torque server to monitor
     
    118114                        debug_msg( 10, 'Assuming /etc/gmond.conf for gmetric cmd (ommitting)' )
    119115
    120                 cmd = cmd + ' -p' + str( GANGLIA_MULTICAST_PORT ) + ' -n' + str( metricname )+ ' -v"' + str( metricval )+ '" -t' + str( valtype ) + ' -d' + str( self.dmax )
     116                cmd = cmd + ' -n' + str( metricname )+ ' -v"' + str( metricval )+ '" -t' + str( valtype ) + ' -d' + str( self.dmax )
    121117
    122118                debug_msg( 10, printTime() + ' ' + cmd )
Note: See TracChangeset for help on using the changeset viewer.