virt plugin: Add missing config_keys
authorPavel Rochnyack <pavel2000@ngs.ru>
Wed, 5 Dec 2018 09:19:53 +0000 (16:19 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Wed, 5 Dec 2018 09:19:53 +0000 (16:19 +0700)
src/collectd.conf.in
src/virt.c

index 066e5a9..f58d3b4 100644 (file)
 #      Connection "xen:///"
 #      RefreshInterval 60
 #      Domain "name"
+#      ReportBlockDevices true
+#      ReportNetworkInterfaces true
 #      BlockDevice "name:device"
 #      BlockDeviceFormat target
 #      BlockDeviceFormatBasename false
index 876fe30..f2acde0 100644 (file)
@@ -138,6 +138,9 @@ static const char *config_keys[] = {"Connection",
                                     "Instances",
                                     "ExtraStats",
                                     "PersistentNotification",
+
+                                    "ReportBlockDevices",
+                                    "ReportNetworkInterfaces",
                                     NULL};
 
 /* PersistentNotification is false by default */