• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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 Aug 23, 2017, 8:01 PM

    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
    • T
      THEMCV
      last edited by Aug 23, 2017, 8:12 PM

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

      C 1 Reply Last reply Aug 23, 2017, 8:20 PM Reply Quote 1
      • C
        coop90 @THEMCV
        last edited by Aug 23, 2017, 8:20 PM

        @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!

        T 2 Replies Last reply Aug 23, 2017, 8:35 PM Reply Quote 0
        • T
          THEMCV @coop90
          last edited by Aug 23, 2017, 8:35 PM

          @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
          • T
            THEMCV @coop90
            last edited by Aug 23, 2017, 8:42 PM

            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
            • W
              Wayne Workman
              last edited by Aug 24, 2017, 3:42 AM

              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
              1 / 1
              • First post
                4/6
                Last post

              229

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project