Changeset 12475 in genesis for tools


Ignore:
Timestamp:
Oct 17, 2013, 9:31:37 PM (11 years ago)
Author:
rick
Message:

Sommige hadden geen monitoring_group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r12473 r12475  
    19151915                  compass_target = remote_hosts[0]
    19161916                  datadump[iface_key]['compass'] = cd_between_hosts(host, compass_target, datadumps)
     1917
     1918              # Monitoring Group default
     1919              if not 'monitoring_group' in datadump:
     1920                datadump['monitoring_group'] = 'wleiden'
     1921
    19171922            except Exception as e:
    19181923              print "# Error while processing interface %s" % iface_key
Note: See TracChangeset for help on using the changeset viewer.