1
0
Эх сурвалжийг харах

Enable NIC sensor data export

Nick Babcock 6 жил өмнө
parent
commit
f14eadd387

+ 2 - 1
OhmGraphite/Program.cs

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