Changes between Version 17 and Version 18 of PlasticSlices/MonitoringRecommendations/MyplcConfiguration


Ignore:
Timestamp:
06/20/12 16:14:40 (12 years ago)
Author:
tupty@bbn.com
Comment:

Updating script to use metric_myplc name instead of metric_plc

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/MyplcConfiguration

    v17 v18  
    119119 2. Run the metric-gathering script by hand to make sure it works:
    120120{{{
    121 sudo -u <cronuser> /usr/bin/metric_plc
     121sudo -u <cronuser> /usr/bin/metric_myplc
    122122}}}
    123123   * This should produce no output
     
    141141 and add the new lines:
    142142{{{
    143 */1 * * * * /usr/bin/metric_plc
     143*/1 * * * * /usr/bin/metric_myplc
    144144*/5 * * * * /usr/bin/report_data_to_gmoc
    145145}}}