monasca-agent/conf.d/cpu.yaml

16 lines
561 B
YAML

# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP
init_config:
# process_fs_path: (optional) STRING. It will set up the path of the process
# filesystem. By default it's set for: /proc directory.
# Example:
#
# process_fs_path: /rootfs/proc
instances:
# Cpu check only supports one configured instance
- name: cpu_stats
# Send additional cpu rollup system metrics (Default = False)
# These metrics include the following metrics aggregated across all cpus:
# cpu.total_logical_cores
#send_rollup_stats: True