• Sotfware inventory

    3
    0 Votes
    3 Posts
    1k Views
    ch3iC

    Maybe a plugin for OCS Inventory or Fusion Inventory šŸ˜„

  • Descriptions for a host's "Active Directory" menu

    1
    1 Votes
    1 Posts
    517 Views
    No one has replied
  • Disable Client Auto-update

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    For right now, I can only implement disabling auto-update based on global setting. This is because the client doesn’t return any identifying host information for us to filter by host.

    However, this is, I think, a very needed ā€œfeatureā€ of FOG and the new client.

    My posting seems a bit strange I’m sure, but just know it’s trying to say this has now been implemented.

  • Option to only change the computer name and join the domain once

    2
    0 Votes
    2 Posts
    883 Views
    J

    @moses I would recommend using post-install scripts to modify the unattend xml, then just disable hostnamechanger all together.

  • Configuration management frontend?

    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    It appears that the OP is asking for an endpoint management solution (akin to the beast know as Altiris). FOG is an image deployment tool, not (currently) an endpoint management tool.

    With that said, I could see a path forward with OCS and puppet to fill in the missing bits from FOG. But as Tom said, that is more inline with FOG 2.0 or later as fog 1.3 is already under a new feature freeze. Integrating OCS shouldn’t be that difficult since I know a few other open source projects use that as their inventory engine since its cross platform and its system requirements are in line with a standard LAMP stack.

    (just thinking out loud)
    Actually you wouldn’t need puppet if you could create a policy engine to bridge between OCS and snapin deployment. That policy engine would take a policy (i.e. all computers in FOG group XX shall have MS Office 2016 installed or remove Notepad++ if installed on any computer). Based on what OCS reports the policy engine could create a snapin deployment task for the required action. In theory it should work. FOG would need to have persistent groups for sure (currently not available) and additional dedicated developers to pull it off. But in theory it sounds plausible.

  • Move web backups to /opt/fog

    7
    1 Votes
    7 Posts
    2k Views
    george1421G

    @Tom-Elliott while I don’t have a dog in this race, I agree with Wayne that fog should keep all of its bits in its one location. /opt/fog/… is a logical choice. Typically with rhel based distros /home is placed on its own partition so technically its OK to use that since filling up the /home partition won’t bring down the system. But unfortunately not all linux distros place the /home in its own partition. If its an option in the installer to change it to another location, set the default to /opt/fog/backup and still allow the user to change the location if they want to. I also understand that unless installers take the extra step to move /opt to its own disk/partition they will not be any better off than just placing it on the root partition today.

    But that is just my opinion on the topic.

  • Kernel update - Storage Nodes

    Solved
    11
    0 Votes
    11 Posts
    5k Views
    Wayne WorkmanW

    @Arrowhead-IT Of course I can script it. But not everyone is familiar enough with whats involved to do that. My intention is to eliminate extra manual work in the back-end involving FOG. I’ll see about writing a patch.

  • Can we get Snapin completion via pushbullet as well ?

    Solved
    3
    1 Votes
    3 Posts
    921 Views
    H

    @Tom-Elliott thanks again sir

  • Add iPerf to FoG

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    Wayne WorkmanW

    @Tom-Elliott is iPerf still in the $PATH variable in the inits, and available?

  • Granular permissions

    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    If your DB and PHP talented, and in order to prevent a re-write of the web GUI in full, I’d suggest creating MySQL users for each actual fog user, and only give certain actions permissions to certain tables, and switch over what MySQL credentials are being used right after login. I’d even say the mysql Credentials used for logging in could be restrictive as well to just logging in.

  • Axel instead of Wget for installer

    4
    0 Votes
    4 Posts
    2k Views
    MRCURM

    @Arrowhead-IT It speeds up a fast connection because there’s additional bandwidth to use that wouldn’t otherwise be used. On a 1Mb connection, that is not the issue - there simply isn’t any more bandwidth available to use.

  • Convert directly from VHD/VHDX to FOG?

    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @loosus456 While it may be possible, I wouldn’t recommend it.

  • Additional Links Requested

    Solved
    2
    1 Votes
    2 Posts
    784 Views
    Tom ElliottT

    Ask and thy will be done (sometimes.)

  • FOG 2.0 - Persistent Group Settings

    16
    0 Votes
    16 Posts
    7k Views
    Wayne WorkmanW

    @george1421 said:

    But again no joy for use who need it today with the 1.3(ish) release. Fog 2.0 sounds really nice.

    We could probably hack something together.

  • Add option for full registration to device authorization

    14
    0 Votes
    14 Posts
    4k Views
    P

    Btw, when clicking on the ā€œHomeā€ icon (dashboard link), I see the new hosts that needs to approve in a popup small java banner with a hyperlink ā€œhereā€ that directs to the hosts-waiting-for-approval webpage.

    I can’t recall what git version I’m running though, will update tommorow.

  • Add ChromiumOS OS type

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    @MRCUR Inits are uploaded.

  • Set required options during host registration

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @Developers What if - the full host registration process detects if the location plugin is installed - and if it is, make picking a location mandatory via the Full Host registration menu even if no image is chosen? Thoughts?

  • Don't re-write the .fogsettings file

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    It might be a better idea to just add the settings to the DB instead… thoughts?

  • USB bootable image for WiFi imaging.

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    S

    @Wayne-Workman I’d definitely go with George’s suggestion and skip iPXE entirely if booting from a USB stick anyway. This way you can skip on part that might cause head aches along the way. On the other hand you cannot use iPXE configuration (loaded via HTTP) from the FOG server then. You’d need static parameters configured right on the USB stick - possibly have several entries for different taskings.

    You probably know George’s posting on how to build a USB stick for booting and Tom’s article on building a custom kernel. Give it a try and you sure will learn a lot of new things.

  • Verification for downloaded kernel and initramdisk

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    @Sebastian-Roth the only reason I’m thinking that is because it’s the only thing I added that I can think of that could be giving the bad sector. I don’t know if it causes issues or not and I’m leaning more that it likely isn’t. But just seeing if maybe it will work?

74

Online

12.2k

Users

17.4k

Topics

155.6k

Posts