1
0
mirror of https://github.com/Spearfoot/FreeNAS-scripts synced 2025-12-06 01:23:19 +00:00

Update get-system-temps.pl

This commit is contained in:
Keith Nash
2017-07-26 10:25:30 -05:00
committed by GitHub
parent 95993bdb5e
commit 687f130879

View File

@@ -37,7 +37,7 @@ my $smartctl = "/usr/local/sbin/smartctl";
# 1 = on: use IPMI
# 0 = off: use sysctl instead of IPMI
my $useipmi = 1;
my $useipmi = 0;
# IPMI username and password file. The password file is a text file with the
# IPMI user's password on the first line. Be sure to set permissions to 0600