]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
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 066e5a932ce475acf06e034cfa36fb31a9c9b6fe..f58d3b49102b7c422502fe30496a36ef8df80926 100644 (file)
 #      Connection "xen:///"
 #      RefreshInterval 60
 #      Domain "name"
+#      ReportBlockDevices true
+#      ReportNetworkInterfaces true
 #      BlockDevice "name:device"
 #      BlockDeviceFormat target
 #      BlockDeviceFormatBasename false
index 876fe30a2c93ba430402fc44b1bbc17708b3feb4..f2acde07348dee0beb15dca40623bdf5fbe94338 100644 (file)
@@ -138,6 +138,9 @@ static const char *config_keys[] = {"Connection",
                                     "Instances",
                                     "ExtraStats",
                                     "PersistentNotification",
+
+                                    "ReportBlockDevices",
+                                    "ReportNetworkInterfaces",
                                     NULL};
 
 /* PersistentNotification is false by default */