2025-10-26 23:39:02 +01:00
|
|
|
# Nodito CPU Temperature Monitoring Configuration
|
|
|
|
|
|
|
|
|
|
# Temperature Monitoring Configuration
|
|
|
|
|
temp_threshold_celsius: 80
|
|
|
|
|
temp_check_interval_minutes: 1
|
|
|
|
|
|
|
|
|
|
# Script Configuration
|
|
|
|
|
monitoring_script_dir: /opt/nodito-monitoring
|
|
|
|
|
monitoring_script_path: "{{ monitoring_script_dir }}/cpu_temp_monitor.sh"
|
|
|
|
|
log_file: "{{ monitoring_script_dir }}/cpu_temp_monitor.log"
|
|
|
|
|
|
|
|
|
|
# System Configuration
|
|
|
|
|
systemd_service_name: nodito-cpu-temp-monitor
|
2025-10-29 00:13:15 +01:00
|
|
|
|
|
|
|
|
# ZFS Pool Configuration
|
|
|
|
|
zfs_pool_name: "proxmox-tank-1"
|
|
|
|
|
zfs_disk_1: "/dev/disk/by-id/ata-ST4000NT001-3M2101_WX11TN0Z" # First disk for RAID 1 mirror
|
|
|
|
|
zfs_disk_2: "/dev/disk/by-id/ata-ST4000NT001-3M2101_WX11TN2P" # Second disk for RAID 1 mirror
|
|
|
|
|
zfs_pool_mountpoint: "/var/lib/vz"
|
2026-01-11 22:43:27 +01:00
|
|
|
|
|
|
|
|
# UPS Configuration (CyberPower CP900EPFCLCD via USB)
|
|
|
|
|
ups_name: cyberpower
|
|
|
|
|
ups_desc: "CyberPower CP900EPFCLCD"
|
|
|
|
|
ups_driver: usbhid-ups
|
|
|
|
|
ups_port: auto
|
|
|
|
|
ups_user: counterweight
|
|
|
|
|
ups_offdelay: 120 # Seconds after shutdown before UPS cuts outlet power
|
|
|
|
|
ups_ondelay: 30 # Seconds after mains returns before UPS restores outlet power
|