RE: Error in kannel-monitor

2016-03-01 Thread Беляев Владимир Николаевич
;Not ok"; } fclose($fp); ?> Perhaps the problem of access to the port 13000 (Kannel admin) Kannel 1.5.0, Centos 7, Kannel independently compiled -Original Message- From: devel [mailto:devel-boun...@kannel.org] On Behalf Of Milan P. Stanic Sent: Tuesday, March 01, 2016 5:26 PM To:

Re: Error in kannel-monitor

2016-03-02 Thread Milan P. Stanic
in that way in the script. > Kannel 1.5.0, Centos 7, Kannel independently compiled > > > -Original Message- > From: devel [mailto:devel-boun...@kannel.org] On Behalf Of Milan P. Stanic > Sent: Tuesday, March 01, 2016 5:26 PM > To: de...@kannel.org > Subject: Re: Erro

Re: Error in kannel-monitor

2016-03-02 Thread spameden
or Kannel and defined URL (host > and port) in that way in the script. > > > Kannel 1.5.0, Centos 7, Kannel independently compiled > > > > > > -Original Message- > > From: devel [mailto:devel-boun...@kannel.org] On Behalf Of Milan P. > Stanic > > Sent: Tues

Re: Error in kannel-monitor

2016-03-02 Thread Milan P. Stanic
I made small Perl monitor for Kannel and defined URL (host > > and port) in that way in the script. > > > > > Kannel 1.5.0, Centos 7, Kannel independently compiled > > > > > > > > > -Original Message- > > > From: devel [mailto

Re: Error in kannel-monitor

2016-03-02 Thread spameden
; snippet above it seems that you are right. > > > Variable $url is missing port part. > > > I'm not sure how to set port in php but I think it should be > > > $url = "http://localhost:13000/"; > > > > > > Few years ago I made small Perl m

Re: Error in kannel-monitor

2016-03-02 Thread Milan P. Stanic
gt; > > Variable $url is missing port part. > > > > I'm not sure how to set port in php but I think it should be > > > > $url = "http://localhost:13000/"; > > > > > > > > Few years ago I made small Perl monitor for Kannel and defined URL

RE: Error in kannel-monitor

2016-03-02 Thread Беляев Владимир Николаевич
o the port 13000 (Kannel admin) This all works through a browser It is possible to fix? -Original Message- From: users [mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic Sent: Wednesday, March 02, 2016 10:31 PM To: users@kannel.org Subject: Re: Error in kannel-monitor On We

Re: Error in kannel-monitor

2016-03-02 Thread Juan Luis Gómez
[mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic > Sent: Wednesday, March 02, 2016 10:31 PM > To: users@kannel.org > Subject: Re: Error in kannel-monitor > >> On Wed, 2016-03-02 at 10:49, Беляев Владимир Николаевич wrote: >> This is a standard script from Kan

RE: Error in kannel-monitor

2016-03-02 Thread Беляев Владимир Николаевич
to:juanluis.go...@blipblip.com.co] Sent: Thursday, March 03, 2016 9:53 AM To: Беляев Владимир Николаевич Cc: Milan P. Stanic; users@kannel.org Subject: Re: Error in kannel-monitor Have you tried loading the url from the script (http://localhost:13000/status.xml?password=) directly in your brows

Re: Error in kannel-monitor

2016-03-02 Thread Juan Luis Gómez
Maximum size of queues before displaying it > in red */ > define('DEFAULT_REFRESH', 60); /* Default refresh time for the web > interface */ > ?> > > > > > > > From: Juan Luis Gómez [mailto:juanluis.go...@blipblip.com.co] > Sent: Thu

Re: Error in kannel-monitor

2016-03-02 Thread Juan Luis Gómez
g it > in red */ > define('DEFAULT_REFRESH', 60); /* Default refresh time for the web > interface */ > ?> > > > > > > > From: Juan Luis Gómez [mailto:juanluis.go...@blipblip.com.co] > Sent: Thursday, March 03, 2016 9:53 AM > To: Бе

RE: Error in kannel-monitor - RESOLVED

2016-03-02 Thread Беляев Владимир Николаевич
Thank you! That helped: /usr/sbin/setsebool -P httpd_can_network_connect 1 From: Juan Luis Gómez [mailto:juanluis.go...@blipblip.com.co] Sent: Thursday, March 03, 2016 10:07 AM To: Беляев Владимир Николаевич Cc: Milan P. Stanic; users@kannel.org Subject: Re: Error in kannel-monitor