Changes between Version 3 and Version 4 of TangoGeniMonitoring/GmocConfiguration


Ignore:
Timestamp:
02/12/13 10:54:30 (11 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TangoGeniMonitoring/GmocConfiguration

    v3 v4  
    2626   * `<organization>`: a one-word name for the organization which runs the aggregates which are reporting (e.g. `ExoGENI`)
    2727   * `<pop>`: a one-word name for the physical location where your aggregates sit (e.g. `gpolab`)
    28  When you setup your config file in step III, you will also need a few pieces of metadata about your organization and POP.
     28 When you work with GMOC to configure monitoring data submission in step I, you will need to provide them a few pieces of metadata about your organization and POP, which they will request.
    2929
    3030== Steps to configure monitoring submission ==
     
    8383/usr/local/etc/gmoc_monitoring.conf
    8484}}}
    85    * Edit the file and make sure to populate all variables (N.B. use single quotes to surround any value containing whitespace):
     85   * Edit the file and make sure to populate all variables:
    8686{{{
    8787$ cat /usr/local/etc/gmoc_monitoring.conf
     
    9595# GMOC short name of "POP"/lab where your aggregate is located (may be the same as SITENAME if appropriate)
    9696POPNAME=<pop>
    97 
    98 # Primary contact for the organization
    99 ORG_PRIMARY_CONTACT_EMAIL=<primary e-mail address for your site, may be an individual address or a group address>
    100 ORG_PRIMARY_CONTACT_FIRSTNAME=<a first name associated with that e-mail address>
    101 ORG_PRIMARY_CONTACT_LASTNAME=<a last name associated with that e-mail address>
    102 
    103 # The street address of your POP
    104 POPORG_ADDR_STREET='<street address of your POP>'
    105 POPORG_ADDR_CITY=<city where your POP is located>
    106 POPORG_ADDR_STATE=<state abbreviation of your POP>
    107 POPORG_ADDR_POSTCODE=<postal code of your POP>
    108 
    109 # Some arbitrary name for the street address of your POP
    110 POPORG_LOCATION_NAME=<short name of address, should not contain whitespace, e.g. 10_Moulton_St>
    11197}}}
    11298 
    113 === IV. Report site metadata ===
    114 
    115 Use a reporting script to add your site metadata to GMOC's database:
    116 {{{
    117 sudo -u <cronuser> /usr/bin/report_site_metadata
    118 }}}
    119 This should exit successfully with no output.  If any output is reported, contact GMOC or GPO for debugging.
    120 
    121 ''Note: if you change any of the variables in your configuration file later, you will need to run `report_site_metadata` again, to get the changes into GMOC's database.''
    122 
    12399=== Outcome ===
    124100