[Orca-users] Orca to AIX 4.3.3 !
Blair Zajac
blair at orcaware.com
Sun May 16 08:05:42 PDT 2004
Blair Zajac wrote:
> If not, then I would add some debugging code to lib/Orca/RRDfile.pm.
> Find this section of code:
>
> RRDs::create @options;
>
> if (my $error = RRDs::error) {
> warn "$0: RRDs::create error: '$rrd_filename' $error\n";
> return;
> }
>
> and add @options to the warning line. So change
>
> warn "$0: RRDs::create error: '$rrd_filename' $error\n";
>
> to
>
> warn "$0: RRDs::create @options error: '$rrd_filename' $error\n";
>
> It would be good to see the exact options being sent to RRDs::create.
I added this code to the Orca Subversion tree and it will
appear in the next Orca release.
Best,
Blair
More information about the Orca-users
mailing list