Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

inventory frequency [closed]

how often exactly does the agent send inventory to the server?

I know that if you customize I can put the number of days, but in the option (always inventory) what is this frequency?

Ícone "Verificada pela comunidade"

closed with the note: question answered
in OCS Inventory NG server for Unix by (150 points)
closed by

1 Answer

0 votes
 
Best answer

The config is saved in table 'config' with fields Name, Ivalue, Tvalue and Comments.

For the row with Name='FREQUENCY', the Comments is 

'Specify the frequency (days) of inventories. (0: inventory at each login. -1: no inventory)'

IMHO you have the answer : Always = 0, Never = -1, Personnalized = any number (of days) >0

For a value of 1, that's means : any agent, without --force, could send only one inventory each 1 day. When agent call the server, the server give the date/time acceptable for new inventory (= last inventory + 1 day), and the agent send the inventory only after this date/time. 

by (19.2k points)
selected by
 
Powered by Question2Answer
...