File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ GetOptions(
75
75
' debug+' ,
76
76
' delaytime=i' ,
77
77
' force' ,
78
+ ' full-inventory-postpone=i' ,
78
79
' html' ,
79
80
' json' ,
80
81
' lazy' ,
@@ -590,6 +591,7 @@ glpi-agent-linux-installer.AppImage [options]
590
591
--json save the inventory as JSON (false)
591
592
--force always send data to server (false)
592
593
--backend-collect-timeout=TIME timeout for inventory modules execution (30)
594
+ --full-inventory-postpone=NUM set number of possible full inventory postpone (14)
593
595
594
596
=head2 Remote inventory task specific options
595
597
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ my @options = (
19
19
' no-question|Q' ,
20
20
' extract=s' ,
21
21
' force' ,
22
+ ' full-inventory-postpone=i' ,
22
23
' help|h' ,
23
24
' install' ,
24
25
' list' ,
@@ -128,6 +129,7 @@ glpi-agent-linux-installer [options]
128
129
--scan-profiles set to scan user profiles (false)
129
130
--backend-collect-timeout=TIME set timeout for inventory modules execution (30)
130
131
-t --tag=TAG configure tag to define in inventories
132
+ --full-inventory-postpone=NUM set number of possible full inventory postpone (14)
131
133
132
134
RemoteInventory specific options:
133
135
--remote=REMOTE[,REMOTE]... list of remotes for remoteinventory task
You can’t perform that action at this time.
0 commit comments