It shows that all values are NA (not available), strange since the .BAT file you showed did have values.
Dirk. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donald Kleinsmidt Sent: Friday, August 27, 2004 4:50 PM To: [EMAIL PROTECTED] Subject: Re: [SA-list] RRD Tool graphs appearing empty The graph generation sa_Graph_RRD.bat does not generate any errors when run. I did a dump of the rrd file to an xml file, im not quite sure what to make of it. The file can be viewed at http://137.158.189.182/t1/2.xml thanks. On Fri, 27 Aug 2004 15:55:58 +0200, Dirk Bulinckx <[EMAIL PROTECTED]> wrote: > Looks ok to me. > > If you run the graph generation does that give an error? > If you do a dump of the data that is within the rrd file does the show all > 0s? > > > Dirk. > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Donald Kleinsmidt > Sent: Friday, August 27, 2004 3:51 PM > To: [EMAIL PROTECTED] > Subject: Re: [SA-list] RRD Tool graphs appearing empty > > Okay, > > Before i dive into the complicated stuff, i just want to check that im > doing the basics right. > These are the steps im following when i attempt to generate a clean > setup/install of RRDtools traffic graphs, please tell me if any are > wrong. > > 1) Download RRDtool - the name of the file i have is > rrdtool-1.0.48.win32-perl58-distr.zip > > 2) Put the rrdtool.exe from the package (from src\tool_release) in my > directory c:\RRD > > 3) Go to the serveralive setup and enable RRD tool logging. > then the following in the options: > > path to RRD tool : C:\RRD\rrdtool.exe > database path: C:\RRD\ > database prefix/suffix : nothing entered here > command to execute after update: C:\RRD\sa_Graph_RRD.bat > > I then click apply and then click 'generate CREATE script' followed by > 'generate GRAPH script' agreeing to the default options. > > After this there is sa_Create_RRD.bat, sa_Graph_RRD.bat created in my > folder. > After every check cycle serversalive dumps a .bat file file of the > form sa_U_RRDXX.bat in my directory. > > I then run the sa_Create_RRD.bat to databases it generates a file for > each of my servers (2,3,11,12). > > I then run the sa_Graph_RRD.bat, which generates the gif files. > If i try to run any of the update commands subsequently to generate > the graphs they dont run and an error is generated. > > On Wed, 25 Aug 2004 00:28:42 +0200, Dirk Bulinckx <[EMAIL PROTECTED]> wrote: > > They do work. > > Look at the time stamps on the different .BAT files and you'll see that > the > > time-stamps within them will be logical. > > What I wanted to know was IF they .BAT file could run correctly or not. > > Now that we know that we also know that they are correct. > > Looking at the .BAT files you'll also see that the reported values are not > > always 0, this means that within the RRD files you should have different > > values too. > > Look in the RRD doc, there should be a parameter to dump the values of an > > ..RRD file with that you should be able to see if it's all 0's or > different > > values. Next step is to check if the .BAT file to generate the graphs is > > correct or not, again something to check with the RRD doc. > > > > > > Dirk. > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf > > Of Donald Kleinsmidt > > Sent: Wednesday, August 25, 2004 12:17 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [SA-list] RRD Tool graphs appearing empty > > > > thanks, this seemed to be the problem but this only helps if i run > > the .bat files manually the ones that are autogenerated and run by the > > graphing script still dont work, how can i make it so that the > > autogenerated bat files work. > > > > On Wed, 25 Aug 2004 00:00:33 +0200, Dirk Bulinckx <[EMAIL PROTECTED]> > wrote: > > > It's giving the error because the update command is using a timestamp > that > > > is before the last timestamp that is already within the database. One > > thing > > > you could do is to change within the .BAT file the timestamp to reflect > a > > > later time. > > > Use for example 1093381963 as timestamp. > > > > > > > > > Dirk. > > > > > > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > > Behalf > > > Of Donald Kleinsmidt > > > Sent: Tuesday, August 24, 2004 11:28 PM > > > To: [EMAIL PROTECTED] > > > Subject: Re: [SA-list] RRD Tool graphs appearing empty > > > > > > hi, > > > > > > Okay thanks for the suggestion, when i run one of these update .bat > > > files from the command prompt i get the following error for each > > > server/db that it tries to update: > > > > > > ERROR: illegal attempt to update using time 1093378860 when last update > > time > > > is > > > 1093381962 (minimum one second step) > > > > > > How can i fix this? > > > > > > On Tue, 24 Aug 2004 22:58:24 +0200, Dirk Bulinckx <[EMAIL PROTECTED]> > > wrote: > > > > And if you run those from the command prompt do they give any error? > > > > > > > > Dirk. > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > > > Behalf > > > > Of Donald Kleinsmidt > > > > Sent: Tuesday, August 24, 2004 10:10 PM > > > > To: [EMAIL PROTECTED] > > > > Subject: Re: [SA-list] RRD Tool graphs appearing empty > > > > > > > > Well I decided to include anyway, here is some sample output anyway. > > > > Here is output from the sa_U_RRD02.bat (update DB file) that is > > > > generated at set intervals. > > > > > > > > sa_U_RRD02.bat > > > > > > > > C:\RRD\rrdtool.exe update > > > > C:\Lit-E\Lite\DesktopModules\Networking\RRD\2 1093372920:0 > > > > C:\RRD\rrdtool.exe update > > > > C:\Lit-E\Lite\DesktopModules\Networking\RRD\11 1093372920:11.4 > > > > C:\RRD\rrdtool.exe update > > > > C:\Lit-E\Lite\DesktopModules\Networking\RRD\12 1093372920:0 > > > > C:\RRD\rrdtool.exe update > > > > C:\Lit-E\Lite\DesktopModules\Networking\RRD\13 1093372920:50 > > > > > > > > On Tue, 24 Aug 2004 21:42:42 +0200, Donald Kleinsmidt > > <[EMAIL PROTECTED]> > > > > wrote: > > > > > hi, > > > > > I think I have setup RRD tools for graphing properly but I am not > > > > > seeing any readings for response times in the gif images when the > > > > > graphs are generated. > > > > > I have deleted fully and recreated the database and graphing files > > > > > several times, but still no luck. > > > > > Servers alive is running and generating the gif files of the graphs > at > > > > > regular intervals its just that nothing is showing on the graphs. > > > > > > > > > > Any suggestions, I could include sample output from output files if > > > > > necessary here. > > > > > > > > > > > > > > > > > ------------------------- > > > > > > > > [This E-mail scanned for viruses by Declude Virus] > > > > > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > > > > With the following in the body of the message: > > > > unsubscribe SAlive > > > > > > > > ------------------------- > > > > > > > > [This E-mail scanned for viruses by Declude Virus] > > > > > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > > > > With the following in the body of the message: > > > > unsubscribe SAlive > > > > > > > > > > ------------------------- > > > > > > [This E-mail scanned for viruses by Declude Virus] > > > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > > > With the following in the body of the message: > > > unsubscribe SAlive > > > > > > ------------------------- > > > > > > [This E-mail scanned for viruses by Declude Virus] > > > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > > > With the following in the body of the message: > > > unsubscribe SAlive > > > > > > > ------------------------- > > > > [This E-mail scanned for viruses by Declude Virus] > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > > With the following in the body of the message: > > unsubscribe SAlive > > > > ------------------------- > > > > [This E-mail scanned for viruses by Declude Virus] > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > > With the following in the body of the message: > > unsubscribe SAlive > > > > ------------------------- > > [This E-mail scanned for viruses by Declude Virus] > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > With the following in the body of the message: > unsubscribe SAlive > > ------------------------- > > [This E-mail scanned for viruses by Declude Virus] > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > With the following in the body of the message: > unsubscribe SAlive > ------------------------- [This E-mail scanned for viruses by Declude Virus] To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive ------------------------- [This E-mail scanned for viruses by Declude Virus] To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
