From 30d91d80793392adb4c5b3890555662caa0031da Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 14 Jun 2013 23:38:56 -0400 Subject: PCP<->CIM bridge prototype v3 - contents properly built/packaged into openlmi-pcp subrpm - a cron.daily job conditionally (rarely) rebuilds the MOF/REG files based upon current PCP state - /usr/bin/openlmi-pcp-generate able to be run by hand, cron.daily job minimal - more run-time PCP error tolerance --- src/pcp/openlmi-pcp.cron | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/pcp/openlmi-pcp.cron (limited to 'src/pcp/openlmi-pcp.cron') diff --git a/src/pcp/openlmi-pcp.cron b/src/pcp/openlmi-pcp.cron new file mode 100644 index 0000000..a9691f0 --- /dev/null +++ b/src/pcp/openlmi-pcp.cron @@ -0,0 +1,3 @@ +#! /bin/sh + +openlmi-pcp-generate localhost >/dev/null 2>&1 -- cgit