Changes between Version 2 and Version 3 of PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration


Ignore:
Timestamp:
05/04/11 23:24:25 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration

    v2 v3  
    7474sudo service metric_flowvisor start
    7575}}}
    76  * This should generate a PID file in:
     76   * This should generate a PID file in:
    7777{{{
    7878/var/run/metrics/flowvisor.pid
    7979}}}
    8080 which should contain the PID of a running python-based process.
    81  * Within two minutes or so, a number of RRD files should be created in `/var/spool/rrds/$(uname -n)`
     81   * Within two minutes or so, a number of RRD files should be created in `/var/spool/rrds/$(uname -n)`
    8282
    8383 8. Run the data reporting script by hand to make sure it works:
     
    8585sudo -u <daemonuser> /usr/local/bin/report_data_to_gmoc <site> <fqdn>
    8686}}}
    87  * This should produce no output
    88  * You should be able to browse to [http://gmoc-dev.grnoc.iu.edu/api-demo/data/], view data by Location, select your site, and find a new entry for `<fqdn>`.
     87   * This should produce no output
     88   * You should be able to browse to [http://gmoc-dev.grnoc.iu.edu/api-demo/data/], view data by Location, select your site, and find a new entry for `<fqdn>`.
    8989
    9090 9. Configure the metric-gathering service to start at boot: