From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Novotny Subject: Re: Is there a way to get notification, when a domain shutdown/restarts Date: Fri, 18 Sep 2009 04:01:11 +0200 Message-ID: <4AB2E9E7.6010704@redhat.com> References: <8686c3cd0909160651s663c75f2i1fe7c23efb25ca56@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8686c3cd0909160651s663c75f2i1fe7c23efb25ca56@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 09/16/2009 03:51 PM, Tom Rotenberg wrote: > Hi, > > I would like to write a script, which will run, every time my > (specific) domain reboots or shutdown. Is there any way, to "catch" > those events, or to be notified when it happens? > > Tom > Hi Tom, I am not sure about that but you can modify python script to call this script in this event. There should be some method to be called every time the domain reboots/shuts down. There you can add a call to you script or write it purely in python. I think it's somewhere in XendDomainInfo.py file somewhere in python site-packages directory. Michal > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >