The output looks ok, so it may be a launching problem. Try:
# php poller2 master 1 And send us the output, but it will never end, so let it run for a minute or so and then kill it. To check for any module do: # php -i | grep -i pcntl Javier Chris Hammond wrote: > The output of poller2 is attached. > > I am using CentOS (RHEL) 4 with php 5. What is the easiest way to verify > pcntl is there? > > Thanks > Chris > >>>> Javier Szyszlican <[EMAIL PROTECTED]> 05/22/06 6:48 pm >>> > I will need the output of the poller for a specific host to see what happens. > # php poller2.php <host_id> > > Also your php may not have the pcntl extension we use for the poller2. > > Javier > > Chris Hammond wrote: >> Thanks for the reply Javier, however the graphs were still not showing any >> data. I have reverted back to the old poller >> but would really like to get this working. I can put the new poller in >> place but where should I look once that is done to >> see what is going on with the graphs? >> >> Thanks >> Chris >> >>>>> Javier Szyszlican <[EMAIL PROTECTED]> 05/21/06 6:07 pm >>> >> Thats show it should end. >> >> Chris Hammond wrote: >>> Hey Javier, how should it end? I removed php4 from my CentOS 4.3 box and >>> installed >>> php5 and ran the poller and it ended with this; lots cut out of course >>> before this. >>> >>> 14:00:05 : H : I 2078 : P LPD : last_poll_date(): 1146765605 - > >>> db(last_poll_date): 1 (time P: 0.02 | B: 3.55) >>> 14:00:05 : H : I 15959 : P LPD : last_poll_date(): 1146765605 - > >>> db(last_poll_date): 1 (time P: 0.02 | B: 3.77) >>> 14:00:05 : H : I 2230 : P LPD : last_poll_date(): 1146765594 - > >>> db(last_poll_date): 1 (time P: 0.02 | B: 3.01) >>> 14:00:05 : H 2 : Poller End, Total Time: 26002 msec. >>> >>> Thanks >>> Chris >>> >>>>>> Javier Szyszlican <[EMAIL PROTECTED]> 05/02/06 3:22 pm >>> >>> It finished there? >>> >>> It should have ended differently. >>> >>> Anyway, you should check if your php- cli is complied with the pcntl and >>> posix >>> modiules we use that for the poller2 master. >>> >>> Javier >>> >>> Leigh Porter wrote: >>>> Hiya Javier, everybody, >>>> Javier Szyszlican wrote: >>>> >>>>> It does not seem to be working. >>>>> >>>>> Try running gthe poller2 as >>>>> >>>>> # php poller2.php <host_id> >>>>> >>>> Thanks, it looks like it does something when run from the cmd line as >>>> user jffnms which is what the cron job runs as. This is what the cron >>>> entry is: >>>> >>>> # New Poller for big Networks >>>> #*/5 * * * * cd $JFFNMS && $PHP - q poller2.php master $THREADS >>>> >>/tmp/polled.log 2>&1 >>>> >>>> And here is the output of the # php poller2.php <host_id> command >>>> >>>> jffnms:~ # su jffnms >>>> cd /opt/jffnms >>>> [EMAIL PROTECTED]:/root> cd /opt/jffnms >>>> [EMAIL PROTECTED]:~> cd engine >>>> [EMAIL PROTECTED]:~/engine> ls >>>> actions discovery satellite tmpwatch.sh~ >>>> analyzers graphs satellite_distribution.php tools >>>> autodiscovery_interfaces.php handlers shared trap_receiver.php >>>> autodiscovery_network.php launcher.inc.php temp trap_receiver.sh >>>> backends poller.php tftp_get_host_config.php trap_receivers >>>> cleanup_raw_tables.php poller2.php ticket windows >>>> configs poller_helper.php tmptest.sh >>>> consolidate pollers tmptest.sh~ >>>> consolidate.php rrd_analizer.php tmpwatch.sh >>>> [EMAIL PROTECTED]:~/engine> ./poller2 >>>> [EMAIL PROTECTED]:~/engine> php poller2.php 2 >>>> 15:23:07 : H 2 : Poller Start : 263 Items. >>>> 15:23:07 : H 2 : I 3 : P 1 : reachability_start:ping(): 4457795b341e5 - >>>> > >>>> buffer(): 1 (time P: 17. >>>> 43 | B: 0.15) >>>> 15:23:11 : H 2 : I 21 : P 5 : bgp_peer_status(213...185): up - > >>>> alarm(6,,180): Nothing was done (t >>>> ime P: 4322.84 | B: 1.62) >>>> 15:23:22 : H 2 : I 22 : P 5 : bgp_peer_status(81.9..3.3): up - > >>>> alarm(6,,180): Nothing was done (t >>>> ime P: 11354.33 | B: 1.27) >>>> 15:23:24 : H 2 : I 23 : P 5 : bgp_peer_status(81.9..3.4): up - > >>>> alarm(6,,180): Nothing was done (t >>>> ime P: 1246.22 | B: 1.35) >>>> 15:23:24 : H 2 : I 765 : P 5 : bgp_peer_status(32.1..176): down - > >>>> alarm(6,,180): Nothing was done >>>> (time P: 385.15 | B: 1.31) >>>> 15:23:24 : H 2 : I 766 : P 5 : bgp_peer_status(32.1.80.0): up - > >>>> alarm(6,,180): Nothing was done (t ime P: 439.6 | B: 1.35) >>>> 15:23:27 : H 2 : I 2 : P 10 : tcp_status,tcp_content,conn_delay(): >>>> open|?|0.00115 - > multi_buffer( ): 4 (time P: 3003.11 | B: 0.11) >>>> 15:23:28 : H 2 : I 4 : P 10 : verify_interface_number(): 1 - > >>>> verify_interface_number(): interface number not changed (time P: 621.83 >>>> | B: 1.64) >>>> 15:23:29 : H 2 : I 5 : P 10 : verify_interface_number(): 2 - > >>>> verify_interface_number(): interface number not changed (time P: 922.52 >>>> | B: 1.27) >>>> 15:23:29 : H 2 : I 6 : P 10 : verify_interface_number(): 3 - > >>>> verify_interface_number(): interface number not changed (time P: 0.08 | >>>> B: 1.5) >>>> 15:23:29 : H 2 : I 7 : P 10 : verify_interface_number(): 4 - > >>>> verify_interface_number(): interface number not changed (time P: 0.1 | >>>> B: 1.56) >>>> 15:23:29 : H 2 : I 8 : P 10 : verify_interface_number(): 5 - > >>>> verify_interface_number(): interface number not changed (time P: 0.08 | >>>> B: 1.64) >>>> 15:23:29 : H 2 : I 9 : P 10 : verify_interface_number(): 10 - > >>>> verify_interface_number(): interfac enumber not changed (time P: 68.61 | >>>> B: 1.3) >>>> 15:23:30 : H 2 : I 10 : P 10 : verify_interface_number(): 12 - > >>>> verify_interface_number(): interfac enumber not changed (time P: 588.22 >>>> | B: 1.39) >>>> 15:23:30 : H 2 : I 11 : P 10 : verify_interface_number(): 14 - > >>>> verify_interface_number(): interfac enumber not changed (time P: 377.47 >>>> | B: 1.29) >>>> 15:23:30 : H 2 : I 12 : P 10 : verify_interface_number(): 11 - > >>>> verify_interface_number(): interfac enumber not changed (time P: 71.8 | >>>> B: 1.63) >>>> 15:23:31 : H 2 : I 17 : P 10 : cisco_temperature_status(3.1.6): up - > >>>> alarm(26): Nothing was done ( time P: 785.57 | B: 2.36) >>>> 15:23:31 : H 2 : I 18 : P 10 : cisco_temperature_status(3.1.6): up - > >>>> alarm(26): Nothing was done ( time P: 0.07 | B: 1.51) >>>> 15:23:31 : H 2 : I 19 : P 10 : snmp_counter:cpu(.1.3..5.1): 14 - > >>>> buffer(): 5 (time P: 128.8 | B: 0 .12) >>>> 15:23:32 : H 2 : I 21 : P 10 : bgpin(.1.3..185): 7900990 - > rrd(): >>>> bgpin:7900990 (time P: 537.56 | B: 20.41) >>>> 15:23:32 : H 2 : I 22 : P 10 : bgpin(.1.3..3.3): 1104414 - > rrd(): >>>> bgpin:1104414 (time P: 194.81 | B: 10.84) >>>> 15:23:32 : H 2 : I 23 : P 10 : bgpin(.1.3..3.4): 1239492 - > rrd(): >>>> bgpin:1239492 (time P: 67.99 | B : 9.96) >>>> 15:23:32 : H 2 : I 765 : P 10 : bgpin(.1.3..176): 0 - > rrd(): bgpin:0 >>>> (time P: 182.52 | B: 18.61) >>>> 15:23:32 : H 2 : I 766 : P 10 : bgpin(.1.3..0.0): 179853 - > rrd(): >>>> bgpin:179853 (time P: 79.84 | B: 11.89) >>>> 15:23:34 : H 2 : I 1293 : P 10 : cisco_nat_other_ip_outbound(.1.3..3.1): >>>> - > rrd(): (time P: 1310.58 | B: 4.83) >>>> Error #486: Your port specifications are illegal. Example of proper >>>> form: "- 100,200- 1024,3000- 4000,60000- " >>>> QUITTING! >>>> 15:23:34 : H 2 : I 2955 : P 10 : udp_status,conn_delay(): | - > >>>> multi_buffer(): 5 (time P: 154.91 | B: 0.12) >>>> 15:23:34 : H 2 : I 2 : P 15 : tcp_status,tcp_content(): open|? - > >>>> alarm(22): Nothing was done (time P: 0.1 | B: 1.48) >>>> 15:23:34 : H 2 : I 4 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 6 >>>> (time >>>> P: 0.82 | B: 0.14) >>>> 15:23:34 : H 2 : I 5 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 7 >>>> (time >>>> P: 0.79 | B: 0.13) >>>> 15:23:34 : H 2 : I 6 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 8 >>>> (time >>>> P: 0.87 | B: 0.13) >>>> 15:23:34 : H 2 : I 7 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 9 >>>> (time >>>> P: 0.86 | B: 0.13) >>>> 15:23:34 : H 2 : I 8 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 10 >>>> (time >>>> P: 0.81 | B: 0.12) >>>> 15:23:34 : H 2 : I 9 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 11 >>>> (time >>>> P: 0.73 | B: 0.12) >>>> 15:23:34 : H 2 : I 10 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 12 >>>> (time >>>> P: 0.74 | B: 0.13) >>>> 15:23:34 : H 2 : I 11 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 13 >>>> (time >>>> P: 0.7 | B: 0.13) >>>> 15:23:34 : H 2 : I 12 : P 15 : >>>> cisco_snmp_ping_start:cisco_snmp_ping_start(): - 1 - > buffer(): 14 >>>> (time >>>> P: 0.66 | B: 0.12) >>>> 15:23:34 : H 2 : I 19 : P 15 : snmp_counter:tcp_established(.1.3..9.0): >>>> 4 - > buffer(): 15 (time P: 400.79 | B: 0.16) >>>> 15:23:35 : H 2 : I 1293 : P 15 : cisco_nat_other_ip_inbound(.1.3..2.1): >>>> - > rrd(): (time P: 484.51 | B: 6.02) >>>> 15:23:35 : H 2 : I 4 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 354.36 | B: 1.83) >>>> 15:23:35 : H 2 : I 5 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 510.29 | B: 1.77) >>>> 15:23:36 : H 2 : I 6 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 829.64 | B: 1.69) >>>> 15:23:37 : H 2 : I 7 : P 16 : interface_oper_status(8): - > >>>> alarm(3,,180): Nothing was done (time P: 831.72 | B: 1.65) >>>> 15:23:37 : H 2 : I 8 : P 16 : interface_oper_status(8): - > >>>> alarm(3,,180): Nothing was done (time P: 173.7 | B: 1.35) >>>> 15:23:37 : H 2 : I 9 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 150.57 | B: 1.38) >>>> 15:23:38 : H 2 : I 10 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 571.57 | B: 1.57) >>>> 15:23:39 : H 2 : I 11 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 463.14 | B: 1.39) >>>> 15:23:39 : H 2 : I 12 : P 16 : interface_oper_status(8): up - > >>>> alarm(3,,180): Nothing was done (time P: 166.15 | B: 1.74) >>>> 15:23:39 : H 2 : I 4 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 786.89 | B: 0.1) >>>> 15:23:40 : H 2 : I 5 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 214 | B: 0.12) >>>> 15:23:40 : H 2 : I 6 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 468.52 | B: 0.1) >>>> 15:23:41 : H 2 : I 7 : P 17 : interface_admin_status(7): - > >>>> db(show_rootmap,down=2|up=1,0): - 1 (time P: 443.32 | B: 0.09) >>>> 15:23:41 : H 2 : I 8 : P 17 : interface_admin_status(7): - > >>>> db(show_rootmap,down=2|up=1,0): - 1 (time P: 316.81 | B: 0.09) >>>> 15:23:41 : H 2 : I 9 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 89.82 | B: 0.1) >>>> 15:23:42 : H 2 : I 10 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 668.7 | B: 0.1) >>>> 15:23:42 : H 2 : I 11 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 433.1 | B: 0.1) >>>> 15:23:43 : H 2 : I 12 : P 17 : interface_admin_status(7): up - > >>>> db(show_rootmap,down=2|up=1,0): 0 (time P: 701.75 | B: 0.12) >>>> 15:23:43 : H 2 : I 2 : P 20 : tcp_connection_number:tcp_conn_number(): 0 >>>> - > buffer(): 16 (time P: 265.43 | B: 0.15) >>>> 15:23:43 : H 2 : I 4 : P 20 : snmp_counter:input(.1.3..6.1): >>>> 142126074754257 - > buffer(): 17 (time P: 166.94 | B: 0.21) >>>> 15:23:44 : H 2 : I 5 : P 20 : snmp_counter:input(.1.3..6.2): >>>> 55085669902750 - > buffer(): 18 (time P: 606.27 | B: 0.17) >>>> 15:23:45 : H 2 : I 6 : P 20 : snmp_counter:input(.1.3..6.3): >>>> 4707819811597 - > buffer(): 19 (time P: 672.13 | B: 0.15) >>>> 15:23:45 : H 2 : I 7 : P 20 : snmp_counter:input(.1.3..6.4): - > >>>> buffer(): 20 (time P: 878.79 | B: 0.17) >>>> 15:23:48 : H 2 : I 8 : P 20 : snmp_counter:input(.1.3..6.5): - > >>>> buffer(): 21 (time P: 2545.2 | B: 0.16) >>>> 15:23:49 : H 2 : I 9 : P 20 : snmp_counter:input(.1.3...10): 4365020164 >>>> - > buffer(): 22 (time P: 599.29 | B: 0.15) >>>> 15:23:49 : H 2 : I 10 : P 20 : snmp_counter:input(.1.3...12): >>>> 4648155828786 - > buffer(): 23 (time P: 819.07 | B: 0.16) >>>> 15:23:50 : H 2 : I 11 : P 20 : snmp_counter:input(.1.3...14): 7074892 - >>>> > >>>> buffer(): 24 (time P: 850.43 | B: 0.17) >>>> 15:23:51 : H 2 : I 12 : P 20 : snmp_counter:input(.1.3...11): >>>> 5394861427841 - > buffer(): 25 (time P: 569.07 | B: 0.2) >>>> 15:23:51 : H 2 : I 13 : P 20 : cisco_voltage_status(2.1.7): up - > >>>> alarm(26): Nothing was done (time P: 446.16 | B: 1.45) >>>> 15:23:51 : H 2 : I 14 : P 20 : cisco_voltage_status(2.1.7): up - > >>>> alarm(26): Nothing was done (time P: 0.07 | B: 1.51) >>>> 15:23:51 : H 2 : I 15 : P 20 : cisco_voltage_status(2.1.7): up - > >>>> alarm(26): Nothing was done (time P: 0.07 | B: 1.28) >>>> 15:23:51 : H 2 : I 16 : P 20 : cisco_voltage_status(2.1.7): up - > >>>> alarm(26): Nothing was done (time P: 0.08 | B: 1.44) >>>> 15:23:51 : H 2 : I 17 : P 20 : snmp_counter:temperature(.1.3..3.1): 26 >>>> - > buffer(): 26 (time P: 75.36 | B: 0.14) >>>> >>>> >>>> >>>> >>>>> Javier >>>>> >>>>> Leigh Porter wrote: >>>>> >>>>>> Hiya all, >>>>>> >>>>>> I am trying to get the threaded poller to work on my box. When I >>>>>> replace the old poller with the new threaded poller, JFFNMS then does >>>>>> not log any data. I have logged the output of the threaded poller, it >>>>>> looks as though it does stuff: >>>>>> >>>>>> 11:20:40 Launcher Starting. Parameters: childs: 5, Timeout: 180, item >>>>>> Retries: 2, Rest Time: 3 secs, Read Timeout: 3, Child Hearbeat every >>>>>> 5 secs. >>>>>> 11:20:43 STATUS Remaining/Pending/Done/Bad=Total items: 0/0/0/0=0, >>>>>> Childs: 0:, Time 3 >>>>>> 11:20:43 ITEMS Added 20 items >>>>>> 11:20:47 START Started child with PID 20705 >>>>>> 11:20:48 START Started child with PID 20774 >>>>>> 11:20:50 START Started child with PID 20818 >>>>>> 11:20:51 START Started child with PID 20887 >>>>>> 11:20:53 START Started child with PID 20902 >>>>>> 11:20:53 STATUS Remaining/Pending/Done/Bad=Total items: 20/0/0/0=20, >>>>>> Childs: 5:RRRRR, Time 13 >>>>>> 11:20:56 WORK Child 20705 was ready, putting it to work on item 6, >>>>>> Try: 1 >>>>>> 11:20:56 WORK Child 20774 was ready, putting it to work on item 3, >>>>>> Try: 1 >>>>>> 11:20:56 WORK Child 20818 was ready, putting it to work on item 46, >>>>>> Try: 1 >>>>>> 11:20:56 WORK Child 20887 was ready, putting it to work on item 18, >>>>>> Try: 1 >>>>>> 11:20:56 WORK Child 20902 was ready, putting it to work on item 20, >>>>>> Try: 1 >>>>>> 11:20:56 STATUS Remaining/Pending/Done/Bad=Total items: 15/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 16 >>>>>> 11:20:59 STATUS Remaining/Pending/Done/Bad=Total items: 15/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 19 >>>>>> 11:21:02 STATUS Remaining/Pending/Done/Bad=Total items: 15/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 22 >>>>>> 11:21:04 STATUS Remaining/Pending/Done/Bad=Total items: 15/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 24 >>>>>> 11:21:04 ITEMS Added 23 items >>>>>> 11:21:06 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 26 >>>>>> 11:21:08 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 28 >>>>>> 11:21:10 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 30 >>>>>> 11:21:12 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 32 >>>>>> 11:21:14 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 34 >>>>>> 11:21:16 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 36 >>>>>> 11:21:18 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 38 >>>>>> 11:21:20 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 40 >>>>>> 11:21:22 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 42 >>>>>> 11:21:24 STATUS Remaining/Pending/Done/Bad=Total items: 24/5/0/0=23, >>>>>> Childs: 5:WWWWW, Time 44 >>>>>> 11:21:25 ITEMS Added 29 items >>>>>> 11:21:26 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 46 >>>>>> 11:21:28 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 48 >>>>>> 11:21:30 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 50 >>>>>> 11:21:32 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 52 >>>>>> 11:21:34 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 54 >>>>>> 11:21:36 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 56 >>>>>> 11:21:38 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 58 >>>>>> 11:21:40 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 60 >>>>>> 11:21:42 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 62 >>>>>> 11:21:44 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 64 >>>>>> 11:21:46 STATUS Remaining/Pending/Done/Bad=Total items: 31/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 66 >>>>>> 11:21:46 ITEMS Added 36 items >>>>>> 11:21:48 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 68 >>>>>> 11:21:50 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 70 >>>>>> 11:21:52 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 72 >>>>>> 11:21:54 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 74 >>>>>> 11:21:56 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 76 >>>>>> 11:21:58 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 78 >>>>>> 11:22:00 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 80 >>>>>> 11:22:02 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 82 >>>>>> 11:22:04 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 84 >>>>>> 11:22:06 STATUS Remaining/Pending/Done/Bad=Total items: 38/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 86 >>>>>> 11:22:07 ITEMS Added 36 items >>>>>> 11:22:08 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 88 >>>>>> 11:22:10 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 90 >>>>>> 11:22:12 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 92 >>>>>> 11:22:14 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 94 >>>>>> 11:22:16 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 96 >>>>>> 11:22:18 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 98 >>>>>> 11:22:20 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 100 >>>>>> 11:22:22 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 102 >>>>>> 11:22:24 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 104 >>>>>> 11:22:26 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 106 >>>>>> 11:22:28 STATUS Remaining/Pending/Done/Bad=Total items: 46/5/0/0=36, >>>>>> Childs: 5:WWWWW, Time 108 >>>>>> 11:22:28 ITEMS Added 33 items >>>>>> 11:22:30 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 110 >>>>>> 11:22:32 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 112 >>>>>> 11:22:34 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 114 >>>>>> 11:22:36 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 116 >>>>>> 11:22:38 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 118 >>>>>> 11:22:40 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 120 >>>>>> 11:22:42 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 122 >>>>>> 11:22:44 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 124 >>>>>> 11:22:46 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 126 >>>>>> 11:22:48 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=33, >>>>>> Childs: 5:WWWWW, Time 128 >>>>>> 11:22:49 ITEMS Added 29 items >>>>>> 11:22:50 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 130 >>>>>> 11:22:52 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 132 >>>>>> 11:22:54 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 134 >>>>>> 11:22:56 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 136 >>>>>> 11:22:58 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 138 >>>>>> 11:23:00 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 140 >>>>>> 11:23:02 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 142 >>>>>> 11:23:04 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 144 >>>>>> 11:23:06 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 146 >>>>>> 11:23:08 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 148 >>>>>> 11:23:10 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=29, >>>>>> Childs: 5:WWWWW, Time 150 >>>>>> 11:23:10 ITEMS Added 20 items >>>>>> 11:23:12 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 152 >>>>>> 11:23:14 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 154 >>>>>> 11:23:16 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 156 >>>>>> 11:23:18 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 158 >>>>>> 11:23:20 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 160 >>>>>> 11:23:22 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 162 >>>>>> 11:23:24 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 164 >>>>>> 11:23:26 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 166 >>>>>> 11:23:28 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 168 >>>>>> 11:23:30 STATUS Remaining/Pending/Done/Bad=Total items: 48/5/0/0=20, >>>>>> Childs: 5:WWWWW, Time 170 >>>>>> 11:23:31 ITEMS Added 17 items >>>>>> 11:23:32 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 172 >>>>>> 11:23:34 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 174 >>>>>> 11:23:36 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 176 >>>>>> 11:23:38 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 178 >>>>>> 11:23:40 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 180 >>>>>> 11:23:42 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 182 >>>>>> 11:23:44 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 184 >>>>>> 11:23:46 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 186 >>>>>> 11:23:48 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 188 >>>>>> 11:23:50 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 190 >>>>>> 11:23:52 STATUS Remaining/Pending/Done/Bad=Total items: 51/5/0/0=17, >>>>>> Childs: 5:WWWWW, Time 192 >>>>>> 11:23:52 ITEMS Added 15 items >>>>>> 11:23:54 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 194 >>>>>> 11:23:56 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 196 >>>>>> 11:23:58 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 198 >>>>>> 11:24:00 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 200 >>>>>> 11:24:02 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 202 >>>>>> 11:24:04 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 204 >>>>>> 11:24:06 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 206 >>>>>> 11:24:08 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 208 >>>>>> 11:24:10 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 210 >>>>>> 11:24:12 STATUS Remaining/Pending/Done/Bad=Total items: 52/5/0/0=15, >>>>>> Childs: 5:WWWWW, Time 212 >>>>>> 11:24:13 ITEMS Added 16 items >>>>>> 11:24:14 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 214 >>>>>> 11:24:16 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 216 >>>>>> 11:24:18 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 218 >>>>>> 11:24:20 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 220 >>>>>> 11:24:24 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 224 >>>>>> 11:24:27 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 227 >>>>>> 11:24:30 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 230 >>>>>> 11:24:33 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 233 >>>>>> 11:24:36 STATUS Remaining/Pending/Done/Bad=Total items: 54/5/0/0=16, >>>>>> Childs: 5:WWWWW, Time 236 >>>>>> 11:24:36 ITEMS Added 14 items >>>>>> 11:24:39 STATUS Remaining/Pending/Done/Bad=Total items: 55/5/0/0=14, >>>>>> Childs: 5:WWWWW, Time 239 >>>>>> 11:24:42 STATUS Remaining/Pending/Done/Bad=Total items: 55/5/0/0=14, >>>>>> Childs: 5:WWWWW, Time 242 >>>>>> 11:24:45 STATUS Remaining/Pending/Done/Bad=Total items: 55/5/0/0=14, >>>>>> Childs: 5:WWWWW, Time 245 >>>>>> 11:24:48 STATUS Remaining/Pending/Done/Bad=Total items: 55/5/0/0=14, >>>>>> Childs: 5:WWWWW, Time 248 >>>>>> 11:24:50 STATUS Remaining/Pending/Done/Bad=Total items: 55/5/0/0=14, >>>>>> Childs: 5:WWWWW, Time 250 >>>>>> 11:24:50 Poller 20902 finished working on host 20 in 00:03:54, Items >>>>>> 532/532. >>>>>> 11:24:53 STATUS Remaining/Pending/Done/Bad=Total items: 55/4/1/0=14, >>>>>> Childs: 5:WWWWI, Time 253 >>>>>> 11:24:53 Poller 20887 finished working on host 18 in 00:03:57, Items >>>>>> 532/532. >>>>>> 11:24:56 STATUS Remaining/Pending/Done/Bad=Total items: 55/3/2/0=14, >>>>>> Childs: 5:WWWII, Time 256 >>>>>> 11:24:59 WORK Child 20902 was ready, putting it to work on item 33, >>>>>> Try: 1 >>>>>> 11:24:59 STATUS Remaining/Pending/Done/Bad=Total items: 54/4/2/0=14, >>>>>> Childs: 5:WWWIW, Time 259 >>>>>> 11:24:59 ITEMS Added 14 items >>>>>> 11:24:59 WORK Child 20887 was ready, putting it to work on item 26, >>>>>> Try: 1 >>>>>> 11:25:00 Poller 20818 finished working on host 46 in 00:04:04, Items >>>>>> 532/532. >>>>>> 11:25:01 STATUS Remaining/Pending/Done/Bad=Total items: 54/4/3/0=14, >>>>>> Childs: 5:WWIWW, Time 261 >>>>>> 11:25:03 STATUS Remaining/Pending/Done/Bad=Total items: 54/4/3/0=14, >>>>>> Childs: 5:WWIWW, Time 263 >>>>>> 11:25:04 WORK Child 20818 was ready, putting it to work on item 28, >>>>>> Try: 1 >>>>>> 11:25:05 STATUS Remaining/Pending/Done/Bad=Total items: 53/5/3/0=14, >>>>>> Childs: 5:WWWWW, Time 265 >>>>>> >>>>>> >>>>>> Not knowing what the output of this should be, does this look OK? >>>>>> >>>>>> >>>>>> Thanks, >>>>>> Leigh Porter >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> Using Tomcat but need to do more? Need to support web services, >>>>>> security? >>>>>> Get stuff done quickly with pre- integrated technology to make your >>>>>> job easier >>>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>>> Geronimo >>>>>> http://sel.as- >>>>>> us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>>> _______________________________________________ >>>>>> jffnms- users mailing list >>>>>> jffnms- [EMAIL PROTECTED] >>>>>> https://lists.sourceforge.net/lists/listinfo/jffnms- users >>> -- >>> =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- >>> =- =- =- =- =- =- =- =- = >>> Javier Szyszlican, Project Leader, JFFNMS >>> [EMAIL PROTECTED] >>> >>> I hope JFFNMS or I were helpful to you, if you >>> can, please donate at http://jffnms.org/donate >>> >>> >>> >>> ------------------------------------------------------- >>> Using Tomcat but need to do more? Need to support web services, security? >>> Get stuff done quickly with pre- integrated technology to make your job >>> easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>> http://sel.as- us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> jffnms- users mailing list >>> jffnms- [EMAIL PROTECTED] >>> https://lists.sourceforge.net/lists/listinfo/jffnms- users >>> >>> -- >>> This message has been scanned for viruses and >>> dangerous content by MailScanner, and is >>> believed to be clean. >>> >>> >> -- >> =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- >> =- =- =- =- = >> Javier Szyszlican, Project Leader, JFFNMS >> [EMAIL PROTECTED] >> >> I hope JFFNMS or I were helpful to you, if you >> can, please donate at http://jffnms.org/donate >> >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> >> > > -- > =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- = > Javier Szyszlican, Project Leader, JFFNMS > [EMAIL PROTECTED] > > I hope JFFNMS or I were helpful to you, if you > can, please donate at http://jffnms.org/donate > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED] I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users