Changes between Version 10 and Version 11 of PlasticSlices/MonitoringRecommendations/MyplcConfiguration
- Timestamp:
- 08/01/11 18:09:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlasticSlices/MonitoringRecommendations/MyplcConfiguration
v10 v11 96 96 2. Run the metric-gathering script by hand to make sure it works: 97 97 {{{ 98 sudo -u <cronuser> /usr/ share/plc_api/plcsh /usr/local/bin/metric_plc98 sudo -u <cronuser> /usr/local/bin/metric_plc 99 99 }}} 100 100 * This should produce no output … … 118 118 and add the new lines: 119 119 {{{ 120 */1 * * * * /usr/ share/plc_api/plcsh /usr/local/bin/metric_plc120 */1 * * * * /usr/local/bin/metric_plc 121 121 */5 * * * * /usr/local/bin/report_data_to_gmoc <site> <fqdn> 122 122 }}}