Hostinfo day 5: Implement first round of static host commands.
[virt-hostinfo.git] / conf / guests.conf.in
index 0e2cf31..a822be2 100644 (file)
 #interval 60
 
 # Catch-all default rule for guests.  This rule MUST be last in the file.
+# This lists commands that are enabled.  Any commands not listed here
+# will be disabled by default.
 [*]
 interval 1
-physcpus on
+availcpus      on
+corespersocket on
+memory         on
+mhz            on
+model          on
+nodes          on
+physcpus       on
+ping           on
+socketspernode on
+threadspercore on