Changeset 363 for trunk/jobmond/jobmond.py
- Timestamp:
- 06/08/07 16:39:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobmond/jobmond.py
r362 r363 3 3 # This file is part of Jobmonarch 4 4 # 5 # Copyright (C) 2006 Ramon Bastiaans5 # Copyright (C) 2006-2007 Ramon Bastiaans 6 6 # 7 7 # Jobmonarch is free software; you can redistribute it and/or modify … … 827 827 return str_list 828 828 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 829 843 GMETRIC_DEFAULT_TYPE = 'string' 830 844 GMETRIC_DEFAULT_HOST = '127.0.0.1'
Note: See TracChangeset
for help on using the changeset viewer.