--- # defaults file for system_info # Base directory for storing statistics system_info_stats_base_dir: "./stats/machines" # Whether to create the stats directory if it doesn't exist system_info_create_stats_dir: true # Timestamp format for the statistics system_info_timestamp_format: "%Y-%m-%d %H:%M:%S UTC" # Whether to gather detailed CPU information system_info_gather_cpu: true # Whether to gather GPU information system_info_gather_gpu: true # Whether to gather memory information system_info_gather_memory: true # Whether to detect hypervisor information system_info_detect_hypervisor: true # Whether to gather disk information system_info_gather_disk: true # Whether to gather network information system_info_gather_network: true # Whether to gather system information (OS, kernel, etc.) system_info_gather_system: true # JSON output formatting system_info_json_indent: 2 # Whether to include raw command outputs in JSON system_info_include_raw_output: false