Thanks. I installed it and I am able to connect from my desktop to my server running FlexRAID using the standalone FlexRAIDCMD.exe, but the Goverlay plugin seems to not want to connect. (black screen on the Goverlay). I followed the instructions in the Word document to put the plugins in the Goverlay folder and upload the images.
Here are my settings.txt file contents:
flexraid.rpc=http://192.168.1.113:9595/json/rpc
flexraid.username=wiretap
flexraid.password=<my password>
flexraid.cmd=C:\Program Files (x86)\OpenEgg.org\FlexRAID Basic CMD Client 2.0\flexraidcmd
flexraid.host=192.168.1.113
sysinfo.update.sec=10
I opened up ports 8080 and 9595 on the server, but still no difference. (tried both ports in the settings.txt file as well.) The file location is correct in the "flexraid.cmd=C:\Program Files (x86)\OpenEgg.org\FlexRAID Basic CMD Client 2.0\flexraidcmd" parameter.
Any pointers as to what I'm doing wrong?
Here is my error log in Goverlay:
12/11/2014 8:01:14 PM:LCDSys - Sensor Plugin 1418345328.6869 (RAID info malfunction : Public member 'CallBack' on type 'FlexRaidInfo' not found.: at Microsoft.VisualBasic.CompilerServices.Symbols.Container.GetMembers(String& MemberName, Boolean ReportErrors)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at q.b()
Maybe I need to install some sort of VB package? I installed VB 6 SP6 pack; no difference.