1 contributor
# AutoSMART Default Configuration
# This file is sourced by AutoSMART scripts to set default behavior
# Debug mode - set to "true" to enable verbose logging
# When enabled, all AutoSMART operations will produce detailed debug output
AUTOSMART_DEBUG="false"
# Log level for AutoSMART operations
# Possible values: error, warn, info, debug
AUTOSMART_LOG_LEVEL="info"
# Default timeout for disk operations (in seconds)
AUTOSMART_DISK_TIMEOUT="30"
# Enable automatic cleanup of orphaned entries at boot
AUTOSMART_CLEANUP_ORPHANS="true"
# NFS export defaults
AUTOSMART_NFS_DEFAULT_OPTIONS="*(rw,all_squash,insecure,async,no_subtree_check,anonuid=0,anongid=0)"
# Udev rules timeout
AUTOSMART_UDEV_TIMEOUT="10"