Re: [jffnms-users] New 0.8.1 Install problems

2005-03-15 Thread Henry Dziewa
Thanks ! It looks like there were two globals statements in the php.ini one negating another and I must have missed it...oops, well, at least now it's up and working. I'm sure I'll have more questions as the learning curve continues, but that will be for another road block :-) Thanks everyone fo

Re: [jffnms-users] SNMPTrapd Broken Pipe (solution)

2005-03-15 Thread ytannus
Did you check execution permissions in .sh file? A way to check if is working fine you can open a console window (as root) and run snmptrapd server in foreground : snmptrapd -f -Le -d In other console send a trap: snmptrap -v 1 -c 127.0.0.1 "" "" 0 0 "' If server still runs

RE: [jffnms-users] No data being captured

2005-03-15 Thread Dimitri Yioulos
Running "php -q poller.php " returns only "Reachable" data for a short time, then the poller appears to die. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Szyszlican Sent: Tuesday, March 15, 2005 2:48 PM Cc: jffnms-users@lists.sourceforge.net Sub

Re: [jffnms-users] Missing interfaces?

2005-03-15 Thread Javier Szyszlican
Hi Dan, It all depends on how is that handled in the HP boxes, if they used the Standard IF-MIB then they should show up. Javier Jones, Dan wrote: I have successfully installed 0.8.1 on a w2k server and have several hosts configured. Two of the hosts are HP ProCurve 4108gl switches. The only

[jffnms-users] Missing interfaces?

2005-03-15 Thread Jones, Dan
I have successfully installed 0.8.1 on a w2k server and have several hosts configured. Two of the hosts are HP ProCurve 4108gl switches. The only interfaces that are showing up are the Default VLANs. Any way to get the rest of the ports and trunks to show up? Thanks, Dan -

Re: [jffnms-users] No data being captured

2005-03-15 Thread Javier Szyszlican
Hi Dimitri, Remove the extension=rrdtool.so from your php.ini And are you sure you have the "rrdtool" binary ok in your setup.php ? Javier Dimitri Yioulos wrote: (I hope this isn't double-posted) I'm running the poller manually, and here's what I get as output: PHP Warning: Unknown(): Invalid libr

RE: [jffnms-users] No data being captured

2005-03-15 Thread Dimitri Yioulos
(I hope this isn't double-posted) I'm running the poller manually, and here's what I get as output: PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'rrdtool.so' in Unknown on line 0 15:40:22 : H 4 : Poller Start : 64 Items. 15:40:22 : H 4 : I 32 : P 1 : reachabilit

[jffnms-users] SNMPTrapd Broken Pipe (solution)

2005-03-15 Thread ytannus
Hi all, I don't know if snmptrapd issue is already fixed, but here you have a solution: The problem: = Few days ago I'd installed JFFNMS v0.8.1 (for *nix) with SNMPTrap support (Net-SNMP v5.1.2). Unfortunately whenever snmptrapd received a trap it goes down with a message "Broken Pipe

Re: [jffnms-users] Host PHP Errors

2005-03-15 Thread johan
Josh, Check if columbus.png exists in jffnms/htdocs/images/ -directoy and verify if the rights are correct Greetings, Johan On Tue, 2005-03-15 at 14:56 -0500, Josh Simpson wrote: > When I open the hosts and events page along with others right above the > events I recieve the following error: >

[jffnms-users] Host PHP Errors

2005-03-15 Thread Josh Simpson
When I open the hosts and events page along with others right above the events I recieve the following error: Warning: getimagesize(C:/jffnms/htdocs/images/columbus.png): failed to open stream: No such file or directory in C:\jffnms\lib\gui.toolkit.inc.php on line 177 This spams several lines

Re: [jffnms-users] No data being captured

2005-03-15 Thread Javier Szyszlican
You should show us what happens when you run that command? If nothing happens then is a problem. Try running it as php -q poller.php Replace that with you Host ID field like 2. Check that you host has the "Polling" field enabled. Javier Dimitri Yioulos wrote: Javier, I just tried running the cron

RE: [jffnms-users] No data being captured

2005-03-15 Thread Dimitri Yioulos
Javier, I just tried running the cron job manually, as described. Still no joy :-( I know you're busy, but please don't give up on me... I'd really like to get this working. Any other ideas? Dimitri If everything else is correct, you may want to try running the cronjob manually. Like: cd

Re: [jffnms-users] No data being captured

2005-03-15 Thread Javier Szyszlican
If everything else is correct, you may want to try running the cronjob manually. Like: cd /opt/jffnms/engine/ php -q poller.php And see what happens. Javier Dimitri Yioulos wrote: Hi, Javier. The graphs appear. They just have no data in them. There are files in rrd (e.g. interface-26-0.rrd, etc.).

RE: [jffnms-users] Email Notification

2005-03-15 Thread Kelly Hamlin
If this is on a UNIX based machine try tailing the mail log for more information.. [EMAIL PROTECTED] tail –f /var/log/maillog or if the above doesn’t work, [EMAIL PROTECTED] tail –f /var/log/messages   and watch that as an even trigger occurs.   From: [EMAIL PROTECTED] [mailt

[jffnms-users] Email Notification

2005-03-15 Thread Chad Guiney
I have 0.8.1 installed and working OK but I am having trouble with getting email notifications when a port goes down or after an SLA alert shows up in the event page. I have edited the rules in the triggers configuration to send an email from a working email address. I was wondering where e

RE: [jffnms-users] No data being captured

2005-03-15 Thread Dimitri Yioulos
Hi, Javier. The graphs appear. They just have no data in them. There are files in rrd (e.g. interface-26-0.rrd, etc.). Jffnms has read/write permissions on all the files. Finally, the cron jobs are running. I must be very close to making this go, but ... Dimitri Hi Dimitri, What is "empt

Re: [jffnms-users] No data being captured

2005-03-15 Thread Javier Szyszlican
Hi Dimitri, What is "empty" the graph with no data? o no graph at all? Do you have files in rrd/? Check the files permissions? is the apache or jffnms user allowed to write them? Are the cronjobs running? (specially the poller one) check your /var/log/cron file. Javier Dimitri Yioulos wrote: Hello

[jffnms-users] No data being captured

2005-03-15 Thread Dimitri Yioulos
Hello to all.   I’ve just installed JFFNMS 1.8 on a RHEL AS 3 box.  Everything regarding the install seems to have gone fine.  I am able to access the program via a browser, and auto-discovery seems to work for the hosts I create.  The problem is that no data are returned – the graphs are

Re: [jffnms-users] The importance of indexes

2005-03-15 Thread Chris Hammond
Hi Craig, I am learning alot about databases here but can you point to any documentation or give some pointers on where one would start to verify this? I have no idea where to even start to see if I am missing any indexes. Thanks Chris Craig Small wrote: Hello, If you are running a large JFFNM