Changes between Version 9 and Version 10 of PlasticSlices/MonitoringRecommendations/MyplcConfiguration


Ignore:
Timestamp:
07/15/11 11:06:34 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/MyplcConfiguration

    v9 v10  
    77This page explains how to configure a MyPLC server for the [wiki:PlasticSlices/MonitoringRecommendations Plastic Slices central monitoring configuration].  This page was written for
    88{{{
    9 plastic-slices-monitor-myplc-0.2
     9plastic-slices-monitor-myplc-0.3
    1010}}}
    1111which is the latest version of the monitoring utilities for a MyPLC server running Fedora 8 or Fedora 12.  It may not work well with older versions.
     
    3838Do all of these steps every time you install or upgrade the monitoring software.
    3939
    40  1. Download the `plastic-slices-monitor-myplc-0.2.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your MyPLC host, e.g. into `~/plastic-slices-monitor-myplc-0.2.tar.gz`.
     40 1. Download the `plastic-slices-monitor-myplc-0.3.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your MyPLC host, e.g. into `~/plastic-slices-monitor-myplc-0.3.tar.gz`.
    4141
    4242 2. Download the GMOC `measurement_sender.pl` script from [http://gmoc-db.grnoc.iu.edu/sources/measurement_api/measurement_sender.pl], and copy it onto your MyPLC host, e.g. into `~/measurement_sender.pl`
     
    4545{{{
    4646cd ~
    47 tar xvzf ~/plastic-slices-monitor-myplc-0.2.tar.gz
    48 cd plastic-slices-monitor-myplc-0.2
     47tar xvzf ~/plastic-slices-monitor-myplc-0.3.tar.gz
     48cd plastic-slices-monitor-myplc-0.3
    4949sudo mkdir -p /usr/local/{bin,lib}
    5050sudo cp bin/{build_gmoc_conf,metric_plc,report_data_to_gmoc} /usr/local/bin