Page 1 of 2 12 LastLast
Results 1 to 25 of 49

Thread: live online farm monitoring

Hybrid View

  1. #1
    Xtreme Member
    Join Date
    Dec 2004
    Posts
    150

    live online farm monitoring

    @rodzilla
    how did u set up that website that shows ur farm in real time just like dspy?! thats the coolest thing ever! is it a proggy that u got or did u do some like high-tech php shiz?

    thanks

  2. #2
    Xtreme Enthusiast
    Join Date
    Sep 2004
    Location
    austria
    Posts
    535
    i think the prog is called WebTemp

  3. #3
    Xtreme Member
    Join Date
    Dec 2004
    Posts
    150
    i know thats what jeff uses, but i think rodzilla did it differently cuz its just for d2ol not overall sys health.....i downloaded webtemp so ill mess with it n see. thanks for the reply!

  4. #4
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    I used a program called D2OL Progress... it's rather complicated so i haven't reallt talked much about it. The setup is a mightmare!

    It outputs an html file every min... and I use cute ftp to upload it every min.

  5. #5
    Xtreme Member
    Join Date
    Dec 2004
    Posts
    150
    sweet, ill google it n see if i can figure it out thanks

  6. #6
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706

  7. #7
    Xtreme DČOL Cruncher
    Join Date
    Dec 2004
    Location
    London
    Posts
    339
    nice ive gotto try this for my parents rigs so i can see if theres a problem rather than waiting to see my stats drop off.

  8. #8
    Xtreme Member
    Join Date
    Oct 2004
    Posts
    452
    I will try that but im sure i have java installed already.

  9. #9
    Xtreme Member
    Join Date
    Oct 2004
    Posts
    452
    Well ok,
    Still having a few issues Here, hoping youc an help me find the problem

    I installed the java link you gave me, well i tyred to it said version was already installed but since then the D2olprogress monitor has started so thats all good.

    The problem is now the monitor doesnt seem to pick any information up.
    Im going to post the information iv entered

    App Directory
    C:\Program Files\SengentD2OL\jre\bin

    Applcation

    C:\Program Files\SengentD2OL\jre\bin\java D2OLProgressNode -sendto 192.168.0.12 -dir c:\program files\sengentd2ol\d2ol -name 939AMD

    This is obviously with my d2ol istalled into C:\Program Files\SengentD2OL\
    192.168.0.12 being the machine that i want to montior ( do i set that pc up as localhost? in the application string?).
    and the name of the machine being 939AMD

    Is there anythign immediaty wrong with that?

    The service seems to run fine on all 3 machines currently setup with no errors occuing in the event viewer. Could windows firwall be blocking it? What port would it use by default?

  10. #10
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by Smurfy
    Well ok,
    Still having a few issues Here, hoping youc an help me find the problem

    I installed the java link you gave me, well i tyred to it said version was already installed but since then the D2olprogress monitor has started so thats all good.

    The problem is now the monitor doesnt seem to pick any information up.
    Im going to post the information iv entered

    App Directory
    C:\Program Files\SengentD2OL\jre\bin

    Applcation

    C:\Program Files\SengentD2OL\jre\bin\java D2OLProgressNode -sendto 192.168.0.12 -dir c:\program files\sengentd2ol\d2ol -name 939AMD

    This is obviously with my d2ol istalled into C:\Program Files\SengentD2OL\
    192.168.0.12 being the machine that i want to montior ( do i set that pc up as localhost? in the application string?).
    and the name of the machine being 939AMD

    Is there anythign immediaty wrong with that?

    The service seems to run fine on all 3 machines currently setup with no errors occuing in the event viewer. Could windows firwall be blocking it? What port would it use by default?
    If you spelled your reg keys value wrong it won't work... might just be a posting error... But it has to read Application and the App Directory needs to read AppDirectory.

    If those are correct in the reg then I would try and wrap quotes around the directory path. I also changed the case on the Application Directorys to match what it really is. (Don't know if either of these things matters or not) It should read like this.
    Code:
    AppDirectory    C:\Program Files\SengentD2OL\jre\bin
    
    Application    C:\Program Files\SengentD2OL\jre\bin\java D2OLProgressNode -sendto 192.168.0.12 -dir "C:\Program Files\SengentD2OL\D2OL" -name 939AMD
    Also... make sure you have the "D2OLProgressNode.class" file in the "C:\Program Files\SengentD2OL\jre\bin" folder.

  11. #11
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by Smurfy
    Snip....

    This is obviously with my d2ol istalled into C:\Program Files\SengentD2OL\
    192.168.0.12 being the machine that i want to montior ( do i set that pc up as localhost? in the application string?).
    and the name of the machine being 939AMD

    Snip....
    Wait a min...

    192.168.0.12 is the address of the PC with the monitoring app running right? ...The one you want to send the information to.

    do i set that pc up as localhost?

    You mean change the name of your monitoring PC to localhost? Where did localhost come from?

  12. #12
    Xtreme Member
    Join Date
    Nov 2004
    Location
    melbourne
    Posts
    233
    i have problems ere
    it said
    could not start the d2olp1 service on Local Computer
    Error3: the system cannot find the path specified

    This is the value for
    Aplicaton: C:\XS_D2OL\D2OL2\jre\bin\java D2OLProgressNode -sendto localhost -dir "C:\XS_D2OL\D2OL2\D2OL" -name Node2
    AppDirectory: C:\XS_D2OL\D2OL2\jre\bin

    is the C:\XS_D2OL\D2OL2\jre\bin\java refer to the directory where java is installed?
    i dont have that direcory, but i have java installed in my computer
    Last edited by x714n; 04-14-2005 at 01:13 PM.

    Opteron 144 || DFI NF4 Ultra-D || OCZ Value VX || GeCube x300 || TT Big Typhoon

  13. #13
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by x714n
    i have problems ere
    it said
    could not start the d2olp1 service on Local Computer
    Error3: the system cannot find the path specified

    This is the value for
    Aplicaton: C:\XS_D2OL\D2OL2\jre\bin\java D2OLProgressNode -sendto localhost -dir "C:\XS_D2OL\D2OL2\D2OL" -name Node2
    AppDirectory: C:\XS_D2OL\D2OL2\jre\bin

    is the C:\XS_D2OL\D2OL2\jre\bin\java refer to the directory where java is installed?
    i dont have that direcory, but i have java installed in my computer
    First off... it looks like you used an Easy installer of mine to install D2OL correct?

    I highlighted in red where you posted "Aplication" If this is what the reg key reads it won't work. It needs to be Application

    I also highlighted in red where you posted "localhost" Is this the actual network name of the PC that is running the monitoring app? It needs to be the network name or the IP address.

    Your error makes me think that you don't have the D2OLProgressNode.class file in the "C:\XS_D2OL\D2OL2\jre\bin" directory... Make sure it's there.

    "C:\XS_D2OL\D2OL2\jre\bin" is a light install of Java that comes bundled with the easy installer... so you don't have to run Java.

    C:\XS_D2OL\D2OL2\jre\bin\java D2OLProgressNode "java D2OLProgressNode" is a command not a directory.

  14. #14
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by x714n
    i have problems ere
    it said
    could not start the d2olp1 service on Local Computer
    Error3: the system cannot find the path specified

    This is the value for
    Aplicaton: C:\XS_D2OL\D2OL2\jre\bin\java D2OLProgressNode -sendto localhost -dir "C:\XS_D2OL\D2OL2\D2OL" -name Node2
    AppDirectory: C:\XS_D2OL\D2OL2\jre\bin

    is the C:\XS_D2OL\D2OL2\jre\bin\java refer to the directory where java is installed?
    i dont have that direcory, but i have java installed in my computer
    See highlights in quote...

    You said you tried to start the d2olp1 service... yet all of your paths point to the 2nd install of D2OL...

    Do you have a P4 system?

    Does the other service work?

  15. #15
    Xtreme Member
    Join Date
    Nov 2004
    Location
    melbourne
    Posts
    233
    i used 2x Personal XS_D2OL.exe
    for the Aplication sorry my bad, it was a mistypo
    all looks fine, i have the D2OLProgressNode.class in both C:\XS_D2OL\D2OL1\jre\bin and C:\XS_D2OL\D2OL2\jre\bin
    i dont quite understand bout the ip address
    can i put my own ip address there?

    Opteron 144 || DFI NF4 Ultra-D || OCZ Value VX || GeCube x300 || TT Big Typhoon

  16. #16
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by x714n
    i used 2x Personal XS_D2OL.exe
    for the Aplication sorry my bad, it was a mistypo
    all looks fine, i have the D2OLProgressNode.class in both C:\XS_D2OL\D2OL1\jre\bin and C:\XS_D2OL\D2OL2\jre\bin
    i dont quite understand bout the ip address
    can i put my own ip address there?
    What don't you understand? I guess I don't understand what you don't understand

    i dont quite understand bout the ip address
    (Re-phrase that as a question and I can better guess what you need to know)

  17. #17
    Xtreme Member
    Join Date
    Nov 2004
    Location
    melbourne
    Posts
    233
    the thing is what's the purpose of the ip address? does the ip address refer to the location of the D2OLprogress running?
    and can i put my own ip address there or localhost or 127.0.0.1?
    i put localhost coz in the readme there is an example using localhost

    Opteron 144 || DFI NF4 Ultra-D || OCZ Value VX || GeCube x300 || TT Big Typhoon

  18. #18
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by x714n
    the thing is what's the purpose of the ip address? does the ip address refer to the location of the D2OLprogress running?
    and can i put my own ip address there or localhost or 127.0.0.1?
    i put localhost coz in the readme there is an example using localhost
    Ahhhhh got ya!

    It appears that you are setting this up on the rig that is running D2OL progress AND you are trying to watch a node on it... That explains why you would try localhost If this is the case then the PC name, the IP address, localhost, or 127.0.0.1 will work.

    does the ip address refer to the location of the D2OLprogress running?
    Yes. It is the identifier of the machine that is running D2OLProgress ( the java GUI monitoring app)

  19. #19
    Xtreme Member
    Join Date
    Nov 2004
    Location
    melbourne
    Posts
    233
    yeah, you got my point
    but the problem still has not been solved yet
    any clue?

    Opteron 144 || DFI NF4 Ultra-D || OCZ Value VX || GeCube x300 || TT Big Typhoon

  20. #20
    Xtreme Member
    Join Date
    Nov 2004
    Location
    melbourne
    Posts
    233
    sorry another blur there, both d2olp1 and d2olp2 didnt work
    i've been strugling for like 2hours for this
    i just checked all things are fine, i've been reading the tutorial in the first page for like 10times
    yeah its a p4 3.0e
    another services here refer to another windows services? yeah all works fine
    *is there any requirement here to run a spesific service or something other than java?*

    Opteron 144 || DFI NF4 Ultra-D || OCZ Value VX || GeCube x300 || TT Big Typhoon

  21. #21
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    Quote Originally Posted by x714n
    sorry another blur there, both d2olp1 and d2olp2 didnt work
    i've been strugling for like 2hours for this
    i just checked all things are fine, i've been reading the tutorial in the first page for like 10times
    yeah its a p4 3.0e
    another services here refer to another windows services? yeah all works fine
    *is there any requirement here to run a spesific service or something other than java?*
    The only other thing that is relys on is the srvany.exe in C:\windows and the D2OLProgressNode.class file...

    When do you get the error?

  22. #22
    Xtreme Member
    Join Date
    Nov 2004
    Location
    melbourne
    Posts
    233
    when i want to start the services in services.msc

    Opteron 144 || DFI NF4 Ultra-D || OCZ Value VX || GeCube x300 || TT Big Typhoon

  23. #23
    Xtreme Member
    Join Date
    Oct 2004
    Posts
    452
    Thanks for your help Rodzilla, im still not getting anywhere with it.
    Im going to start again tonight and try and get the thing to work.
    This thing is a pain in the ass tbh

  24. #24
    ^^Not dead!!^^
    Join Date
    Jul 2004
    Location
    Indiana, USA
    Posts
    4,706
    As I said in the beginning of this thread... It's not user friendly at all and was designed for advanced users. I had one hell of a time getting it setup... and If I had to go back and do it again it would prob still take me forever.

    Have you guys checked out the Free-DC thread for this app? I would suggest reading that and posting for help in there.http://www.free-dc.org/forum/showthr...&highlight=GUI

  25. #25
    Xtreme Member
    Join Date
    Oct 2004
    Posts
    452
    Yeah i understand its not userfriendly
    Still no better way of learning than trying
    im almost certain the services are setup correctly
    i think i may be having problems with the java/d2ol monitor.
    Anyway i read that post but i found everything at all helpfull was posted in this thread and the rest was over my head

Page 1 of 2 12 LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •