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


Ignore:
Timestamp:
08/01/11 18:09:23 (13 years ago)
Author:
tupty@bbn.com
Comment:

gst 2360: update docs for version of metric_plc that contains plcsh invocation in the shebang of the script

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/MyplcConfiguration

    v10 v11  
    9696 2. Run the metric-gathering script by hand to make sure it works:
    9797{{{
    98 sudo -u <cronuser> /usr/share/plc_api/plcsh /usr/local/bin/metric_plc
     98sudo -u <cronuser> /usr/local/bin/metric_plc
    9999}}}
    100100   * This should produce no output
     
    118118 and add the new lines:
    119119{{{
    120 */1 * * * * /usr/share/plc_api/plcsh /usr/local/bin/metric_plc
     120*/1 * * * * /usr/local/bin/metric_plc
    121121*/5 * * * * /usr/local/bin/report_data_to_gmoc <site> <fqdn>
    122122}}}