Re: [jffnms-users] Cisco 'show ver' info

2004-06-10 Thread Javier Szyszlican
Gregory, Currently no, the only information available via SNMP is this: SNMPv2-MIB::sysDescr.0 = STRING: Cisco Internetwork Operating System Software IOS (tm) RSP Software (RSP-JSV-M), Version 12.2(16f), RELEASE SOFTWARE (fc1) Copyright (c) 1986-2004 by cisco Systems, Inc. Compiled Wed 14-Jan-04 1

[jffnms-users] Cisco 'show ver' info

2004-06-10 Thread Gregory . Leggett
Is there a way to have JFFNMS catalog and display the 'show ver' information of Cisco devices? Thank You, Greg Leggett Thompson & Knight LLP Network Administrator -- Sent from my BlackBerry Wireless Handheld --- Th

Re: [jffnms-users] Voice Over IP Peer and Voice Encapsulation (POTS) Peer

2004-06-10 Thread Javier Szyszlican
Alexandru, IOS shows the the DialPeers as Physical Interfaces. So you can't disable the AD for them, without disable the AD for all the Physical interfaces. But we could add an exception (only an 'if') to disallow the adding of DialPeers, since you can't really get anything useful from them at t

Re: [jffnms-users] JFFNMS stopped working

2004-06-10 Thread Javier Szyszlican
Jason, How's the load on the box? Maybe something made it too slow. Check how may rows do you have in the alarms and events tables. Are you running the cleanup_raw_tables script? Javier Jason Humes wrote: Hi I've got JFFNMS running on a Debian system and I had not used it for a couple weeks, and no

Re: [jffnms-users] Poller Process problem.

2004-06-10 Thread Alejandro Murciano Renedo
On Thursday 10 June 2004 14:32, Craig Small wrote: > On Thu, Jun 10, 2004 at 12:10:27PM +0200, Alejandro Murciano Renedo wrote: > > Warning: main(../conf/config.php): failed to open stream: No such file or > > directory in /opt/jffnms/engine/poller.php on line 22 > > This means /opt/jffnms/conf/con

[jffnms-users] JFFNMS stopped working

2004-06-10 Thread Jason Humes
Hi I've got JFFNMS running on a Debian system and I had not used it for a couple weeks, and now when I go to use it, the web interface just hangs once logging in. It looks like it is working, but nothing ever shows up except for the top menu bar. Any ideas. Thaks Jason D. Humes Applied Comput

[jffnms-users] Voice Over IP Peer and Voice Encapsulation (POTS) Peer

2004-06-10 Thread Alexandru Thomae
Hi.   Do you know how is it possible not to automatically add the dial-peers when doing auto discovery on CISCO's? I have searched in "Interface Types" and couldn't find this type of Interfaces, so I couldn't disable them to "Autodiscovery enabled".   Thanks.   a.

Re: [jffnms-users] Poller Process problem.

2004-06-10 Thread Craig Small
On Thu, Jun 10, 2004 at 12:10:27PM +0200, Alejandro Murciano Renedo wrote: > Warning: main(../conf/config.php): failed to open stream: No such file or > directory in /opt/jffnms/engine/poller.php on line 22 This means /opt/jffnms/conf/config.php is missing. This file loads in the api files, inclu

Re: [jffnms-users] Jffnms Permissions?

2004-06-10 Thread Craig Small
On Thu, Jun 10, 2004 at 06:06:42PM +1200, Tristram Cheer wrote: > In the debian package it dosnt inculde that file in that location its in > /etc/apache/conf.d/jffnms That's the new location. > It installs with root:root permissions Hmm, I'll have to fix that next release. > I've looked into thi

RE : [jffnms-users] Poller Process problem.

2004-06-10 Thread LIMA David
You have the same problem than me and other friends with some version of php4 Try this to see If you have same thing # ### change www-data with you apache user # srv-deb:/# su www-data srv-deb

Re: [jffnms-users] Poller Process problem.

2004-06-10 Thread Alejandro Murciano Renedo
> Can you please do a php4 -m to see what php modules are loaded? Sure! [PHP Modules] bcmath bz2 calendar ctype dba exif filepro ftp gd gettext iconv mbstring openssl overload pcre posix session shmop snmp sockets standard sysvsem sysvshm tokenizer wddx xml yp zlib > Can you try to run php -q /op

RE : [jffnms-users] Poller Process problem.

2004-06-10 Thread LIMA David
Hi Alejandro Can you please do a php4 -m to see what php modules are loaded? Can you try to run php -q /opt/jffnms/engine/poller.php (try with php4 if you use debian) from apache user (as apache or -data on debian) and show me the output of the command You can continue to debug your instal

Re: [jffnms-users] Poller Process problem.

2004-06-10 Thread Alejandro Murciano Renedo
On Wednesday 09 June 2004 18:00, Javier Szyszlican wrote: > Then your poller is not running correctly. > > Do this: > cd /opt/jffnms/engine > php -q poller.php > > if now you have rrd files then the cronjob user does not have > permissions to /opt/jffnms/rrd. > > Else, you should see errors in the