[Orca-users] Procallator modification
Mike.Kent at indystar.com
Mike.Kent at indystar.com
Thu Feb 23 07:35:19 PST 2006
I recently updated the Orca collector on our Sun server to the latest,
r525 from http://www.orcaware.com/orca/pub/snapshots/. In the process, I
updated a Linux server running Fedora 4 to the latest procallator, only to
find that the Sun collector wouldn't process the Linux server's files. I
noticed that the name of the procallator files changed to add a hyphen and
3 digits at the end - proccol-2006-02-22-000, so the Orca collector
ignored them.
Checking procallator on the Linux server, I modified it at these line
numbers:
1112 # Evaluate filename
1113 $out_filename[$r] = sprintf "%s/proccol-%04d-%02d-%02d",
$DEST_DIR,
1114 $year, $mon, $mday;
1115 #$out_filename[$r] = sprintf "%s/proccol-%04d-%02d-%02d-%03d",
$DEST_DIR,
1116 # $year, $mon, $mday, $num;
This returns the filename to what it was previously - proccol-2006-02-23,
so that now the Orca collector processes them.
Hope this helps someone else with a similar problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20060223/cb22d2dd/attachment.html>
More information about the Orca-users
mailing list