Re: [rrd-users] Problems with COUNTER data sources

2007-05-24 Thread Simon Hobson
Alexander Koeppe wrote: >I searched the web for my problem but could find something that helped. This list has had examples of this problem/query at a frequency of probably at least twice a month ! >So here is my problem: > >I've created several Graphs and databases. But all Databases that have

[rrd-users] Problems with COUNTER data sources

2007-05-24 Thread Alexander Koeppe
Hello List, I searched the web for my problem but could find something that helped. So here is my problem: I've created several Graphs and databases. But all Databases that have COUNTER Datasources react strange sometimes. The script below emulates the data polling process and writes every 60 Sec

Re: [rrd-users] Sunfreeware RRDTool package

2007-05-24 Thread Andrikopoulos Dimitrios
The RRD.pm is actually found at the following location which is included in @INC: /usr/local/rrdtool-1.2.19/lib/perl/5.8.7/sun4-solaris >From the Perl "complaints", it is obvious that it indeed finds the "RRD.pm" file. Dimitris -Original Message- From: David Ball [mailto:[EMAIL PROTEC

Re: [rrd-users] Sunfreeware RRDTool package

2007-05-24 Thread David Ball
I generally specify a slightly 'fuller' path in my use lib; statements, such as: use lib '/usr/local/rrdtool-1.2.19/lib/perl/5.6.1/i386-linux'; and it seems to work fine (on Linux, in my case). Have you verified that the RRDs.pm file is located where you think it is, and it's readable by the

[rrd-users] Sunfreeware RRDTool package

2007-05-24 Thread Andrikopoulos Dimitrios
Hello, The RRDTool from SunFreeware.com was installed successfully in Solaris 10. However, when I try to use the RRDs module with the following simple program: = #!/usr/local/bin/perl use lib "/usr/local/rrdtool-1.2.19/lib/perl"; use RRDs; ===

[rrd-users] Solaris 10 Compilation errors

2007-05-24 Thread Andrikopoulos Dimitrios
Hello, At Solaris 10, RRDTool 'make' ends with the following lines: = false cru .libs/librrdupd.a .libs/rrd_getopt.o .libs/rrd_getopt1.o .libs/parsetime.o .libs/rrd_hw.o .libs/rrd_diff.o .libs/rrd_format.o .libs/rrd_info.o