AW: [Orca-users] Orca with rrdtool 1.2.6

Christoph.Baumann at coop.ch Christoph.Baumann at coop.ch
Mon Jun 20 23:15:52 PDT 2005


Hi Andre

Here is what Bernd Kuhls posted on the 12.5.2005:

----------------------------------------------------------------------

... I solved it by editing lib/Orca/ImageFile.pm:

added line

use POSIX qw(strftime);

after

use vars            qw($VERSION);

and changed line

       'COMMENT:Last data entered at ' . localtime($plot_end_time) . '.';

to

'COMMENT:Last data entered at ' . (strftime "%a, %e. %b %Y, %H.%M.%S", 
localtime($plot_end_time)) . '.';

------------------------------------------------------------------------

Christoph
 

-----Ursprüngliche Nachricht-----
Von: Andre Pierre [mailto:apierre at MIT.EDU] 
Gesendet: Montag, 20. Juni 2005 22:19
An: orca-users at orcaware.com
Cc: sputnik136 at web.de; Baumann Christoph
Betreff: [Orca-users] Orca with rrdtool 1.2.6

Hi all,

I read the thread about "Orca with RRDtool-1.2.6"
http://www.orcaware.com/pipermail/orca-users/2005-May/004345.html
I am experiencing the same problem with version RRDTool-1.2.9 on Solaris 9


I understand that rrdtool-1.2.x is not supported, but the following message suggested that a fix was found.
http://www.orcaware.com/pipermail/orca-users/2005-May/004348.html

Could someone re-post the solution if a fix exists (or just email it too me :)

Thanks very much in advance,

Andre





More information about the Orca-users mailing list