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

Is there a way to find image upload history?

Scheduled Pinned Locked Moved Solved
FOG Problems
2
2
808
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.
  • B
    BigDawg986
    last edited by Nov 13, 2015, 6:24 PM

    Hey guys,

    Someone uploaded an image on top of one of my images today. I can tell from the timestamp of the image file in Linux. Is there anyway i can find out which host or fog user uploaded that image?

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Wayne Workman Nov 13, 2015, 12:28 PM Nov 13, 2015, 6:28 PM

      yeah, but only with CLI on the server

      some roughly written history is in the history table.

      mysql
      use fog
      select * from history;
      or
      select * from history where longtext like '%some image name here%';

      Just simply doing the select * statement, you’ll see the sort of entries being made. You can then format a like search for the field you want and the sort of data you’re looking for.

      AND… I can’t be positive on my SQL syntax above… but I think you get the idea…

      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 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post

      246

      Online

      12.2k

      Users

      17.3k

      Topics

      155.5k

      Posts
      Copyright © 2012-2024 FOG Project