I’ve noticed this error in the httpd error log…does anyone think this could be pointing at the issue?

 

[client 192.168.20.84] PHP Warning:  array_merge() [<a href=''>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.20.83/jffnms/admin/menu_frame.php?name1=adm%2Fadm_nad.php%3F

[client 192.168.20.84] PHP Warning:  array_merge() [<a href=''>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.20.83/jffnms/admin/menu_frame.php?name1=adm%2Fadm_nad.php%3F

[client 192.168.20.84] PHP Warning:  array_merge() [<a href=''>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.20.83/jffnms/admin/menu_frame.php?name1=adm%2Fadm_nad.php%3F

[client 192.168.20.84] PHP Warning:  array_merge() [<a href=''>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.20.83/jffnms/admin/menu_frame.php?name1=adm%2Fadm_nad.php%3F

 

Thanks,

Tim Carr

Buchanan Associates


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Carr
Sent: Tuesday, August 23, 2005 2:52 PM
To: jffnms-users@lists.sourceforge.net
Subject: [jffnms-users] Problems with Autodiscovery (hosts and interfaces)

 

Hello, all.

 

I’ve got JFFNMS up and running on an FC4 box.  After I put a zone in, the system won’t autodiscover either the hosts on that subnet, or the interfaces.  I have verified that the cron jobs are running:

 

Aug 23 14:30:01 jfftest crond[9030]: (jffnms) CMD (cd $JFFNMS && $PHP -q autodiscovery_network.php master $THREADS > /dev/null 2>&1)

Aug 23 14:30:01 jfftest crond[9034]: (jffnms) CMD (cd $JFFNMS && $PHP -q autodiscovery_interfaces.php > /dev/null 2>&1)

Aug 23 14:30:01 jfftest crond[9039]: (jffnms) CMD (cd $JFFNMS && $PHP -q autodiscovery_interfaces.php master $THREADS > /dev/null 2>&1)

 

If I manually run the autodiscovery for the network from the command line, it will run successfully and discover the hosts on my network.  Also, once hosts are in the database, if I manually run the “discover interfaces” (via the “manual discover” while using the web interface), it will also work.

 

Does this have something to do with these instructions from the installation guide:

 

. Compile and/or Install NMAP
    
    Nmap should be set-uid root if you want UDP port monitoring & discovery to work.
 
    Execute: 
        # chmod +s /usr/bin/nmap
        # chmod a+x /usr/bin/nmap

 

I’ve run the two commands above as root while doing the installation…am I supposed to do something different?  Or…is this pointing at another problem all together?

 

Thanks,

Tim

 

Reply via email to