Skip to content

Commit

Permalink
fix: Add --full-inventory-postpone option support to linux installers
Browse files Browse the repository at this point in the history
Closes #792
  • Loading branch information
g-bougard committed Oct 17, 2024
1 parent 1e84490 commit 03222e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/unix/glpi-agent-appimage-hook
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ GetOptions(
'debug+',
'delaytime=i',
'force',
'full-inventory-postpone=i',
'html',
'json',
'lazy',
Expand Down Expand Up @@ -590,6 +591,7 @@ glpi-agent-linux-installer.AppImage [options]
--json save the inventory as JSON (false)
--force always send data to server (false)
--backend-collect-timeout=TIME timeout for inventory modules execution (30)
--full-inventory-postpone=NUM set number of possible full inventory postpone (14)
=head2 Remote inventory task specific options
Expand Down
2 changes: 2 additions & 0 deletions contrib/unix/installer/Getopt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ my @options = (
'no-question|Q',
'extract=s',
'force',
'full-inventory-postpone=i',
'help|h',
'install',
'list',
Expand Down Expand Up @@ -128,6 +129,7 @@ glpi-agent-linux-installer [options]
--scan-profiles set to scan user profiles (false)
--backend-collect-timeout=TIME set timeout for inventory modules execution (30)
-t --tag=TAG configure tag to define in inventories
--full-inventory-postpone=NUM set number of possible full inventory postpone (14)
RemoteInventory specific options:
--remote=REMOTE[,REMOTE]... list of remotes for remoteinventory task
Expand Down

0 comments on commit 03222e3

Please sign in to comment.