Current File : //etc/sysconfig/grafana-agent.rpmsave |
## Path:
## Description: Grafana Agent monitoring agent settings
## Type: string
## Default: ""
## ServiceRestart: grafana-agent
#
# Command line options for grafana-agent
#
# The configuration file holding the agent config
CONFIG_FILE="/etc/grafana-agent.yaml"
# Any user defined arguments
CUSTOM_ARGS="-config.expand-env"
# Restart on system upgrade. Default to true
RESTART_ON_UPGRADE=true
# Log level. Valid levels: [debug, info, warn, error] (default info)
LOG_LEVEL="error"