Changes between Version 6 and Version 7 of PlasticSlices/MonitoringRecommendations/MyplcConfiguration


Ignore:
Timestamp:
05/25/11 21:36:17 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/MyplcConfiguration

    v6 v7  
    6262}}}
    6363
    64  6. Run the metric-gathering script by hand to make sure it works:
     64 6. Check the time on your MyPLC server, and make sure it is accurate.  The timeseries data reporting format relies on clock accuracy, so your nodes must be running ntpd (or ntpdate regularly out of cron) in order for monitoring to work.
     65
     66 7. Run the metric-gathering script by hand to make sure it works:
    6567{{{
    6668sudo -u <cronuser> /usr/share/plc_api/plcsh /usr/local/bin/metric_plc
     
    6971 * After this runs, a number of RRD files should be created in `/var/spool/rrds/$(uname -n)`
    7072
    71  7. Run the data reporting script by hand to make sure it works:
     73 8. Run the data reporting script by hand to make sure it works:
    7274{{{
    7375sudo -u <cronuser> /usr/local/bin/report_data_to_gmoc <site> <fqdn>
     
    7678 * 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>`.
    7779
    78  8. Add the two scripts to cron: modify the `<cronuser>` crontab:
     80 9. Add the two scripts to cron: modify the `<cronuser>` crontab:
    7981{{{
    8082sudo -u <cronuser> crontab -e