Browse Source

Enable NIC sensor data export

Nick Babcock 6 years ago
parent
commit
f14eadd387
1 changed files with 2 additions and 1 deletions
  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);