Infrastructure Inventory page: Search your entire infrastructure
New Relic can collect detailed information about a system's configuration per host, including system modules, configuration files, metadata, packages, services, user sessions, etc. The Inventory page provides a real-time, filterable, searchable view into each host's configuration.
Use the Inventory page to:
Ensure a version update was applied successfully across all your hosts.
Audit version discrepancies across your hosts.
Quickly identify which hosts require an update to fix a security vulnerability.
To view and search your inventory data: Go to one.newrelic.com > Infrastructure > Inventory.
Inventory item naming
The infrastructure inventory is a qualified namespace (structured like a directory) that organizes inventory items into names that resemble a source path. The inventory item name is comprised of three elements:
Element
Description
Category
Basic, top level type of data source, typically based on its role in the system. Common examples include config, package, kernel, user session, services, and modules.
Source
The specific data source for the inventory item.
Label
The name of the specific inventory item; for example, the filename, package name, or system setting name.
Tip
Use tagging for detailed metadata and other information about your hosts .
Page functions
Use Inventory page functions to find information about a particular item on your hosts:
Use Filter Sets to show only hosts matching certain criteria.
Search for an inventory item using the search function.
For example, if you want to find information related to OpenSSL, search openssl. The search term is matched again the inventory item name.
Inventory item details provide host and system information for each host it resides on according to the New Relic inventory item name. If you have different versions of the same item on other hosts, New Relic detects that and flags them on the Inventory page with the variant hosts label and lists each host running each version.
Item details are attributes (key/value pairs) that are dictated by their source. Specific attributes are generally stable over time, but new ones may be added and others could be deprecated. Attributes carry the critical metadata that are at the heart of each inventory item.
Inventory is collected from the infrastructure agent's built-in data collectors, Amazon Elastic Compute Cloud (EC2) integrations, agent integrations provided by New Relic, and customer-built integrations. The data appears on the Inventory page and in other places within the Infrastructure monitoring's user interface.
The infrastructure agent collects this data for Linux systems.
Category
Source
Data collected using...
applications
apm
APM language agent metadata
config
selinux
sestatus -b, semodule -l
selinux-policies
sestatus -b, semodule -l
selinux-modules
sestatus -b, semodule -l
sshd
/etc/sshd_config (PermitRootLogin, PermitEmptyPasswords, PasswordAuthentication, and ChallengeResponseAuthentication only)