Re: [jffnms-users] links in popup windows

2005-02-02 Thread Javier Szyszlican
Thanks for reporting it again, I'd never understood that this was in the Performance View. I'll try to fix it and send you a patch. Javier Eugene Turovsky wrote: Sorry. I'm wrong, it also don't work :(. I see problem (window have no frame and that is why top.work has no properties, but can't cha

Re: [jffnms-users] links in popup windows

2005-02-02 Thread Eugene Turovsky
Sorry. I'm wrong, it also don't work :(. I see problem (window have no frame and that is why top.work has no properties, but can't change ir_url() correctly. I install RC1 and still have this error: Performance view of map have javascript errors when it open in separate window and links not wor

Re: [jffnms-users] links in popup windows

2005-02-02 Thread Eugene Turovsky
I install RC1 and still have this error: Performance view of map have javascript errors when it open in separate window and links not work. I change htdocs/views/view_dynmap.js from (line 2-6): 2: function ir_url(url,url2){ 3:if (url!="") { 4:if (!top.work.events) window.open(url); 5:

Re: [jffnms-users] JFFNMS 0.8.0-rc1 Released

2005-02-02 Thread Javier Szyszlican
Hi Min, PHP is removing the \, you should try using double \\ in the web interface so it will taken as \. If that doesn't work, you can always edit it from the DB directly (syslog_types) table. You should use Regular Expressions if you need to do extrange matchings. Each message is processed by

RE: [jffnms-users] JFFNMS 0.8.0-rc1 Released

2005-02-02 Thread Min Qiu
Hi Javier, I'm trying (-pre3) the syslog rules and find out the web interface removing '\' automatically before it insert the rule into the database. Seems like user input string being eval-ed. Related questions. If I have replace patterns 1,2,3..., and I need to put 1,2 as a user and 3,4 as

[jffnms-users] JFFNMS 0.8.0-rc1 Released

2005-02-02 Thread Javier Szyszlican
Hi List, We're getting closer to 0.8.0 with this -rc1. This release fixes all the remaining bugs that have been reported. And I've finished all the remaining GUI changes. There has been no DB changes. I've added GPL notices to all files, if you have contributed and you see that you are not credi

RE: [jffnms-users] PHP error

2005-02-02 Thread Ed Humes
Using back slashes worked, thanks! When the setup.php page reloaded after applying the changes the field now shows "c:\\php\\php.exe" (that is NOT what I typed in). But after the change manually running the poller.bat file spawns multiple comand windows and populates the \rrd directory. In the api

Re: [jffnms-users] PHP error

2005-02-02 Thread Javier Szyszlican
Try changing it to \ slashes. If that doesn't work check the lib/api.inc.php file, generate_command_line function. Javier Ed Humes wrote: PHP Executable path is set to "c:/php/php.exe" and has the green "OK" flag next to it. There's no issue with using forward-slashes instead of back-slashes right

RE: [jffnms-users] PHP error

2005-02-02 Thread Ed Humes
PHP Executable path is set to "c:/php/php.exe" and has the green "OK" flag next to it. There's no issue with using forward-slashes instead of back-slashes right? Under the PHP Status section of setup.php all flags are green also, except for PostgreSQL module loaded. I know this version is pre-rele

Re: [jffnms-users] PHP error

2005-02-02 Thread Javier Szyszlican
Hi, It seems your PHP executable is "/php" that is wrong. Run setup.php and change it to c:\php\php.exe Javier Ed Humes wrote: I upgraded from 0.7.9 to 0.8.0-pre3 and something broke in my php configuration, but I have no idea what that was. Here's the results of manually running poller.bat and pol

[jffnms-users] CPU Util monitoring on Novell?

2005-02-02 Thread Jeff Schoby
Is there a module/interface for monitoring cpu utilization on Novell servers like there is for Unix/Linux? -- Jeff Schoby Unix/Network Admin City of Columbia, Missouri 573.874.6320 --- This SF.Net email is sponsored by: IntelliVIEW -- Intera

[jffnms-users] PHP error

2005-02-02 Thread Ed Humes
I upgraded from 0.7.9 to 0.8.0-pre3 and something broke in my php configuration, but I have no idea what that was. Here's the results of manually running poller.bat and poller.php: C:\jffnms\engine\windows\poller.bat Invalid switch - "/php". Invalid switch - "/php". Invalid switch - "/php". Invalid

Re: [jffnms-users] Max length of Comment in Send Mail action

2005-02-02 Thread Javier Szyszlican
Hi Jeff, We're not limiting the length of the comment field. But you may run into Apache POST size requirements. We pass what PHP gives us to the mail () function. If Apache is not letting you add the things you want, you can always updated it in the DB directly. You can also modify the action PH

[jffnms-users] Max length of Comment in Send Mail action

2005-02-02 Thread Jeff Schoby
What is the maximum length (in chars) that the Comment field can be in the Send Mail action? I'd like to be able to include instructions in the email that goes out as to how to restart/check applications/processes/interfaces for our other administrator in the email it sends out on particular trigg

Re: [jffnms-users] Flat rrd

2005-02-02 Thread Javier Szyszlican
Regarding the last error, it was a bug, I've fixed it already. Please download the current devel and replace the poller2.php file. Also you should run the poller2 as php -q poller2.php master N where N is the number of threads. Javier Min Qiu wrote: Javier, It was not this SQL, it is the db_update(

Re: [jffnms-users] Flat rrd

2005-02-02 Thread Javier Szyszlican
Hi Min, What PostgreSQL version do you have? I'm running dev-db/postgresql-7.4.6 and it works fine. Javier Min Qiu wrote: Tried to similate the sql in poller2.php select hosts.id, count(interfaces.id) as cant_interfaces from hosts, interfaces where hosts.id > 1 and hosts.poll=1 and inte

Re: [jffnms-users] no output from poller.php...no rrd being created

2005-02-02 Thread Javier Szyszlican
Hi Jason, Try: php -q poller.php 2 Are you sure php is the php binary? not php4, as Knoppix is Debian-based ? Javier Jason Humes wrote: Hi I've just installed jffnms 0.8 pre-3 on a Knoppix (debian) box and when I run setup.php everything shows OK, yet when I discover a host, no rrds ever get crea

[jffnms-users] no output from poller.php...no rrd being created

2005-02-02 Thread Jason Humes
Title: no output from poller.php...no rrd being created Hi I've just installed jffnms 0.8 pre-3 on a Knoppix (debian) box and when I run setup.php everything shows OK, yet when I discover a host, no rrds ever get created.  I've tried to run "php poller.php 2 8" which should manually poll the

Re: [jffnms-users] Graph creation

2005-02-02 Thread Javier Szyszlican
Hi Yann, This is a good idea, but JFFNMS already provides a way to do this. Try this: http://yourserver/view_performance.php?interface_id=&view_type=graph&user=admin&pass=admin Replace for an interface id and admin/admin for your user/pass, you can even create a user with empty password for this.

Re: [jffnms-users] Log interpretation

2005-02-02 Thread Javier Szyszlican
Hi Patrice, How's your box load ? How many hosts do you have? You will find the new poller in the 0.8.0-devel very useful. Thanks, Javier EXT / FOCAL ROGGEMAN Patrice wrote: Hi, I use jffnms 0.7.9 to monitor a LAN of about 1500 interfaces. The jffnms server (Xeon 2.8 GHz, 1 Go of RAM) seems to have

[jffnms-users] Graph creation

2005-02-02 Thread Yann Algayon
Hello Javier and thanks for your software. We use JFFNMS to monitor networks and we want to create graphs that show the state of the network for our clients. The idea is to create a png image regenerated every x minutes like the following map : http://support.free.fr/reseau/carte_reseau.html We w

[jffnms-users] Log interpretation

2005-02-02 Thread EXT / FOCAL ROGGEMAN Patrice
Hi, I use jffnms 0.7.9 to monitor a LAN of about 1500 interfaces. The jffnms server (Xeon 2.8 GHz, 1 Go of RAM) seems to have some performance problem. Could you please explain to me how to interprete the poller log ? Thanks for your work, Regards, Patrice --