Please do not post private e-mail to me about subject which is started in the mailing list.
On Wed, 2012-03-14 at 16:45, Elie ... wrote: > Thank you Milan for your fast reply. > > By doing that i will be transfering all the data on the page and then > filtring the status right ? Yes. That is obvious. Another option is to make simple Perl/Python (or whatever script language you prefer) which will filter Kannel status and display data you want. There are some examples in contrib directory. I had simple perl script which parses XML status and displays what I want to see. > Regards, Elie > > > Date: Wed, 14 Mar 2012 17:15:43 +0100 > > From: [email protected] > > To: [email protected] > > Subject: Re: Kannel Status > > > > On Wed, 2012-03-14 at 15:36, Elie ... wrote: > > > I have a question about the url of kannel status: as far as i know we can > > > check the kannel status using the url : http://localhost:port/status.html > > > > > > but this url gives us all the informations : status, uptime, SMS, box > > > connections .... > > > > > > Is there a way to get only the status (running, suspended, isolated ...) > > > without the other info ? > > > > curl -s http://localhost:port/status | grep Status | cut -f 2 -d ' ' -- Kind regards, Milan -------------------------------------------------- Arvanta, IT Security http://www.arvanta.net Please do not send me e-mail containing HTML code or documents in proprietary format (word, excel, pps and so on)
