Hostinfo day 1: Mainly documentation.
[virt-hostinfo.git] / conf / guests.conf.in
diff --git a/conf/guests.conf.in b/conf/guests.conf.in
new file mode 100644 (file)
index 0000000..0e2cf31
--- /dev/null
@@ -0,0 +1,25 @@
+# Example per-guest configuration file for hostinfo daemon.
+# See also '@sysconfdir@/hostinfo/hostinfo.conf'.
+
+# IMPORTANT: Please read hostinfo(8) manual page for documentation.
+
+# VERY IMPORTANT: If you change this file, then the daemon will notice
+# the change next time it gets a request from a guest.  HOWEVER for
+# security reasons if you change this file and your change contains a
+# mistake, then the DAEMON WILL EXIT with an error message (usually in
+# syslog).  Hostinfo defaults to no-access in these circumstances and
+# you have to correct your mistake and restart the service ('service
+# hostinfo restart').
+
+# A rule for a specific qemu/KVM guest with the libvirt name 'dom'.
+#[qemu-dom]
+#interval 60
+
+# A rule that would apply to all qemu/KVM guests.
+#[qemu-*]
+#interval 60
+
+# Catch-all default rule for guests.  This rule MUST be last in the file.
+[*]
+interval 1
+physcpus on