Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

1.5. Platforms - Linux Platform


Overview

Expand
Table 1.49. Overview
Description:Linux Operating System
Singleton: no
Plugin:Platforms

Child Resource Types

Connection Properties

Expand
Table 1.50. 
NameDescriptionRequiredInternal Name
Enable Content DiscoveryIf true, attempts will be made to discover installed packages on this platform yes enableContentDiscovery
Enable Internal Yum ServerIf true, an internal yum server will be started in order to process yum content requests made on the local machine. yes enableInternalYumServer
Yum server portThe port the plugin will listen on in order to process yum requests. This is ignored if the internal yum server is not enabled. yes yumPort
Metadata Cache TimeoutThe time, in seconds, that the package metadata will always be considered valid. After the cache has lived this long or longer, the cache will be checked to see if it is stale, and if so, will be refreshed. no metadataCacheTimeout
Logs  yes logs

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

Expand
Table 1.51. Metrics
NameTypeDescriptionInternal Name
Free MemorymeasurementThe total free system memory (does not include buffer or cache memory)Native.MemoryInfo.free
Actual Free MemorymeasurementThe actual total free system memory (includes unallocated memory as well as available buffer and cache memory)Native.MemoryInfo.actualFree
Used MemorymeasurementThe total used system memory (does not include buffer or cache memory)Native.MemoryInfo.used
Actual Used MemorymeasurementThe actual total used system memory (includes buffer and cache memory)Native.MemoryInfo.actualUsed
Total MemorymeasurementThe total system memoryNative.MemoryInfo.total
Free Swap SpacemeasurementThe total free system swapNative.SwapInfo.free
Used Swap SpacemeasurementThe total used system swapNative.SwapInfo.used
Total Swap SpacemeasurementThe total system swapNative.SwapInfo.total
IdlemeasurementIdle percentage of all CPUsCpuPerc.idle
System LoadmeasurementPercentage of all CPUs running in system modeCpuPerc.sys
User LoadmeasurementPercentage of all CPUs running in user modeCpuPerc.user
Wait LoadmeasurementPercentage of all CPUs waiting on I/OCpuPerc.wait
HostnametraitName that this platform is known asTrait.hostname
OS NametraitName that the operating system is known asTrait.osname
OS VersiontraitVersion of the operating systemTrait.osversion
ArchitecturetraitHardware architecture of the platformTrait.sysarch
Distribution Nametraitname of the Linux distributiondistro.name
Distribution Versiontraitversion of the Linux distributiondistro.version

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

Expand
Table 1.52. Metrics
NameDescription
Run AutodiscoveryRun an immediate discovery to search for new resources
View Process ListView running processes on this system
Clean Yum Metadata CacheDeletes all cached package metadata

Package Types

Expand
Table 1.53. Package Types
NameCategoryDescription
RPM FileDeployableRed Hat installable package

1.5.1. Platforms - Process Service

Overview

Expand
Table 1.54. Overview
Description:A generic process monitoring service to track native process information based on a pid file or process query
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

Expand
Table 1.55. 
NameDescriptionRequiredInternal Name
TypeChoice of using a pid file or a PIQL query to find the process to monitor yes type
Pid FileFully qualified path to the pid file for the process to monitor no pidFile
PiqlProcess Information Query Language for process to monitor no piql
Full Process TreeIf true, the entire process tree will be monitored yes fullProcessTree

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

Expand
Table 1.56. Metrics
NameTypeDescriptionInternal Name
User TimemeasurementThe aggregate amount of CPU user time spent by all processesProcess.cpu.user
User Time per MinutemeasurementThe aggregate amount of CPU user time spent by all processesProcess.cpu.user
Kernel TimemeasurementThe aggregate amount of CPU kernel time spent by all processesProcess.cpu.sys
Kernel Time per MinutemeasurementThe aggregate amount of CPU kernel time spent by all processesProcess.cpu.sys
CPU PercentagemeasurementThe percentage of CPU currently being used by all processesProcess.cpu.percent
Physical MemorymeasurementThe aggregate amount of resident memory used by all processesProcess.memory.resident
Virtual MemorymeasurementThe aggregate amount of virtual memory used by all processesProcess.memory.size
Open File DescriptorsmeasurementThe aggregate number of file descriptors open by all processesProcess.fileDescriptor.total

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.5.2. Platforms - File System Service

Overview

Expand
Table 1.57. Overview
Description: 
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

none

Metrics

Expand
Table 1.58. Metrics
NameTypeDescriptionInternal Name
Free SpacemeasurementThe total free bytes on filesystemfileSystemUsage.free
Used PercentagemeasurementThe percentage of disk usedfileSystemUsage.usePercent
CapacitytraitThe total size of the filesystemfileSystemUsage.total
Volume TypetraitThe filesystem's generic type namefileSystem.typeName
Drive TypetraitThe filesystem's operating system-specific type namefileSystem.sysTypeName
nametraitThe name of this devicefileSystem.devName
Free FilesmeasurementThe number of free file nodes on the filesystemfileSystemUsage.freeFiles
FlagstraitThe filesystem's flagsfileSystem.flags
UsedmeasurementThe total bytes used on the filesystemfileSystemUsage.used
Disk ReadsmeasurementThe number of physical disk readsfileSystemUsage.diskReads
Disk Reads per MinutemeasurementThe number of physical disk readsfileSystemUsage.diskReads
Disk WritesmeasurementThe number of physical disk writesfileSystemUsage.diskWrites
Disk Writes per MinutemeasurementThe number of physical disk writesfileSystemUsage.diskWrites
Disk Read BytesmeasurementThe number of physical disk bytes readfileSystemUsage.diskReadBytes
Disk Read Bytes per MinutemeasurementThe number of physical disk bytes readfileSystemUsage.diskReadBytes
Disk Write BytesmeasurementThe number of physical disk bytes writtenfileSystemUsage.diskWriteBytes
Disk Write Bytes per MinutemeasurementThe number of physical disk bytes writtenfileSystemUsage.diskWriteBytes
Disk QueuemeasurementThe number of I/Os currently in progressfileSystemUsage.diskQueue

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.5.3. Platforms - Directory Service

Overview

Expand
Table 1.59. Overview
Description:Monitor a generic directory. This can be heavy for a directory with many sub-directories, so monitoring / is not allowed.
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

Expand
Table 1.60. 
NameDescriptionRequiredInternal Name
PathDirectory to monitor. / is not allowed. yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

Expand
Table 1.61. Metrics
NameTypeDescriptionInternal Name
Directory usagemeasurementDisk usage of this directoryusage
Number of filesmeasurementNumber of files in the directoryfiles
Number of itemsmeasurementNumber of items in the directory (files, subdirs, symlinks)total

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.5.4. Platforms - Network Adapter Service

Overview

Expand
Table 1.62. Overview
Description: 
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

none

Metrics

Expand
Table 1.63. Metrics
NameTypeDescriptionInternal Name
Inet4AddresstraitIP address of the network adapterTrait.net4.address
Interface FlagstraitFlag constants for network related operationsTrait.interfaceFlags
Bytes ReceivedmeasurementThe total number of bytes received across this network interface since it startedrxBytes
Bytes Received per MinutemeasurementThe total number of bytes received across this network interface since it startedrxBytes
Packets ReceivedmeasurementThe total number of packets received across this network interface since it startedrxPackets
Packets Received per MinutemeasurementThe total number of packets received across this network interface since it startedrxPackets
Bytes TransmittedmeasurementThe total number of bytes transmitted across this network interface since it startedtxBytes
Bytes Transmitted per MinutemeasurementThe total number of bytes transmitted across this network interface since it startedtxBytes
Packets TransmittedmeasurementThe total number of packets transmitted across this network interface since it startedtxPackets
Packets Transmitted per MinutemeasurementThe total number of packets transmitted across this network interface since it startedtxPackets
Receive Errorsmeasurement'errors' statistic for received packets across this network interface since it startedrxErrors
Receive Errors per Minutemeasurement'errors' statistic for received packets across this network interface since it startedrxErrors
Receive Packets Droppedmeasurement'dropped' statistic for received packets across this network interface since it startedrxDropped
Receive Packets Dropped per Minutemeasurement'dropped' statistic for received packets across this network interface since it startedrxDropped
Receive Overrurnsmeasurement'overruns' statistic for received packets across this network interface since it startedrxOverruns
Receive Overrurns per Minutemeasurement'overruns' statistic for received packets across this network interface since it startedrxOverruns
Receive Framemeasurement'frame' statistic for received packets across this network interface since it startedrxFrame
Receive Frame per Minutemeasurement'frame' statistic for received packets across this network interface since it startedrxFrame
Transmit Errorsmeasurement'errors' statistic for transmitted packets across this network interface since it startedtxErrors
Transmit Errors per Minutemeasurement'errors' statistic for transmitted packets across this network interface since it startedtxErrors
Transmit Packets Droppedmeasurement'dropped' statistic for transmitted packets across this network interface since it startedtxDropped
Transmit Packets Dropped per Minutemeasurement'dropped' statistic for transmitted packets across this network interface since it startedtxDropped
Transmit Overrunsmeasurement'overruns' statistic for transmitted packets across this network interface since it startedtxOverruns
Transmit Overruns per Minutemeasurement'overruns' statistic for transmitted packets across this network interface since it startedtxOverruns
Transmit Collisionsmeasurement'collisions' statistic for transmitted packets across this network interface since it startedtxCollisions
Transmit Collisions per Minutemeasurement'collisions' statistic for transmitted packets across this network interface since it startedtxCollisions
Transmit Carriermeasurement'carrier' statistic for transmitted packets across this network interface since it startedtxCarrier
Transmit Carrier per Minutemeasurement'carrier' statistic for transmitted packets across this network interface since it startedtxCarrier

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.5.5. Platforms - CPU Service

Overview

Expand
Table 1.64. Overview
Description: 
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

none

Metrics

Expand
Table 1.65. Metrics
NameTypeDescriptionInternal Name
IdlemeasurementIdle percentage of this CPUCpuPerc.idle
System LoadmeasurementPercentage of this CPU running in system modeCpuPerc.sys
User LoadmeasurementPercentage of this CPU running in user modeCpuPerc.user
Wait LoadmeasurementPercentage of this CPU waiting on I/OCpuPerc.wait
User TimemeasurementThe total system CPU user timeCpu.user
User Time per MinutemeasurementThe total system CPU user timeCpu.user
Nice TimemeasurementThe total system CPU nice timeCpu.nice
Nice Time per MinutemeasurementThe total system CPU nice timeCpu.nice
System TimemeasurementThe total system CPU kernel timeCpu.sys
System Time per MinutemeasurementThe total system CPU kernel timeCpu.sys
Idle TimemeasurementThe total system CPU idle timeCpu.idle
Idle Time per MinutemeasurementThe total system CPU idle timeCpu.idle
Wait TimemeasurementThe total system CPU I/O wait timeCpu.wait
Wait Time per MinutemeasurementThe total system CPU I/O wait timeCpu.wait
VendortraitVendor of this CPUCpuTrait.vendor
CPU ModeltraitModel of this CPUCpuTrait.model
CPU SpeedtraitSpeed of this CPU in MhzCpuTrait.mhz
Cache sizetraitCache Size of this CPUCpuTrait.cacheSize

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat