Fixed issue with OpenSSL 1.1+ (#4)

Process monitoring changes for Open/Net/Dragonfly BSD
Version bump to 3.02 (104)
This commit is contained in:
Bjango
2017-08-04 20:41:20 +10:00
parent 148a1163f9
commit 31c77a960c
10 changed files with 109 additions and 38 deletions

View File

@@ -223,6 +223,7 @@ void StatsSensors::init_dev_cpu()
label << "CPU " << x;
(*cur).label = label.str();
(*cur).method = 2;
(*cur).kind = 0;
}
}
}
@@ -254,6 +255,7 @@ void StatsSensors::init_acpi_thermal()
label << "Thermal Zone " << x;
(*cur).label = label.str();
(*cur).method = 4;
(*cur).kind = 0;
}
}
}
@@ -314,6 +316,7 @@ void StatsSensors::init_qnap()
{
(*cur).label = "Temperature";
(*cur).method = 3;
(*cur).kind = 0;
}
}