Hello, I had the same issue when i copied the kennel monitor (from old checkout code) to my document root of apache.
I suggest to checkout fresh code from svn and than copy kennel monitor from crontrib directory to your document root of apache and than check after modifying config.php ofcourse. Regards Tapan Thapa On Oct 16, 2012 5:56 PM, "Singularnet" <[email protected]> wrote: > Thanks Tapan > this is my config.php > > <?php > /* > * Configure the kannel instances here > */ > $configs = array( > array( "base_url" => "http://127.0.0.1:13000", > "status_passwd" => "status", > "admin_passwd" => "admin", > "name" => "momotombo" > )/*, > array( "base_url" => "http://kannel.yourdomain.com:33000", > "status_passwd" => "foobar", > "admin_passwd" => "", > "name" => "Kannel 2" > )*/ > ); > > /* some constants */ > define('MAX_QUEUE', 100); /* Maximum size of queues before > displaying it in red */ > define('DEFAULT_REFRESH', 60); /* Default refresh time for the web > interface */ > ?> > > and this is my kannel.conf > > group = core > admin-port = 13000 > smsbox-port = 13001 > admin-password = admin > status-password = status > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "190.212.*.*;127.0.0.1;10.0.0.1" > log-file = "/var/log/kannel/bearerbox.log" > log-level = 0 > box-deny-ip = *.*.*.* > box-allow-ip = "127.0.0.1" > access-log = "/var/log/kannel/access_bear.log" > #store-file = "kannel.store" > #ssl-server-cert-file = "cert.pem" > #ssl-server-key-file = "key.pem" > #ssl-certkey-file = "mycertandprivkeyfile.pem" > > #--------------------------------------------- > # SMSC CONNECTIONS > > # > #Smsbox(es) routing, means that any inbound message that have been > #originating from smsc-id should be delivered via smsbox-id > > group = smsbox-route > smsbox-id=smsbox_nic > #smsbox-id=sqlbox > smsc-id = FAKE > #shortcode = 7787;+7787 > > #--------------------------------------------- > # SEND-SMS USERS > # > # These users are used when Kannel smsbox sendsms interface is used to > # send PUSH sms messages, i.e. calling URL like > # > http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar. > .. > > group = sendsms-user > username = flavio > password = tito > #user-deny-ip = "*.*.*.*" > #user-allow-ip = "127.0.0.1" > > #--------------------------------------------- > #--------------------------------------------- > # ARCHIVOS A INCLUIR, CONEXIONES SMPP Y SERVICIOS > # > > include = "/etc/kannel/smsbox.conf" > include = "/etc/kannel/connections/fake.conf" > > > It is weird because it give me no error, only it doesn't load the > information, maybe it could be something about php configuration > > thanks > > On Mon, Oct 15, 2012 at 10:12 PM, Tapan Kumar Thapa > <[email protected]> wrote: > > Hello Singularnet, > > > > Kannel-Monitor Latest (Under contrib folder) is working fine as i have > > checked with my installation. > > > > Can you provide your kannel config as well as Kannel-Monitor config so > that > > i can check if there is any issue. > > > > Regards > > Tapan Thapa > > > > On Tue, Oct 16, 2012 at 8:39 AM, Singularnet <[email protected]> > wrote: > >> > >> Hi everybody > >> > >> I have running kannel fine, and i get the status throught > >> http://MYIP:13000/status.xml?password=MYPASS, and show me all the > >> information about the boxes connected etc, so everything is OK, but if > >> i tried to get that information throught kannel-monitor, it says that > >> theres no box conneted ( No boxes connected to this bearerbox!) . It > >> seems that kannel-monitor it's not reading the information. > >> > >> Any clues will be appreciated > >> > >> Thanks > >> > > >
