Hostinfo day 5: Implement first round of static host commands.
[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
18 # A rule that would apply to all qemu/KVM guests.
19 #[qemu-*]
20 #interval 60
21
22 # Catch-all default rule for guests.  This rule MUST be last in the file.
23 # This lists commands that are enabled.  Any commands not listed here
24 # will be disabled by default.
25 [*]
26 interval 1
27 availcpus      on
28 corespersocket on
29 memory         on
30 mhz            on
31 model          on
32 nodes          on
33 physcpus       on
34 ping           on
35 socketspernode on
36 threadspercore on