On Thu, Apr 18, 2013 at 06:24:34PM +0100, marco.cace...@bt.com wrote:
> I see poller.php running and it is also in crontab, so I kill the process and 
> running manually with the command: "php poller.php" but it never end... I 
> cancel after 13 minutes... so I run with -q: "php -q poller.php" and also it 
> never end, the only difference was at the beginning just shows this:
php -q poller.php will never end, unless it crashes.

That delay is odd, but not a fatal thing.
> 12:17:05 PAR: Child 0 was idle, working on item 158 Try 1
> 12:17:05 PAR: Child 1 was idle, working on item 210 Try 1
> 12:17:05 PAR: Child 2 was idle, working on item 99 Try 1
> 12:17:05 PAR: Child 3 was idle, working on item 121 Try 1
> 12:17:05 PAR: Child 4 was idle, working on item 13 Try 1
> 12:17:05 PAR: Items Waiting/Polling=Total: 206/5
This looks good.  206 things need polling, 5 children, 5 things being
polled.

> 12:17:05 PAR: Childn Min/Max Idl/Bsy/Srt/Ded/Otr=Tot: 0/5 0/5/0/0/0=5
> 12:17:06 CH:0 (5516):  :  H  34 :  I 158 :  P   1 : 
> reachability_start:ping(): 51702a91a0955 -> buffer(): 1 (time P: 5.2 | B: 
> 0.02)
This is the poller returning valid data.
It's looking ok, it has a lot to do though.
If you want to poll just one thing once try
php -q poller.php -i 158
or 
php -q poller.php -h 34

which will poll only interface 158 or interfaces in host 34
respectively.

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to