Explorar el Código

Enable NIC sensor data export

Nick Babcock hace 6 años
padre
commit
f14eadd387
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      OhmGraphite/Program.cs

+ 2 - 1
OhmGraphite/Program.cs

@@ -25,7 +25,8 @@ namespace OhmGraphite
                         CPUEnabled = true,
                         RAMEnabled = true,
                         FanControllerEnabled = true,
-                        HDDEnabled = true
+                        HDDEnabled = true,
+                        NICEnabled = true
                     };
 
                     var collector = new SensorCollector(computer);