On Wed, 2005-05-04 at 11:13, Javier Szyszlican wrote: > You should check if your PHP is newer enogth to support the proc_open command > and the pcntl functions. >
# php --version PHP 4.3.10 (cgi) (built: Dec 21 2004 10:27:48) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with eAccelerator v0.9.2, Copyright (c) 2004-2005 eAccelerator, by eAccelerator > Those are the only differences between the old poller and new one. > > Javier > > Manoj Khabe wrote: > > This is what exctly happnes with me too. > > I ended up using poller.php not the poller2.php. > > If I run only poller2.php I did not get graphs. > > > > Thanks, > > Manoj. > > > > --- "Guillermo Salas M." <[EMAIL PROTECTED]> > > wrote: > > > >>Hi: > >> > >>Craig Small wrote: > >> > >>>On Tue, May 03, 2005 at 06:11:45PM -0500, > >> > >>Guillermo Salas M wrote: > >> > >>>>I�ve installed the version 0.8.1 . I�m using the > >> > >>poller2.php but the > >> > >>>>graphics are not displaying the green and blue > >> > >>zones (in traffic graphics). > >> > >>>>If I use the poller.php file, the server cpu load > >> > >>is incremented and the > >> > >>>>page displays slowly. > >>> > >>> > >>>There is definitely something going on to have a > >> > >>CPU load average of > >> > >>>100. How many hosts and interfaces do you have? > >> > >>Does the server > >> > >>>this sits on do other things? > >> > >>Only happens when I use poller.php. > >> > >>The server is running apache + php and ntpd. There > >>is another server in > >>the same network range that hosts the database, I > >>have a medium network > >>(?) of : > >> > >> Hosts : 85 > >> Interfaces : 355 > >> Maps : 13 > >> Customers : 58 > >> Users : 8 > >> Journals : 2 > >> > >> > >>>I'd say you have got some sort of blocking going > >> > >>on, JFFNMS is trying to > >> > >>>do something that just takes a long time or takes > >> > >>a while to time out. > >> > >>>You probably need to work out what processes are > >> > >>blocking by typing > >> > >>>ps -ef | grep php > >>>and seeing what hosts the pollers are sitting on. > >> > >>This is the out of the command 'ps -ef | grep php' > >>when I run > >>poller2.php, with poller.php I get the graphics as > >>well, but with > >>poller2.php only get the grid graphis and not the > >>green and blue areas: > >> > >>[EMAIL PROTECTED] root]# uptime > >> 01:35:42 up 59 min, 1 user, load average: 0.16, > >>0.20, 0.18 > >>[EMAIL PROTECTED] root]# ps -ef | grep php > >>nms 2088 2087 0 00:37 ? 00:00:00 > >>/bin/sh -c cd $JFFNMS && > >>$PHP -q poller2.php master $THREADS >/dev/null 2>&1 > >>nms 2089 2088 0 00:37 ? 00:00:11 > >>/usr/bin/php -q > >>poller2.php master 5 > >>nms 2097 2089 0 00:37 ? 00:00:07 > >>/usr/bin/php -q > >>poller2.php - 5 > >>nms 2301 2089 0 00:46 ? 00:00:11 > >>/usr/bin/php -q > >>poller2.php - 5 > >>nms 2427 2089 0 00:57 ? 00:00:09 > >>/usr/bin/php -q > >>poller2.php - 5 > >>nms 2695 2089 0 01:16 ? 00:00:04 > >>/usr/bin/php -q > >>poller2.php - 5 > >>nms 2713 2089 0 01:17 ? 00:00:01 > >>/usr/bin/php -q > >>poller2.php - 5 > >>nms 2891 2890 0 01:34 ? 00:00:00 > >>/bin/sh -c cd $JFFNMS && > >>$PHP -q consolidate.php >/dev/null 2>&1 > >>nms 2892 2891 0 01:34 ? 00:00:00 > >>/usr/bin/php -q > >>consolidate.php > >>nms 2897 2896 0 01:35 ? 00:00:00 > >>/bin/sh -c cd $JFFNMS && > >>$PHP -q consolidate.php >/dev/null 2>&1 > >>nms 2899 2897 0 01:35 ? 00:00:00 > >>/usr/bin/php -q > >>consolidate.php > >>root 2903 2851 0 01:35 pts/0 00:00:00 grep > >>php > >>[EMAIL PROTECTED] root]# > >> > >> > >> > >>> - Craig > >> > >> > >>-- > >>Guillermo Salas M. > >>Telconet S.A. Manta > >>Calle 15 y Av. 24 Esq. > >>Phone : 593 5 262 8071 > >>Mobile: 593 9 985 5138 > >>e-mail: [EMAIL PROTECTED] > >>www : http://www.telconet.net > >> http://www.telcocarrier.net > >> > >>Linux User: 255902 > >>Soporte en Linea en http://www.manta.telconet.net > >> > >>Please avoid sending me Word or PowerPoint > >>attachments. > >>See > >> > > > > http://www.fsf.org/philosophy/no-word-attachments.html > > > >> > >> > > ------------------------------------------------------- > > > >>This SF.Net email is sponsored by: NEC IT Guy Games. > >>Get your fingers limbered up and give it your best > >>shot. 4 great events, 4 > >>opportunities to win big! Highest score wins.NEC IT > >>Guy Games. Play to > >>win an NEC 61 plasma display. Visit > >>http://www.necitguy.com/?r > >>_______________________________________________ > >>jffnms-users mailing list > >>[email protected] > >> > > > > https://lists.sourceforge.net/lists/listinfo/jffnms-users > > > > > > Thanks, > > Manoj Khabe > > Softential Inc. > > Cell: 571-426-4200 > > Softential : 703-650-0001 ext 36 > > VITA : 804-371-5768 > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: NEC IT Guy Games. > > Get your fingers limbered up and give it your best shot. 4 great events, 4 > > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > > _______________________________________________ > > jffnms-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/jffnms-users -- Guillermo Salas M. Telconet S.A. Manta Calle 15 y Av. 24 Esq. Phone : 593 5 262 8071 Mobile: 593 9 985 5138 e-mail: [EMAIL PROTECTED] www : http://www.telconet.net http://www.telcocarrier.net Linux User: 255902 Soporte en Linea en http://www.manta.telconet.net Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
