
jjoaquin asked a question.
Hi,
Good day.
I noticed that most if not all machines have current discovery time and yet the software they are using is not being captured well by the agent. It's like the discovery time was set to today's date and yet if you look at the applications under the last used date, it doesn't reflect the last time the user used the software.
What do you think is the problem? Is it the agent's problem or something I need to do from the server side?
Hi @jjoaquin ,
'USAGEAGENT_DISABLE = False' is what you would include in the mgssetup.ini configuration file, if you wanted usage tracking to be enabled at agent install-time.
If the agent is already installed, then you would instead add/amend the following registry key at [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft\Usage Agent\CurrentVersion]:
Name: Disabled
Type: REG_SZ (String)
Value: False(For Linux devices, the process is similar, but you are updating the config.ini file instead, located by default at /var/opt/managesoft/etc)
Regarding your other question 'How often are agents uploading data to you App Server?', you can find this information in the FNMS Web UI -> Discovery & Inventory tab -> Settings -> Inventory agent schedule.
I've attached an example from one of our test environments.
HTH,
Joseph