Documentation fixes.
[virt-hostinfo.git] / conf / guests.conf.in
1 # Example per-guest configuration file for hostinfo daemon.
2 # See also '@sysconfdir@/hostinfo/hostinfo.conf'.
3
4 # IMPORTANT: Please read hostinfo(8) manual page for documentation.
5
6 # VERY IMPORTANT: If you change this file, then the daemon will notice
7 # the change next time it gets a request from a guest.  HOWEVER for
8 # security reasons if you change this file and your change contains a
9 # mistake, then the DAEMON WILL EXIT with an error message (usually in
10 # syslog).  Hostinfo defaults to no-access in these circumstances and
11 # you have to correct your mistake and restart the service ('service
12 # hostinfo restart').
13
14 # A rule for a specific qemu/KVM guest with the libvirt name 'dom'.
15 #[qemu-dom]
16 #interval      60
17 #physcpus      off
18
19 # A rule that would apply to all qemu/KVM guests.
20 #[qemu-*]
21 #interval      60
22
23 # Catch-all default rule for guests.  This rule MUST be last in the file.
24 # This lists commands that are enabled.  Any commands not listed here
25 # will be disabled by default.
26 [*]
27 interval       1
28 availcpus      on
29 corespersocket on
30 memory         on
31 mhz            on
32 model          on
33 nodes          on
34 physcpus       on
35 ping           on
36 socketspernode on
37 threadspercore on