Skip to content

Commit

Permalink
fix: Support --delaytime option in linux perl installer
Browse files Browse the repository at this point in the history
Closes #816
  • Loading branch information
g-bougard committed Jan 10, 2025
1 parent 36fd2bb commit b8eff27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ packaging:
- libxml2 2.13.5
- libiconv 1.18
* Update MacOSX packages to use OpenSSL 3.4.0
* fix #816: Support --delaytime option in linux perl installer

1.11 Tue, 24 Sep 2024

Expand Down
5 changes: 5 additions & 0 deletions contrib/unix/installer/Getopt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ my @options = (
'color',
'cron=i',
'debug|d=i',
'delaytime=i',
'distro=s',
'no-question|Q',
'extract=s',
Expand Down Expand Up @@ -119,6 +120,10 @@ glpi-agent-linux-installer [options]
-s --server=URI configure agent GLPI server
-l --local=PATH configure local path to store inventories
Target scheduling options:
--delaytime=LIMIT maximum delay before target tasks first run, in seconds (3600)
It also defines the maximum delay on network error.
Task selection options:
--no-task=TASK[,TASK]... configure task to not run
--tasks=TASK1[,TASK]...[,...] configure tasks to run in a given order
Expand Down

0 comments on commit b8eff27

Please sign in to comment.