Search found 9 matches

by philten
Fri Apr 22, 2011 3:25 pm
Forum: FreeNATS Support
Topic: test status hanged on failed
Replies: 5
Views: 24579

Re: test status hanged on failed

Thanks again for your reply and help. Thanks to your suggestion, I think I could solve the problem for now. I just added in the windows node script (in function addtest() ) the code to replace "," by ".", this way the server script doesn't receive commas and everything seem to work fine, including t...
by philten
Fri Apr 22, 2011 2:22 pm
Forum: FreeNATS Support
Topic: nodeside script to monitor network
Replies: 2
Views: 18108

Re: nodeside script to monitor network

You welcome. For such a small contribution, I do not ask to be credited.

Phil
by philten
Fri Apr 22, 2011 2:13 pm
Forum: FreeNATS Support
Topic: test status hanged on failed
Replies: 5
Views: 24579

Re: test status hanged on failed

Thank you for your very quick reply. I am glad you could understand the problem :) I will make sure not to use commas for decimal values. Actually, I used a comma because the "last value" reported above in the same page was displayed with a comma. For now, would you have a suggestion for me to "unha...
by philten
Thu Apr 21, 2011 3:12 pm
Forum: FreeNATS Support
Topic: test status hanged on failed
Replies: 5
Views: 24579

test status hanged on failed

I would like to report what I think is an issue. I tried a few "Custom Test Evaluators" settings. At one point I had two "Failure" rules. The failed status started as expected in regards to my rules. But, when I changed the rules, and even removed all rules, the "failed" status remain active. As you...
by philten
Wed Apr 20, 2011 10:35 am
Forum: FreeNATS Support
Topic: nodeside script to monitor network
Replies: 2
Views: 18108

nodeside script to monitor network

I tried the nodeside script for Windows. Works great on my Windows Server 2003. I added a few lines to the script to monitor the network (KBytes received and sent) : '--phil Set colNetwork = objRefresher.AddEnum(objWMIService, "Win32_PerfFormattedData_TCPIP_NetworkInterface").objectSet Make sure to ...
by philten
Mon Apr 18, 2011 7:28 am
Forum: FreeNATS Support
Topic: installation feedback
Replies: 3
Views: 19517

Re: installation feedback

nodeside tests work great ! (linux flavor) I intend to add some customs nodeside tests, if I am correct, I simply need to add a call to your function "$Node->AddTest()" with my datas. Again, great design :) I add I noticed this message : Errors detected on page: Reported Ok at the bottom of page /no...
by philten
Mon Apr 18, 2011 7:03 am
Forum: FreeNATS Support
Topic: ping test data size issue
Replies: 2
Views: 19519

Re: ping test data size issue

No reason, actually I tried several values, it seem the thresold is 20, below ping fails, 20 and above ping works. Also, this seem to be the data size, not the total packet size, I used 54 bytes for the total packet size. I would suggest to use 56 which seem to be the default value: # ping BusyBox v...
by philten
Sun Apr 17, 2011 9:47 am
Forum: FreeNATS Support
Topic: ping test data size issue
Replies: 2
Views: 19519

ping test data size issue

I would like to share a tricky issue I just solved. The "ping test" for three new nodes were always failing, but, pinging the same hostname was always working fine from the shell on the freenats server ??? After following the code step by step, I understood that the cause was the ping data size of 1...
by philten
Sat Apr 16, 2011 7:41 pm
Forum: FreeNATS Support
Topic: installation feedback
Replies: 3
Views: 19517

installation feedback

First, many thanks to Dave for this very promising application I just discovered and installed to test it. It seem a great work ! I installed version : 1.12.2/b The installation want fairly well on my Amazon EC2 Debian 5 64 bits and I am now ready to test freenats :) However, I would like to share a...