PDA

View Full Version : oreon-1.2.2-RC3 available


rom
08-12-2005, 11:15 AM
Hi,

The new RC version is available on the download page of the site. It's the same version as the CVS right now.
If you would like to upload a bug, please go on the bug tracker :
http://www.oreon.org/bugs/

An RPM version should arrive too.

If you have open a bug on the tracker, please close it if you think it's solved. If not, please put a comment and reopen it.

The way we manage Nagios conf has changed in order to be more compatible. If you update your version from the RC3 please make those SQL request :

UPDATE host SET host_low_flap_threshold = '99999' WHERE host_low_flap_threshold = '-99999';
UPDATE host SET host_high_flap_threshold = '99999' WHERE host_high_flap_threshold = '-99999';
UPDATE host SET host_check_interval = '99999' WHERE host_check_interval = '-99999';
UPDATE host SET host_freshness_threshold = '99999' WHERE host_freshness_threshold = '-99999';
UPDATE host SET host_notification_interval = '99999' WHERE host_notification_interval = '-99999';
UPDATE service SET service_low_flap_threshold = '99999' WHERE service_low_flap_threshold = '-99999';
UPDATE service SET service_high_flap_threshold = '99999' WHERE service_high_flap_threshold = '-99999';
UPDATE service SET service_freshness_threshold = '99999' WHERE service_freshness_threshold = '-99999';
UPDATE service SET service_notification_interval = '99999' WHERE service_notification_interval = '-99999';

Here is the changelog for this RC :
bug #19 (http://www.oreon.org/bugs/index.php?do=details&id=19) :: enable to activate configuration objects
bug #22 (http://www.oreon.org/bugs/index.php?do=details&id=22) :: Oreon Become Multiuser interface
bug #10 (http://www.oreon.org/bugs/index.php?do=details&id=10) :: enable multi selection user for LCA
bug #16 (http://www.oreon.org/bugs/index.php?do=details&id=16) :: unable circular reference with host parent
bug #7 (http://www.oreon.org/bugs/index.php?do=details&id=7) :: correcting configuration error in cgi.cfg
bug #9 (http://www.oreon.org/bugs/index.php?do=details&id=9) :: Graphvision error corrected when date begin = date end
bug #5 (http://www.oreon.org/bugs/index.php?do=details&id=5) :: New setup page : enable to connect to a distant mysql server
bug #11 (http://www.oreon.org/bugs/index.php?do=details&id=11) :: correcting percent calculate error on homepage for host bar
bug #25 (http://www.oreon.org/bugs/index.php?do=details&id=25) :: hardcoded path become dynamics but it's not ok on all pages
bug #15 (http://www.oreon.org/bugs/index.php?do=details&id=15) :: Update generation configuration file module
bug #24 (http://www.oreon.org/bugs/index.php?do=details&id=24) :: Add option to put the value "0" to notification intervale and other value who it was impossible in oreon but porrible in nagios.
bug #29 (http://www.oreon.org/bugs/index.php?do=details&id=29) :: Change text into the two indentical boxes for load configuration file
bug #31 (http://www.oreon.org/bugs/index.php?do=details&id=31) :: When an host is disabled, his services are also disabled
bug #32 (http://www.oreon.org/bugs/index.php?do=details&id=32) :: SNMP version in Options->General is now selectable by a select menu
bug #33 (http://www.oreon.org/bugs/index.php?do=details&id=33) :: Paths are armoniwed in options->General
bug #35 (http://www.oreon.org/bugs/index.php?do=details&id=35) :: Values which depending of interval_length are expressed by : "* $interval_length sec"
bug #36 (http://www.oreon.org/bugs/index.php?do=details&id=36) :: On nagios.cfg configuration page, delete \ who are added when you enter " or '.
bug #37 (http://www.oreon.org/bugs/index.php?do=details&id=37) :: Suppress error in duplication when we don't select an host
bug #38 (http://www.oreon.org/bugs/index.php?do=details&id=38) :: Add unknown stat for services pie.
bug #40 (http://www.oreon.org/bugs/index.php?do=details&id=40) :: Add image menu.jpg
bug #41 (http://www.oreon.org/bugs/index.php?do=details&id=41) :: Import problems corrected
bug #44 (http://www.oreon.org/bugs/index.php?do=details&id=44) :: Suppress Error in Service Groups Details
bug #45 (http://www.oreon.org/bugs/index.php?do=details&id=45) :: Suppress \ problem in command configuration
bug #46 (http://www.oreon.org/bugs/index.php?do=details&id=46) :: $WEB_USER is used in SUDO configuration and not apache
bug #48 (http://www.oreon.org/bugs/index.php?do=details&id=48) :: Suppress Bug when displaying graph with multiple values
bug #50 (http://www.oreon.org/bugs/index.php?do=details&id=50) bug #26 (http://www.oreon.org/bugs/index.php?do=details&id=26) :: Add timeout for snmp request in inventory and use now php-snmp
bug #53 (http://www.oreon.org/bugs/index.php?do=details&id=53) :: Add Possibilty to have several escalation for a service
bug #54 (http://www.oreon.org/bugs/index.php?do=details&id=54) :: Interface support now RRDTool 1.2
bug #59 (http://www.oreon.org/bugs/index.php?do=details&id=59) :: Delete Index.html in root directory oreon
bug #62 (http://www.oreon.org/bugs/index.php?do=details&id=62) :: Add verification when we move nagios image for hextendedinfo
Install.sh modify for more fonctionnality, more verification
check if all folders are available for using nagios with oreon.
bug #17 (http://www.oreon.org/bugs/index.php?do=details&id=17) :: Add Little indications in elements configuration
bug #68 (http://www.oreon.org/bugs/index.php?do=details&id=68) :: Add possibility to add host with address longer than 20 characters