summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-01-12 17:39:21 -0500
committerCole Robinson <crobinso@redhat.com>2014-01-12 17:39:21 -0500
commit55d6b7f37760e5806e1f8b5c04360b8410aed2e1 (patch)
treef2b8f4fae8591ba67a6cc5eb50b22c28e8bf931c /data
parent2dffdff3286500396b24351248ff8614f7e8071a (diff)
downloadvirt-manager-55d6b7f37760e5806e1f8b5c04360b8410aed2e1.tar.gz
prefs: Allow disabling all memorystats polling
Similar to how we allow disabling disk/net polling, not sure yet what effect it might have on remote connections, so best to add this option just to be safe. Unlike disk/net stats, we enable this checking by default.
Diffstat (limited to 'data')
-rw-r--r--data/org.virt-manager.virt-manager.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.virt-manager.virt-manager.gschema.xml b/data/org.virt-manager.virt-manager.gschema.xml
index 8111ac93..270a7b0a 100644
--- a/data/org.virt-manager.virt-manager.gschema.xml
+++ b/data/org.virt-manager.virt-manager.gschema.xml
@@ -121,6 +121,11 @@
<summary>Poll net i/o stats</summary>
<description>Whether or not the app will poll VM network i/o statistics</description>
</key>
+ <key name="enable-memory-poll" type="b">
+ <default>true</default>
+ <summary>Poll memory stats</summary>
+ <description>Whether or not the app will poll VM memory statistics</description>
+ </key>
</schema>