Selaa lähdekoodia

Enable NIC sensor data export

Nick Babcock 6 vuotta sitten
vanhempi
commit
f14eadd387
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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);