Sfoglia il codice sorgente

Enable NIC sensor data export

Nick Babcock 6 anni fa
parent
commit
f14eadd387
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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);