!
    ➜  ~ cat /etc/nut/ups.conf
    maxretry = 3
    [ups]
        driver = "usbhid-ups"
        port = "auto"
    ➜  ~ cat /etc/nut/upsd.conf
    MAXAGE 25
    LISTEN 0.0.0.0 6502
    ➜  ~ cat /etc/nut/upsd.users
    [monuser]
        password = secret
        upsmon = master
    ➜  ~ cat /opt/scripts/upssched-cmd.sh
    ! /bin/sh
    /opt/scripts/mail.py "Alarm from PVE" "$1"
联系方式

关于我

那年今日
17 月前

ipmitool -I lan -U ADMIN -H 10.0.0.4 sensor thresh FAN1 lower 150 225 300Replacing:ADMIN with the IPMI username10.0.0.4 with your own IPMI addressFAN1 with the desired FAN (FANA, FAN1, FAN2, FAN3, FAN4)150 with the lower non-recoverable value225 with the lower critical value300 with the lower non-critical value