Hi Sebastian,
  Thanks for reporting these, I mustn't hit either program flow
as I'm not seeing it, but they are real bugs.

On Wed, Jun 11, 2014 at 07:35:41AM -0300, Sebastian Martinez wrote:
> Call to undefined function shift() in
> /jffnms/jffcom/engine/pollers/snmp_interface_status_all
> .php on line 37
Should be array_shift() not shift().
I think some perl or shell slipped in there.

> PHP Warning:  posix_kill() expects exactly 2 parameters, 1 given in
> /jffnms/jffcom/engine/common_parent.inc.php
add the SIGKILL parameter.  posix_kill($child['pid'], SIGKILL);

Both fixes are in the git repository.
 - Craig
-- 
Craig Small (@smallsees)   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

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to