Changeset 363 for trunk/jobmond


Ignore:
Timestamp:
06/08/07 16:39:40 (17 years ago)
Author:
bastiaans
Message:
  • misc small comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobmond/jobmond.py

    r362 r363  
    33# This file is part of Jobmonarch
    44#
    5 # Copyright (C) 2006  Ramon Bastiaans
     5# Copyright (C) 2006-2007  Ramon Bastiaans
    66#
    77# Jobmonarch is free software; you can redistribute it and/or modify
     
    827827                return str_list
    828828
     829#
     830# Gmetric by Nick Galbreath - nickg(a.t)modp(d.o.t)com
     831# Version 1.0 - 21-April2-2007
     832# http://code.google.com/p/embeddedgmetric/
     833#
     834# Modified by: Ramon Bastiaans
     835# For the Job Monarch Project, see: https://subtrac.sara.nl/oss/jobmonarch/
     836#
     837# added: DEFAULT_TYPE for Gmetric's
     838# added: checkHostProtocol to determine if target is multicast or not
     839# changed: allow default for Gmetric constructor
     840# changed: allow defaults for all send() values except dmax
     841#
     842
    829843GMETRIC_DEFAULT_TYPE    = 'string'
    830844GMETRIC_DEFAULT_HOST    = '127.0.0.1'
Note: See TracChangeset for help on using the changeset viewer.