Sure.. Here is what is generated when I click generate script for the Checkresult.
-s 306 DS:roundtrip:GAUGE:3060:U:U RRA:MAX:0.5:1:3060 RRA:MAX:0.5:3:100 RRA:MAX:0.5:8:250 RRA:MAX:0.5:8:1000 RRA:MAX:0.5:52:2000 RRA:MIN:0.5:1:3060 RRA:MIN:0.5:3:100 RRA:MIN:0.5:8:250 RRA:MIN:0.5:8:1000 RRA:MIN:0.5:52:2000 RRA:AVERAGE:0.5:1:3060 RRA:AVERAGE:0.5:3:100 RRA:AVERAGE:0.5:8:250 RRA:AVERAGE:0.5:8:1000 RRA:AVERAGE:0.5:52:2000 It should read -s 306 DS:checkresult:GAUGE:3060:U:U RRA:MAX:0.5:1:3060 RRA:MAX:0.5:3:100 RRA:MAX:0.5:8:250 RRA:MAX:0.5:8:1000 RRA:MAX:0.5:52:2000 RRA:MIN:0.5:1:3060 RRA:MIN:0.5:3:100 RRA:MIN:0.5:8:250 RRA:MIN:0.5:8:1000 RRA:MIN:0.5:52:2000 RRA:AVERAGE:0.5:1:3060 RRA:AVERAGE:0.5:3:100 RRA:AVERAGE:0.5:8:250 RRA:AVERAGE:0.5:8:1000 RRA:AVERAGE:0.5:52:2000 Notice the difference is the text after DS: All 3 of mine say roundtrip. I believe 1 should say Checkresult, and the other should say updown God Bless, Brian Oakes Check out some of the following websites! www.aboutchrist.com www.christianhouse.com www.christian-chat.net www.live365.com/stations/orangenoiseradio?play - Listen to Orange Noise Radio! -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx Sent: Tuesday, January 08, 2008 10:41 AM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Could you re-phrase that, as I don't understand what you're trying to tell me. Dirk Bulinckx. -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Tuesday, January 08, 2008 5:31 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Howdy Dirk, So far everything looks good. However I did notice one thing. In all the auto-generated script, they all say: roundtrip vs the checkresult one saying checkresult. I just edited it to say checkresult, and it's all good. :) --BrianO -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx Sent: Friday, January 04, 2008 7:36 AM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool There is an updated build on http://beta.woodstone.nu that should fix the issue. Basicly the problem occurred when the checking interval (+ time to complete a check cycle) was more then 864 seconds. Dirk Bulinckx. -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Wednesday, January 02, 2008 1:41 AM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Howdy Dirk, I have confirmed, your cmd works on my system. So we are down to why did my auto generated .bat file show up weird. :) Let me know anything else I can test, as I can anxious to finally get this rrd project behind me. :) Thanks! --BrianO -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx Sent: Tuesday, January 01, 2008 5:11 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool This is the one generated on my system and working fine: C:\data\RRD\src\tool_release\rrdtool.exe create "c:\temp\sac_1.rrd" -s 60 DS:checkresult:GAUGE:600:U:U RRA:MAX:0.5:1:600 RRA:MAX:0.5:14:100 RRA:MAX:0.5:40:250 RRA:MAX:0.5:40:1000 RRA:MAX:0.5:263:2000 RRA:MIN:0.5:1:600 RRA:MIN:0.5:14:100 RRA:MIN:0.5:40:250 RRA:MIN:0.5:40:1000 RRA:MIN:0.5:263:2000 RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:14:100 RRA:AVERAGE:0.5:40:250 RRA:AVERAGE:0.5:40:1000 RRA:AVERAGE:0.5:263:2000 Yours is also crashing on my system. The problem is the within the RRA parts, that there are some 0 that are causing the problem. RRA:MAX:0.5:0:100 RRA:MIN:0.5:0:100 RRA:AVERAGE:0.5:0:100 I'll have to check in the sources of SA why it's generating a 0 in those places. C:\MonitorStats\RRDTool\rrdtool.exe create "C:\MonitorStats\RRDTool\database\chk2.db" -s 966 DS:checkresult:GAUGE:9660:U:U RRA:MAX:0.5:1:9660 RRA:MAX:0.5:0:100 RRA:MAX:0.5:2:250 RRA:MAX:0.5:2:1000 RRA:MAX:0.5:16:2000 RRA:MIN:0.5:1:9660 RRA:MIN:0.5:0:100 RRA:MIN:0.5:2:250 RRA:MIN:0.5:2:1000 RRA:MIN:0.5:16:2000 RRA:AVERAGE:0.5:1:9660 RRA:AVERAGE:0.5:0:100 RRA:AVERAGE:0.5:2:250 RRA:AVERAGE:0.5:2:1000 RRA:AVERAGE:0.5:16:2000 Dirk Bulinckx. -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Tuesday, January 01, 2008 11:46 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool For each instance of rrdtool create, or rrdtool graph etc, I get an application fault, divide by zero error in rrdtool. Here is what I get in the application log. No error in the cmd window. Faulting application rrdtool.exe, version 1.2.26.0, faulting module rrdtool.exe, version 1.2.26.0, fault address 0x000046f6. When I modify the cmd and chop off all but 1 RRA: The command completes without the application error and a db is created. Does the cmd SA auto gen's look good compared to others? --BrianO -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx Sent: Tuesday, January 01, 2008 3:36 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool and what happens if you execute the first one? Dirk Bulinckx. -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Tuesday, January 01, 2008 10:21 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Here is the cmd I am using from the auto-generated file. C:\MonitorStats\RRDTool\rrdtool.exe create "C:\MonitorStats\RRDTool\database\chk2.db" -s 966 DS:checkresult:GAUGE:9660:U:U RRA:MAX:0.5:1:9660 RRA:MAX:0.5:0:100 RRA:MAX:0.5:2:250 RRA:MAX:0.5:2:1000 RRA:MAX:0.5:16:2000 RRA:MIN:0.5:1:9660 RRA:MIN:0.5:0:100 RRA:MIN:0.5:2:250 RRA:MIN:0.5:2:1000 RRA:MIN:0.5:16:2000 RRA:AVERAGE:0.5:1:9660 RRA:AVERAGE:0.5:0:100 RRA:AVERAGE:0.5:2:250 RRA:AVERAGE:0.5:2:1000 RRA:AVERAGE:0.5:16:2000 If I change the cmd to: C:\MonitorStats\RRDTool\rrdtool.exe create "C:\MonitorStats\RRDTool\database\chk2.db" -s 966 DS:checkresult:GAUGE:9660:U:U RRA:MAX:0.5:1:9660 It creates the DB without issue. How does my first command compare to someones who's is working? --BrianO -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Tuesday, January 01, 2008 11:31 AM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Thanks for the email Petr, At this point I am on my 3rd machine that I can repro the behavior on and on my 4th version of rrdtool files. I can repro it will all of them. So far, when I modify and change up the create DB batch file, I seem to be able to now create the .db files and data can be logged to them. Can you paste in one line from your sa_create_rrd.bat so I can compare it to mine? --BrianO -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Petr Bohac Sent: Tuesday, January 01, 2008 11:01 AM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Hi, I've got but those are generated by salive. Shouldn't any differ from yours ... and the exe is compiled one from the rrdtool website. Did you try it on another server? Take batchs, rrdtool and run it? Petr -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: 01 January 2008 19:11 To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool I did some testing and I am able to create DB's and update them using the examples from RRDTool's website. So it looks like there might be an issue with the bat files that are being fed to rrdtool. Does anyone have working batch files to create, update and graph. I'd like to compare them to see if we see any differences. :) Thanks! --BrianO -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Monday, December 31, 2007 10:26 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Actually I am running it as an app, and that is when I experience the issue. Honestly, it's an issue with rrdtool, not SA. However I can't seem to figure out why. If someone has it working, can they send me their rrdtool and bat files? God Bless, Brian Oakes Check out some of the following websites! www.aboutchrist.com www.christianhouse.com www.christian-chat.net www.live365.com/stations/orangenoiseradio?play - Listen to Orange Noise Radio! -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx Sent: Monday, December 31, 2007 6:16 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool if you run SA as app does it do the same (I suppose you were running as service?)? Dirk Bulinckx. -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Tuesday, January 01, 2008 12:51 AM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool Thanks for the response Dirk, When you run the .bat from a cmd prompt you don't get any error from RRDTool, it just take about 5 seconds per entry and goes to the next one. I only noticed because graphs and things weren't getting updated and then I looked at the application log and see all the Application Fault Errors. I am working on building a a vm with a simple scaled down version of SA (only a few checks) to test with. I can repro in the vm as well, so I am trying to make it as simple as possible in case you want to take a peek at it. God Bless, Brian Oakes Check out some of the following websites! www.aboutchrist.com www.christianhouse.com www.christian-chat.net www.live365.com/stations/orangenoiseradio?play - Listen to Orange Noise Radio! -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx Sent: Monday, December 31, 2007 5:41 PM To: Servers Alive Discussion List Subject: RE: [SA-list] Error with RRDTool if you execute one of the .BAT files manualy does it give you the same error then or something else? Dirk Bulinckx. -----Original Message----- From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brian Oakes Sent: Monday, December 31, 2007 11:50 PM To: Servers Alive Discussion List Subject: [SA-list] Error with RRDTool Has anyone seen this error with rrdtool.exe Faulting application rrdtool.exe, version 1.2.26.0, faulting module rrdtool.exe, version 1.2.26.0, fault address 0x000046f6. I have tried many different versions, many different paths. DrWtsn is telling me it's a Divide By Zero Error. Does anyone has RRDTool and SA working? If so, can someone email me their version of rrdtool.exe and .db file and their .bat files, so I can compare them to mine? Thanks! BrianO To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. This e-mail including any attachment is intended only for the recipient(s) named. It may contain confidential information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please contact the sender and delete the e-mail from your system. The sender does not accept any liability for errors or omissions in the content of this message or for viruses, or any damage due to the e-mail. The recipient is advised to have appropriate virus check software. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list.
