17. Inventory

Pandora FMS allows you to keep an inventory of the devices monitored by Pandora FMS. It is possible to keep a list of the processor model, storage, running services, software installed on the equipment, among other information.

You may create your own Remote and Local inventory modules, but we do not get into detail in this quick guide.

Remote inventory

To assign this type of inventory to a remote agent, access agent editing, the Inventory tab.

inventory1.png

Fill in the fields with the following information:

Optionally you may set a custom interval for the  module execution and make use of custom fields. Click Add.

inventory2.png

The inventory module will have been applied and you will be able to perform actions such as deleting, editing and forcing module execution by clicking on its corresponding icons.

inventory3.png

You may see the data collected by the remote inventory module from Operation -> Monitoring -> Inventory.

inventory5.png

Local Inventory

Inventory data is obtained through a software agent, configuration is a little different depending on whether it is a Windows or Linux agent.

Windows

By default, there are some inventory templates in the agent configuration file pandora_agent.conf. To enable the local inventory modules, un-comment the corresponding code block, in this case we will collect the inventory from the available storage disks:

Define the execution interval through cron.

inventory4.png

See the value returned by the software agent (DESKTOP-2GGIE80):

inventory6.png

Linux

In Linux, inventory modules are also defined in pandora_agent.conf file, but unlike Windows, here it is established by uncommenting a single line, specifying the inventory you want to obtain.

The line means that an inventory plugin will be used, 1 means that inventory data will be collected every 1 day (set to 0 if you want it to be collected in every agent execution), and the items from which you want to collect inventory data:

inventory7-2.png

See the values returned by the software agent (Rocky-AS):

inventory8.png

Did you not get the expected results? Go to help or support sections.


Revision #5
Created 2 November 2023 13:24:55 by Laura Cano
Updated 6 May 2024 10:55:08 by Laura Cano