Re: [jffnms-users] Interface, Poller, Poller Groups?!?!

2005-09-14 Thread Craig Small
Hello Thomas, I've written most of the documentation. If you're having troubles then we can be pretty sure others will be having troubles too. As an added bonus I've built two CM networks so I understand what you're trying to do. > The question is, when a Discovery is ran it adds the interfaces

[jffnms-users] Interface, Poller, Poller Groups?!?!

2005-09-14 Thread Thomas Chadwell
Hi All... We are evaluating the use of JFFNMS, and so far we are extremely pleased with it.  We monitor CMTSes (Cable Modem Termination Systems) and we need to monitor items such as Signal to Noise, Total Number of Modems by Interface, Total Number of Registered Modems by Interface.  We know the

[jffnms-users] jffnms Can't connect to mysql DB under PHP4 using 3.x libmysql.dll

2005-09-14 Thread Citrix User
Hello, everyone. Since, my first jffnms installation did not work with PHP 5.0.5, I switched to using PHP4. Now I got an error saying it can't connect to mysql db. I checked the php server. it shows mysql as 3.x api which I believe it is ok for php 4. Has anyone had jffnms working on Windows XP,

[jffnms-users] DB(mysql): Could not connect to the Database

2005-09-14 Thread Gerard Gacusan
I got an error saying, DB(mysql): Could not connect to the Database. On setup.php, MySQL module is loaded and OK. Is the database working? "NO" --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Se

Re: [jffnms-users] defunct processes

2005-09-14 Thread Brad Hudson
It's hard to tell as I had to reboot the box in order to get it working properly again. I know that sendmail was not the first of the defunct processes. I do have triggers set, and I was receiving trigger email while these defunct processes existed. I do not have any gaps in the graphs for any s

RE: [jffnms-users] Network Discovery Question

2005-09-14 Thread Tim Carr
The problem that I ran into was that it would find all IP devices that were *not* running SNMP. It would find PC's, servers, etc., but if it answered an SNMP query, it would not register. Sounds like it is somewhat different. Thanks, Tim Carr Buchanan Associates -Original Message- From:

[jffnms-users] application not reporting memory use

2005-09-14 Thread Brad Hudson
I have an application that is not reporting memory use. I have used snmpwalk on the server and the application is reporting memory via snmp, but the graphs are not being populated in jffnms, they show no memory used at all. This process reports threads, approx 1100 of them. Could it be that ther

[jffnms-users] Fatal error: Only variables can be passed by reference in C:\jffnms\lib\api.events.inc.php on line 144

2005-09-14 Thread Citrix User
Hello, everyone. I encountered this problem: Fatal error with api.events.inc.php. I found another user posting the same issue. However, there is no solution for it. I'm using this instructions for Windows XP. http://www.jffnms.org/jffnms/INSTALL.win32.txt I have Apache 2, PHP 5.0.5 Please advi

Re: [jffnms-users] Network Discovery Question

2005-09-14 Thread Brian
Did your network discovery find devices that did not have SNMP enabled? Like my JetDirect has open ports, but I do not think SNMP is enabled. I just want to be sure I have a bug and not just something that is working as it should. Tim Carr wrote: Worth giving it a shot. Network discovery d

Re: [jffnms-users] Receiving SNMP Traps

2005-09-14 Thread Javier Szyszlican
The trap system in JFFNMS only works in Linux. Javier roel verver wrote: Hi, How can I receive SNMP traps in JJFNMS ? (I can receive traps with the AdventNet SNMP trap receiver, but I am not receiving anything in JJFNMS) I'm running JFFNMS 0.8.2 on Windows XP SP2 with PHP 5.0.5, MySQL Server

[jffnms-users] Re: FW: Database is not Working

2005-09-14 Thread Javier Szyszlican
Well, that is because you are pointing to the wrong path. If you are in the docs folder there no reason to put '< docs/' just put < jffnms- Javier Gerard Gacusan wrote: When I run the command line, an error occurred. [EMAIL PROTECTED] docs]# pwd /opt/jffnms/docs [EMAIL PROTECTED] docs]#

[jffnms-users] Re: FW: Database is not Working

2005-09-14 Thread Javier Szyszlican
Do you see any other errors like MySQL module not loaded? You can try a "select * from hosts" in MySQL to check if the data is really there or not. Javier Gerard Gacusan wrote: Yes it is the same box. Run with RH9. I locate the file, it's in this directory; /opt/jffnms/docs/jffnms-0.8.2.m

Re: [jffnms-users] Database is not Working

2005-09-14 Thread Javier Szyszlican
Is the server running on the same box as jffnms ? Are you sure you are on the correct folder to execute the "< docs/jffnms-0.8.2.mysql" thing? Javier Gerard Gacusan wrote: I did the following commands below but when I browse to http://192.168.28.6/jffnms/admin/setup.php, it indicates that th

[jffnms-users] Database is not Working

2005-09-14 Thread Gerard Gacusan
I did the following commands below but when I browse to http://192.168.28.6/jffnms/admin/setup.php, it indicates that the Database is not working or “NO”. Any help for this problem?     Mysql> mysql –u root mysql> CREATE DATABASE jffnms;mysql> GRANT ALL PRIVILEGES ON jffnms.* TO [EMAIL

Re: [jffnms-users] Network Discovery Question

2005-09-14 Thread Brian
I am running Slackware, but could it be the same issue perhaps? Tim Carr wrote: Are you running on Fedora? If so, Javier came up with a fix for me where any device running SNMP was not discovered (actually, it created the device with a 0.0.0.0 ip address). To fix it, he commented out this line

RE: [jffnms-users] Network Discovery Question

2005-09-14 Thread Tim Carr
Are you running on Fedora? If so, Javier came up with a fix for me where any device running SNMP was not discovered (actually, it created the device with a 0.0.0.0 ip address). To fix it, he commented out this line (number 207) in the autodiscovery_network.php file: //list(,$aux_ip) = explode ("

[jffnms-users] Network Discovery Question

2005-09-14 Thread Brian
Apologies if this is a silly question, but should jffnms go out and discover other hosts I have on my network and add the hosts and interfaces to jffnms? I've added my LAN zone as 192.168.100.0/24 and also the SNMP community name. I have allow private IPs checked and also network discovery en

[jffnms-users] Receiving SNMP Traps

2005-09-14 Thread roel verver
Hi, How can I receive SNMP traps in JJFNMS ? (I can receive traps with the AdventNet SNMP trap receiver, but I am not receiving anything in JJFNMS) I'm running JFFNMS 0.8.2 on Windows XP SP2 with PHP 5.0.5, MySQL Server 4.1, WinPCAP 3.1 and the Microsoft SNMP and SNMP Trap services. Thanks in adv

Re: [jffnms-users] MySQL slow queries causing slow performance on JFFNMS

2005-09-14 Thread Javier Szyszlican
Hi, You can modify that number of days from the setup.php screen. If it says -log means that its witting a binary log of any changes that can make it slower, please read the mysql manual on how to disable the binlog. Whats the Load on your server? do you have MySQL and JFFNMS running on the s

[jffnms-users] MySQL slow queries causing slow performance on JFFNMS

2005-09-14 Thread Christophoros Zonias
Hi guys,   I am using MySQL and the performance of JFFNMS it 's actually very slow. It takes long time to login, long time to watch the performance graphs, long long time to get the reports. I had a lot of slow queries especially on the events and alarm tables where it grew too much (ha

Re: [jffnms-users] jffnms,nagios, opennms, mrtg

2005-09-14 Thread Ruud Hop
The windows version also has Syslog processing, see the 'Windows Syslog Install Guide' included in the package. regards Ruud Javier wrote: Daniel, You should look at one of the demos or the screenshots on the jffnms webs= ite. If you plan to install JFFNMS in Linux, it will have all the featu