Configuration
This page documents the runtime configuration for fleetint run:
- configurable environment variables
- configurable
fleetint runflags - how to set them on bare metal and in Kubernetes
Where to configure
Bare Metal
Package installs run fleetint through the fleetintd systemd service:
Configure runtime settings in /etc/default/fleetint, then restart the service:
- Set environment variables directly in
/etc/default/fleetint - Set
fleetint runflags throughFLEETINT_FLAGS="..."
Kubernetes
The Helm chart configures the container entrypoint as fleetint run and exposes:
- environment variables under
env.* - common
runflags through dedicated chart values such aslogLevel,listenAddress, andcomponents
Apply changes by updating values.yaml or using helm upgrade --set ....
Configurable Environment Variables
These environment variables are read by fleetint run at startup.
Notes:
- Duration-valued environment variables use Go duration syntax such as
30s,1m,10m, or24h. - These environment variables modify the telemetry exporter configuration and runtime loop intervals used by
fleetint run. DCGM_URLandDCGM_URL_IS_UNIX_SOCKETconfigure connectivity to DCGM HostEngine for DCGM-backed components.
Bare Metal Example
Kubernetes Example
Apply with:
Configurable fleetint run Flags
These are the fleetint run flags supported by the CLI.
Component Selection
Use --components to control which monitoring components are enabled.
Examples:
Rules:
all,*, or an empty component list enables all components.all,-<component-name>starts with all components, then disables specific ones.- An explicit comma-separated list enables only the named components.
- A non-matching explicit value effectively disables all components.
Available component names:
NVIDIA GPU components
accelerator-nvidia-infinibandaccelerator-nvidia-ncclaccelerator-nvidia-peermemaccelerator-nvidia-persistence-modeaccelerator-nvidia-error-sxidaccelerator-nvidia-error-xid
NVIDIA GPU DCGM components
accelerator-nvidia-dcgm-clockaccelerator-nvidia-dcgm-cpuaccelerator-nvidia-dcgm-inforomaccelerator-nvidia-dcgm-memaccelerator-nvidia-dcgm-nvlinkaccelerator-nvidia-dcgm-nvswitchaccelerator-nvidia-dcgm-pcieaccelerator-nvidia-dcgm-poweraccelerator-nvidia-dcgm-profaccelerator-nvidia-dcgm-thermalaccelerator-nvidia-dcgm-utilization
System components
cpudiskmemorynetwork-ethernetoslibrary