configuration-templates – Diff between revs 42 and 43

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 42 Rev 43
Line 4... Line 4...
4   4  
5 # It is surprisingly easy to check virsh qemu-kvm processes using monit. 5 # It is surprisingly easy to check virsh qemu-kvm processes using monit.
6 # It suffices to supply the PID file and to stop and restart the virtual 6 # It suffices to supply the PID file and to stop and restart the virtual
Line 7... Line 7...
7 # machine using virsh. 7 # machine using virsh.
8   8  
9 check process example.domain with pidfile /var/run/libvirt/qemu/example.domain.pid 9 check process libvirt-example.domain with pidfile /var/run/libvirt/qemu/example.domain.pid
Line 10... Line 10...
10 start program "/usr/bin/virsh start example.domain" 10 start program "/usr/bin/virsh start example.domain"
11 stop program "/usr/bin/virsh stop example.domain" 11 stop program "/usr/bin/virsh stop example.domain"
12 12
13 check host example.domain-net with address example.domain 13 check host libvirt-net-example.domain with address example.domain
14 start program "/usr/bin/virsh start example.domain" 14 start program "/usr/bin/virsh start example.domain"