Hello
I just download and install jffnms 0.9.2 and i find a little bugs:
1. In jffnms/conf/config.php there is :
define('JFFNMS_VERSION', '0.9.1');
Should be:
define('JFFNMS_VERSION', '0.9.2');

2. When i enter to config and try save always get warnings:
Warning: array_key_exists() expects parameter 2 to be array, null given in 
/opt/jffnms/conf/config.php on line 55
Warning: array_key_exists() expects parameter 2 to be array, null given in 
/opt/jffnms/conf/config.php on line 67

3. Problem with discover interface - how to reproduce on Cisco 3560, 2960, 
6503
a) Login to jffnms
b) Click Administration>Hosts and interfaces>Hosts,
c) Click add
d) write Name something, IP Address X.X.X.X, Select R/O Community and snmp 
version 2x, AutoDiscovery Policy standard for switches,
e) Click save

After 2 hours still no interfaces in jffnms....
In old 0.8.X working with np...

In crontab i got:
WIZJA2 ~ # crontab -l -u jffnms
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/opt/jffnms/docs/unix/crontab installed on Sun Mar  4 14:15:08 2012)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp 
$)
#Paths
JFFNMS=/opt/jffnms/engine
PHP=/usr/bin/php

# Consolidator
*/1  * * * *    cd $JFFNMS && $PHP -q consolidate.php >/dev/null 2>&1

# SLAs
*/30 * * * *    cd $JFFNMS && $PHP -q rrd_analizer.php >/dev/null 2>&1

# TFTP Configuration
02   4 * * *    cd $JFFNMS && $PHP -q tftp_get_host_config.php >/dev/null 
2>&1

# Cleanup system
02   5 * * *    cd $JFFNMS && $PHP -q cleanup_raw_tables.php >/dev/null 2>&1
20   * * * *    cd $JFFNMS && sh tmpwatch.sh $JFFNMS >/dev/null 2>&1


# Normal poller - run once (like old poller)
*/5  * * * *    cd $JFFNMS && $PHP -q poller.php -o >/dev/null 2>&1
# Poller that stays in loop, like poller2
*/5  * * * *    cd $JFFNMS && $PHP -q poller.php >/dev/null 2>&1

# Interface Autodiscovery
*/30 * * * *    cd $JFFNMS && $PHP -q autodiscovery_interfaces.php > 
/dev/null 2>&1

# Network Autodiscovery
#*/30 * * * *    cd $JFFNMS && $PHP -q autodiscovery_network.php master 
$THREADS > /dev/null 2>&1


Thanks


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to