• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    View Fog Client From WebGUi

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    6
    916
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      coop90
      last edited by

      Is it possible to view the Fog Client log for individual hosts in the fog server webgui?

      I am on 1.5.0RC8 and the latest fog client is deployed.

      1 Reply Last reply Reply Quote 0
      • THEMCVT
        THEMCV
        last edited by

        Can you do \\%computer%\c$\fog.log ?

        C 1 Reply Last reply Reply Quote 1
        • C
          coop90 @THEMCV
          last edited by

          @themcv I can. I was wondering if there was something in the Reports section of the fog server that would do that automatically. Guess I’ll stick with that for now. Thanks!

          THEMCVT 2 Replies Last reply Reply Quote 0
          • THEMCVT
            THEMCV @coop90
            last edited by

            @coop90 I don’t know of anything, but I might try to write out a little script so you just type in the hostname and it opens it up.

            If I do it I’ll let you know. 🙂

            1 Reply Last reply Reply Quote 0
            • THEMCVT
              THEMCV @coop90
              last edited by

              Throw this in Notepad and save it as a .bat (if you’re running Windows of course :))

              @echo off
              goto :input
              cls
              
              :input
              cls
              echo Enter Hostname of PC you want to check fog.log of
              echo[
              set /p hostname=
              \\%hostname%\c$\fog.log
              

              And if you want it to ask you if it came up correctly

              @echo off
              goto :input
              cls
              
              :input
              cls
              echo Enter Hostname of PC you want to check fog.log of
              echo[
              set /p hostname=
              \\%hostname%\c$\fog.log
              set choice=
              set /p choice=Did that work?
              if '%choice%'=='y' goto :great
              if '%choice%'=='yes' goto :great
              if '%choice%'=='n' goto :oops
              if '%choice%'=='no' goto :oops
              :great
              echo Great. :)
              timeout 1
              goto :end
              :oops
              echo Okay, let's try it again!
              timeout 2
              goto :input
              :end
              
              1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                There’s also this concept: https://forums.fogproject.org/topic/8821/roll-calling-hosts-to-identify-problems

                But instead of gathering a list of non-functional systems, you’d be telling them to copy their fog.log files to the share - and skipping the list building parts.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 1
                • 1 / 1
                • First post
                  Last post

                181

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project