Sorry - I was a little bereft with information in that message.

After the installation completes, I cannot login to JFFNMS, either as admin
or as my normal, admin level username.

I get the initial login screen, but nothing else - anything I enter simply
results in a wait.

As far as I can tell, the web server is running fine - indeed, I can login
to other directories/virtual hosts on it, so I'm pretty sure it's not the
web server.

Any suggestions as to where to start diagnosis?

Darren 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darren Gibbs
Sent: Thursday, 17 February 2005 3:04 PM
To: 'Javier Szyszlican'; JFFNMS Mail List
Subject: RE: [jffnms-users] JFFNMS 0.8.0 Released

Well, it appears I've broken my NMS on upgrade.

I followed the instructions in the patch exactly, and now I can't logon.

Where should I start looking, Javier? :)

Thanks.

Darren

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Javier
Szyszlican
Sent: Wednesday, 16 February 2005 4:59 AM
To: JFFNMS Mail List
Subject: [jffnms-users] JFFNMS 0.8.0 Released


Hi People,

Finally... JFFNMS 0.8.0 has been released.

I want to thank every one of you for contributing to achieving this goal,
this is probably the biggest release we've done. And we need the most
publicity we can get, so try to spread the news.

All users are advised to upgrade to this version, but you may consider
upgrading your environment (PHP, MySQL, Apache, etc) first.

You can get all you need from our new site: http://www.jffnms.org including
a new Flash Demo.

Thanks and I hope you like it.
Javier

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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


*New Features:

     .API:
     -----

     - New Launcher thread manager, its a generic way to handle item
processing to child process,
        while keeping the load down. It will launch a fixed number of
threads and send them work.
        Requested by: Travis Johnson <tlj |a|t| ida |d|o|t| net>

     - New Poller using the new launcher.  (poller2.php)
        Its simpler than the old poller (which is kept for some features
like DMII and Satellite that are
        not implemented here). This is still experimental and only works in
Unix.
        
     - Network Autodiscovery.
        Allows you to add 1 or more seed networks and snmp communities to a
zone, and when the daemon runs,
        it will discover the devices in that network and in attached
networks. This is very useful to add
        a lot of hosts easily. Experimental Too.

     - Support for SNMPv2 and SNMPv3, Including 64 bits counters.
        For SNMPv1 and SNMPv3 we are using the integrated PHP functions and
for SNMPv2 we are calling the
        net-snmp executables (snmpget, snmpwalk and snmpset) that is a
little slow, but it works.
        When using SNMPv2 or v3, the 64 bit OIDs will be used automatically
for input and output,
        bytes and packet coutners.
        Requested by: A lot of people

     - New Backend Configuration Format, uses one defaults file
(conf/jffnms.conf.defaults) and
        one user-config file (conf/jffnms.conf) for easier automated
upgrades.
        JFFNMS should automatically upgrade from the old config system
(conf/config.ini) to the new format.
        Requested by: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t| au>

     - APC UPS Monitoring: Autodiscovery, Status Alerts, Load, Capacity,
Voltage (in/out), Time Remaining and Temperature Graphs.
        Requested by: Travis Johnson <tlj |a|t| ida |d|o|t| net> and
Novikmec Jozef <Jozef |d|o|t| [EMAIL PROTECTED] |d|o|t| cz>

     - Nth Percentile graphing support. (Like 95th percentile graphing).
        This is configured per-interfaces and allows you to specify the Nth
percentil you want.
        A New line will be shown in the traffic graph.
        Requested by: Richard Sears <rsears |a|t| adnc |d|o|t| com> and Paul
Matuszewski <[EMAIL PROTECTED] |d|o|t| com>

     - Alteon AD3 monitoring
        Monitors system, real and virtual servers and real services, Graphs
for bytes, session rate and current value,
        Alarms when servers or services go down, Fixes problem with physical
ports all having the same name.
        By: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t| au>
                
     - Brocade Fibre Switch monitoring
        Monitors temperature and fan sensors, Graphs temperature or fan
speed, Monitors FC ports,
        Graphs traffic by bits or frames.
        By: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t| au>

     - Cisco AS 5300
        Count the number of Async or DSX1 lines used by an access switch
removing the D channel.
        Should work with all Cisco Routers with an E1/T1 connection to a
Telco.
        By: Thomas Mangin <thomas |d|o|t| mangin |a|t| exa-networks |d|o|t|
co |d|o|t| uk>
        
     - New SQL Query Interface Type.
        It uses ODBC to query any database and graph the number of rows
returned by the specified query.
        Also includes Min/Max limit alerting.
        Requested by: Daniel Afonso <dafonso |a|t| afonsoconsulting |d|o|t|
com>

     - New Interfaces Autodiscovery using the new launcher, replaced the old
autodiscovery under the same name, all features re-implemented.

     - Managed RRDtool: one RRDtool process is called by each poller and we
use the open connection to multiple operations,
        reducing the fork load. Only works on Unix.

     - New Host fields: Creation, Modification, Last Poll Date and Last Poll
duration Time, useful for debugging.

     - Cisco PIX syslog events matching and filtering.
        By: David Lima <DLIMA |a|t| fr |d|o|t| scc |d|o|t| com>
        
     .GUI:
     -----

     - Complete GUI redesign using HTML 4.01 and CSS, known as DHTML.

        If you want to modify how JFFNMS looks you can use your own CSS
file, check the 'Custom CSS' Setup option.
        
        Too many changes to describe them all, you have to see them for
yourself.

     - New Logo
        
     - Interface Selector: we now use a popup system to show the selected
group interfaces, making it possible
        to select some interfaces from more than one group at the same time.
Its also hiddable.
        And when in Customer or Map Filtered mode, you can still select by
host.
        
        Requested by: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t| au>,
Jason Humes <[EMAIL PROTECTED] |d|o|t| on |d|o|t| ca>, and others |d|o|t|

     - Faster Tools system, now will need to ask for a specific or specifics
values, no more load-all-on-start.
        Requested by: TIBA Staff <ip |a|t| tiba |d|o|t| com>
                
     - New Standard Administration Features:
        - Add without insert
        - Discard Save
        - Export to ASCII Table
        - Filter by Field
        - Sort by Field

        - New Administration Menu
            Now its vertical on the right side of the screen, and its
hiddable.
                
     - View Type (DHTML, text, etc)  saved in a Session Cookie.
        So it will keep your selection until you change it or you logout,
and it will get back to your default.
        Requested By: falz <darkfalz |a|t| gmail |d|o|t| com>

     - Option to hide a complete Zone from the interfaces view.
        Requested by: Chris Hammond <chris |a|t| tac |d|o|t| esi |d|o|t|
net>

     - Events ACK, now its easier, just click on the blinking red dot.

     - View Performance:
        - CSV Export of the Input/Output value on Physical interfaces,
including Nth percentile calculation.
        - Allows hidding of the options box so you will get more space.
        
     - Better Events RSS output, now its RSS 2.0, tests with Mozilla Live
Bookmarks
        Used as:
http://yourserver/jffnms/events.php?view_type=rss&user=admin&pass=admin

     .DOC:
     -----
        
     - New UNIX Install Instructions using a 'jffnms' user, that way we
don't need the system crontab anymore.

*Fixed Bugs:

     - Interface Map sort order fixed, using SORT_NUMERIC for the interface
field now.
        Reported by: Kelly Hamlin <k |d|o|t| hamlin |a|t| t3com |d|o|t| com>

     - Events Interface Filter, now matches *INTERFACE instead of
*INTERFACE*
        Reported by: Durga Prasad <datasoftindia |a|t| gmail |d|o|t| com>

     - Reachablity interface now works when using a host with : in the IP
(useful for snmp agents on different ports).
        Reported By: Manoj Khabe <khabemanoj |a|t| yahoo |d|o|t| com>

     - IF-MIB discovery now works when the host IP is a DNS name.
        Reported by: David Lima <DLIMA |a|t| fr |d|o|t| scc |d|o|t| com>

     - Setup screen works correctly under SSL now.

     - Windows Event Log Syslog events fixes.
        By: David Lima <DLIMA |a|t| fr |d|o|t| scc |d|o|t| com>

     - Fixed NTP poller bug when you have a Stratum 0 device connected
locally.
        Reported By: Karl S |d|o|t|  Hagen <khagen |a|t| greyhelm |d|o|t|
com>

     - Cisco SEC-6-IPACCESSLOGDP syslog rule fixed.
        By: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t| au>

     - Maps order fixed. Now its by Map Name, not ID.
        Reported by: Kelly Hamlin <k |d|o|t| hamlin |a|t| t3com |d|o|t| com>


     - Better Linux Syslog matching.
        With help from: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t|
au>
        
     - Removed Consolidate Events->Alarms item limit.

     - Syslog message matching fixes: now its case-insensitive and has
better handling of old/simple match strings, and
        has better handling of not-matching hosts.

     - NTP discovery and poller do not output errors now.

     - Removed support for old UCD-SNMP 4.x

     - Old experimental poller removed.

     - Apache Poller now works with Apache 1.3.x

     - Fixed CatOS interface naming
        Reported by: falz <darkfalz |a|t| gmail |d|o|t| com>
        
     - IOS Configuration now skips the ntp clock-period line.
        By: Craig Small <csmall |a|t| enc |d|o|t| com |d|o|t| au>

     - RRDtool Number of DS



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide Read honest & candid reviews
on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

---
"This message and any attachment to it is intended for the use of the
individual or entity to whom it is addressed by the first sender and
contains information which may be confidential and/or privileged.

If you receive this message and any attachment in error, please delete it
immediately and notify the sender by electronic mail or telephone (61 2)
9451 0888. Unless you have been expressly authorised by the sender, you are
prohibited from copying, distributing or using the information contained in
this message and any attachment.

Sky Channel (ABN 77 009 136 010) is a part of the Tab Limited Group. Sky
Channel is not responsible for any changes made to this mesage or any
attachments other than those made by Sky Channel, or for the effects of
changes made by others on the meaning of this message and any attachment.

Sky Channel does not represent that any attachment is free from computer
viruses or defects and the user assumes all responsibility for any loss,
damage or consequence resulting directly or indirectly from the use of any
attachment.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide Read honest & candid reviews
on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

--- 
"This message and any attachment to it is intended for the use of the 
individual or entity to whom it is addressed by the first sender and contains 
information which may be confidential and/or privileged.

If you receive this message and any attachment in error, please delete it 
immediately and notify the sender by electronic mail or telephone (61 2) 9451 
0888. Unless you have been expressly authorised by the sender, you are 
prohibited from copying, distributing or using the information contained in 
this message and any attachment.

Sky Channel (ABN 77 009 136 010) is a part of the Tab Limited Group. Sky 
Channel is not responsible for any changes made to this mesage or any 
attachments other than those made by Sky Channel, or for the effects of changes 
made by others on the meaning of this message and any attachment.

Sky Channel does not represent that any attachment is free from computer 
viruses or defects and the user assumes all responsibility for any loss, damage 
or consequence resulting directly or indirectly from the use of any attachment.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to