Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

README.md

Blame
  • CHANGELOG 106.47 KiB
    ## Centreon Web 2.8.2
    
    * Enh: Centreon Web supports proxy configuration for use with its modules requiring external web access. This notably concerns Centreon Plugin Pack Manager (component of the Centreon IMP offer).
    * Fix: Can't delete host command on host/host template form
    * Fix: Centreon Clapi call and empty line at beginning
    * Fix: Options missing in notification tab
    
    ## Centreon Web 2.8.0
    * Re-organization of sources
    * Move API from /include/webServices/rest to /api/
    
    
    ## Centreon 2.7.3
    
    * Fix Recurent downtimes starting at 00:00
    * Fix search in Poller configuration page
    * Fix problems when sharing custom views
    * Fix description problem with custom macros containing dash
    * Fix time Interval change isn't being reflected in the polling Engine config 
    * Fix Missing GMT and UTC timezone
    * Fix No performance graph for host group service
    * Fix ACL were showing too much objects
    * Fix Impossibility to delete custom macros on service
    * Fix Split on multi graph
    * Fix Design on Monitoring Performances page
    * Fix CLAPI handled all broker parameters
    * Fix Custom macros can contain dash
    * Fix Time Interval change isn't being reflected in the polling Engine config
    * Fix UI doesn't display the good limit of pagination
    * Fix Some French translations were missing
    * Enh Improve listing possibilities in Widget configuration (Pollers and categories)
    * Enh Usuability of select2
    * Enh Possibility to reload several pollers in one time
    * Enh Add an API to send External Command
    
    ## Centreon 2.7.2
    
    * Fix eventlogs pages for performances and right for non admin users
    * Add New possibilities for ACL and Custom Views
    * Fix Recurent Downtimes behaviour with timezones
    * Fix some broken relations in web interface
    * Fix Reporting pages for non admin users
    * Fix some elements with the generation of the configuration
    * Fix encoding problems
    * Fix filters in configuration pages
    * Fix Poller duplication
    * Fix various ACL problems
    * Fix some SQL requests
    * Fix export of Meta Services
    
    ## Centreon 2.7.1
    
    * Improved ergonomics of the select2 component
    * Improved performances of monitoring pages
    * Improved performances of the event logs page
    * Improved performances of downtimes configuration on host page
    * Improved documentation
    * Fixed problem when sharing views in Custom views page
    * Fixed a right problem in CLAPI generation of the configuratio
    * Fixed problem in services per hostgroups pagen
    * Fixed problems in configuration generation when mysql is not using 3306 port
    * Fixed Remove group of line in graph component configuration
    
    ## Centreon 2.7.0
    
    Features and Bug Fixes
    ----------------------
    
    * Changing the graphic charter to be consistent with the new logo Centreon
    * Flat design (CSS and icons)
    * Custom view improvement
     * Adding an editing or visualization mode
     * Graphic widgets relief to be able to put more on a page
    * Adding a fullscreen mode
    * Menu Review for improved navigation and simplified user actions
    * Review og pages dedicated hosts and services pages in monitoring to include to include more informations.
    * Redesign of the reporting page
    * Recasting bar searches and filters in each page of Centreon
    * Redesign Event Logs page (removing treeview + Added search system + Improved performances)
    * Redesign view page (removing treeview + Added search system + Improved performances)
    * Merging downtimes pages for hosts and services
    * Merging comments pages for hosts and services
    * Integration of a graphics module to replace a non-performing component QuickForm (Improved forms on multi element selection)
    * Simplifying the configuration of Centreon Broker (Temporary and Failover are automatically configured + enhanced best practices)
    * Ergonomic improvement of the congigurations objects:
     * Improved hosts form
     * Improved services form
     * Improved management macros: dynamic form system that provides the necessary inherited macros templates for proper operation of the configuration
     * Added ability to set a description of each macro used in commands
     * Review of the pathway for the generation of the configuration
     * Automatic creation of a configuration file for the poller when it is created
    * Deleting configuration options in the Administration section, now automatically configured. This simplifies the handling of Centreon
    * Improved ACL system (Improved performances)
    * Native integration of Centreon CLAPI
    * Improved documentation
     * Redesign Configuration part
     * Redesign Exploitation part
     * Integration of the API part
    
    Changes
    -------
    
    * Important web design changes can make interface not compatible with older modules. A refactoring work will be needed to ensure optimal operation.
    * Changing the timezone system : DST management (may need to check the timezones of each host and contact after the update)
    * Changing databases schemes for hostgroups and servicegroups in the real state database (centreon_storage) : added id and deletion of alias, url, url note, icon.
    * Changing the path for generating the configuration of Centreon Engine instances : no more specific page to generate the configuration. The action is now available from the pollers list.
    * Switching to InnoDB all Centreon tables (except logs and data_bin too big for an automatic update).
    * PHP 5.1 no longer supported
    * Browser compatibility : IE 11, FF 5 et Chrome 39 at least
    * Shared views in custom views are not atomaticaly loaded in views of others users. Now views are able to be public and user can load them during the creation step.
    
    Secutiry fixes
    --------------
    
    * Removing PHP session ID in the URL of the Ajax flow of certain pages.
    * Integration of a CSRF token in all forms to prevent "Man in the middle" effect.
    
    Removed Features
    -----------------
    
    * Nagios and NDOutils are no longer compatible with Centreon web. Only Centreon Engine and Centreon Broker are compatible from version 2.7.0
    * Removing centstorage and logAnalyser executables.
    * Removing the Nagios configurations load module.
    * Removing the ability to configure the colors of graphics templates
    * Removing color choices for menus
    * Removing choosing colors for monitoring status
    * Removing the ability to configure Nagios CGI
    * Transformation of the tactical overview in widget
    * Transformation of the Monitoring Engine statistics Page in widget
    * Deleting the Server Status page (phpsysinfo) become incompatible with the PHP version recommended for Centreon
    * Remove timeperiod exclusions in the UI. This function don't work very fine whether with Centreon Engine 1.x or Nagios. We prefer removing the function in order to avoid problems.
    
    
    ## Centreon 2.6.6
    
    #3812: Strange display of service group details page with Centreon 2.6.3
    #3824: PHP Warning: array_map(): Argument #2 should be an array
    #3840: Centreon 2.6.4 : Wrong reporting graph data with default user language fr_FR.UTF-8
    #3846: [2.6.5] CRSF Token critical: Impossible to upgrade a plugin
    #3847: [2.6.5] split component switch
    #3852: [2.6.5] CSRF error appears in user massive change form
    #3854: Cannot add new macro after deleting all macros already created
    #3855: Cannot add new host template to host after deleting all templates
    #3861: Comments shows only "A"
    #3864: [2.6.5] CSRF when trying to upload a SNMP MiB
    
    ## Centreon 2.6.5
    
    #3831: XSS injection in object lists (ZSL-2015-5266)
    #3835: CRSF Issues on Centreon (ZSL-2015-5263)
    #3821: Upgrade from 2.6.1 to 2.6.3 kill Centreon Frontend
    #3826: Split Component and zoom doesn't work
    #3827: Service Group Details page isn't displayed for non admin in Centreon 2.6.3
    #3837: Relation of passive service with SNMP traps problem with multihost link
    #3842: Full logs display on event logs page for a non admin user
    
    ## Centreon 2.6.4
    
    #3793: Porblem when creating an empty hostgroup with non admin user
    #3795: Update Centreon Administration About page (forge -> Github)
    #3796: Problem when connect two time with same user in API
    #3797: Password in macro
    #3800: Current State Duration isn't displayed
    #3803: ACL : Manage multiple Resources group on the same ACL user group
    #3807: Unable to enable status option on main.cfg
    
    ## Centreon 2.6.3
    
    Bug fixes
    =========
    
    #564: Filter field does not work in service groups monitoring screen
    #1000: Services of service groups are dispatched on many pages
    #3782: SQL Keyswords
    #3783: index_data switch in option form
    #3788: Problem with static keywords
    
    
    
    ## Centreon 2.6.2
    
    Features
    ========
    Modules can extend actions after restart/reload pollers
    
    Security fixes
    ==============
    #2979 : Secure the type of media file can be uploaded
    Fix some SAL injections
    
    Bug fixes
    =========
    #3559 : Fix query with MariaDB / MySQL configure in STRICT_TRANS_TABLES
    #3554 : Can send acknownlegment with multiline from monitoring page
    #3397 : Fix display graph with unicode characters in metrics name
    #2362 : Correct value when use index_data insered by Centreon Broker in configuration
    #1195 : Display correct number of pollers in status bar
    #196 : Display all colunms when filter the Monitoring services unhandled view
    
    
    
    ## Centreon 2.6.1
    
    Bug fixes
    =========
    #5655: Changing Host Templates doesn't delete services
    #5925: Popup Dialogs (Acknowledge, Downtimes etc.) not working with Internet Explorer
    #6224: Special characters in LDAP are replaced by underscore
    #6358: It's possible to bypass ACLs on Event Logs page
    #6375: servicegroups empty into servicegroups.cfg but ok in DB
    #6377: PHP logs are too much verbose with PHP 5.4
    #6378: PHP logs are too much verbose with PHP 5.3
    #6383: Random severity on services
    #6390: Escalations with contact groups containing space
    #6391: Some traps are skipped
    #6396: Warning and critical threshold display in centreon graph
    #6399: Wrong condition in centreonLDAP.class.php
    #6410: Do not limit to 20 the number of trap rules or macro in host and services config pages
    
    Features
    ========
    #6035: Removing Centreon Broker local module
    #6366: New option for Centreon Engine log
    #6392: Block choice of Nagios and NDO in installation processus
    
    ## Centreon 2.6.0
    
    Bug fixes
    =========
    #3239: PHP-5.4 Compatibility
    #5795: ACL and configuration modification with admin users
    
    Features
    ========
    #5334, #6114, #6120 : Optimisation and customization on centreontrapd
    #5952: Add possibility to rebuild partially Events informations
    #6160: New Centreon logo
    
    ## Centreon 2.5.4
    
    Bug fixes
    =========
    #5458: Display problem with host groups
    #5924: Generation of service configuration files does not work when "service_inherit_contacts_from_host" is not enabled
    #5926: Centreon-Broker-2.7.x compatibility
    #5929: Fix problem in import service groups by cfg file
    #5942: Fix compatibility with IE
    #5946: Problem in reporting due to acknowledgement
    #5986: Session's Id does not change after logout
    
    Features
    ========
    #5433: Argument column larger in service configuration
    #5944: Services inherit criticality from hosts
    
    ## Centreon 2.5.3
    
    Bug fixes
    =========
    #5895: Security Issues : CVE-2014-3828 & CVE-2014-3829
    #5888: Differences between update and fresh install for "Insert in index data" field
    #5829: Add config file in parameters for all crons of Centreon in order to install centreon on different directories
    #5852: Fix problem with massive change for "Inherit contacts from host" in service form
    #5841: Empty dependences are now remove automaticaly
    #5840: Fix problem with host duplication when this host has a "'" in the alias 
    #5790 & #5813 & #5750: Fix problems on Tactical overview
    #5786: Fix problem when generating correlation config file.
    #5756: Fix problem with centstorage => Table log is growing to much
    #5609: Push Centreon Broker table to UTF-8
    #5589: Fix problem with Contact inheritance between service and its template who doesn't work
    #4865: Fix problem with search in Eventlog
    
    ## Centreon 2.5.2
    
    Bug fixes
    =========
    #5593: Fixes a bug where trap advanced matching rules were not working
    #5600: Fixes a bug where it was impossible to add or modify a poller
    #5533: Fixes a bug where it was impossible to update the severity level of a service
    #5307: Tooltips messages were not translated in the Broker configuration form
    #5664: Enhances loading time of the service detail page
    #5439: Enhances loading time of the meta service page
    
    ## Centreon 2.5.1
    
    Bug fixes
    =========
    #5521: Fixes a bug where the reporting dashboard always showed 100% undetermined
    #5460: Fixes a bug where it was impossible to apply a recurrent service downtime 
    #5446: Fixes a bug where RRD retention was ignored  in Centreon broker configuration
    #5432: Fixes a bug where NEB module entries were not properly saved in the main.cfg form
    #5404: Macros were not properly replaced on Debian distros
    #5345: It was impossible to import host.cfg and contact.cfg
    #5319: The mute button of sound notification was omitted in Centreon 2.5.0
    #5313: Fixes progressbar in generation of configuration file 
    #5309: Fixes various locale issues
    #5174: LDAP sync will no longer discard contact's email when it's empty on LDAP's side
    #4930: The appearing order of widgets was messed up when there were more than 10 widgets in a view
    #4571: It was impossible to start a remote poller from the Web UI
    
    
    ## Centreon 2.5.0
    
    Features
    ========
    #4176: ACL on configuration objects
    #4678: UI notification and sound alerts
    #3768: Advanced features on SNMP traps handling
    #4666: Possibility to execute a command upon restart of monitoring engine
    #1728: SSO authentication
    #1845: Additive inheritance is handled on host and service templates
    #4997: Service groups can be linked to service templates
    
    Enhancements
    ============
    #4507: Code refactoring
    #4662: Downtime duration can now be expressed in minutes
    #3768: UI - new draggable dynamic input fields
    
    ## Centreon 2.4.5
    
    Enhancements
    ============
    #3616: Centreon Broker : new fields ("warn_low", "warn_threshold_mode", "crit_low", "crit_threshold_mode") added in metrics table (centreon_storage database)
    #3765: Centreon Broker configuration : new option "log_timestamp" added
    #3767: Centreon Broker configuration : new option "write_metrics" added
    #4203: Centreon Broker : new fields ("actual_start_time", "actual_end_time") added in downtimes table (centreon_storage database)
    #4440: Centreon Broker configuration : new option "store_in_data_bin" added
    #4579: Improve connector form (for Centreon Engine 1.3+)
    #4586: Centreon Broker configuration : new option "insert_in_index_data" added
    #4651: Centreon Broker configuration : new option "log_thread_id" added
    
    Bug fixes
    =========
    #4620: Service groups are displayed twice in "Service Details"
    #4652: Fix issues in connector form
    #4658: Problem when adding new poller
    
    
    ## Centreon 2.4.4
    
    Enhancements
    ============
    #3782: Handle ABSOLUTE and DERIVE graphs
    #4402: Contact list label inconsistency
    #4500: Possibility to copy and paste generated password
    #4506: Snmp configuration files get overwritten
    #4549: Possibility to choose display order on monitoring consoles
    #4568: Enhances generation time of configuration files
    
    Bug fixes
    =========
    #4319: Malformed long output on host/service detail pages - /w Centreon Broker
    #4454: Services are not created after import of configuration
    #4483: RRD status graphs not displayed in detail page
    #4485: Fixes LDAP connection and import issues
    #4486: Filter problem with hostgroup and centreon-broker
    #4487: import-mysql-indexes : Failed to drop index 'PRIMARY' for table 'timeperiod_exclude_relations
    #4488: Autologin in main page does not work
    #4489: init.d scripts not compatible with SLES
    #4494: Missing tooltip in «Configuration > Centreon > Pollers»
    #4496: Curve's «Legend Name» cannot contain «:»
    #4497: Status graph, not resized with default template
    #4504: centcore blocked due to blocking named pipes
    #4522: Special chars are converted to html entities in check commands
    #4524: Plugin outputs not displayed properly
    #4533: setgid flag for the filesGeneration directory
    #4536: Rename default Swap template name
    #4537: "Display all services for this host" does not working
    #4542: MetaService not visible with a non admin user
    #4544: Fixe default configuration on main.cfg
    #4555: [monitoring] Ack in host details page + Blank page
    #4570: MetaService graphs not displayed when negative values are involved
    #4577: Pending state labels not shown in Home > Global health for hosts
    
    
    ## Centreon 2.4.3
    
    Enhancements
    ============
    #4389: Set max value for CPU Graph template
    #4406: Centreon broker statistics.
    #4472: Display the link between resource macro and poller
    
    Bug fixes
    =========
    #4120: IsRunning NO
    #4340: Move configuration files errors (images)
    #4343: Default SNMP Traps not submitted by default since 2.4.0
    #4356: Services associated with service categories
    #4364: Special characters and htmlentities function
    #4368: Centreon generate check_period with value _GMT
    #4384: [Virtual metric] issue with metric name
    #4391: Load Nagios Configuration produces unusable services.cfg
    #4400: Issue with hostgroup filter in all services
    #4409: Useless field into administration, monitoring options.
    #4412: Default configuration.
    #4413: [move] File config move
    #4417: service with multiple servigroups linked to different escalations : escalations not correctly generated
    #4426: [upgrade] some issue in SQL upgrade
    #4431: [dashboard] Quick search for host
    #4452: Possibility to execute scripts through some form input fields
    #4459: Blank page for the statistics of Centreon Broker if the file of statistics is not configured
    #4460: configuration > recurrent downtime - display issues
    #4462: [ldap][contactgroup] Form listing and sync when you remove user from ldap group
    #4464: No translation for icons in "monitoring -> services"
    #4465: Missing tooltips help in "Configuration -> Users -> Contacts / Users -> user_definition"
    #4466: No translation in graphs for Daily/Weekly/Monthly/Yearly
    #4467: No translation for icons in host details
    #4468: No translation for hosts and services status colors configuration
    
    
    ## Centreon 2.4.2
    
    Enhancements
    ============
    #4215: Import from ldap server must display a warning when no ldap configuration has been checked
    #4240: IDE complains about invalid syntax in htmlHeader.php
    #4246: Add index on downtimes tables
    #4249: Tell me which poller has latency [patch provided]
    #4259: [downtimes][broker] Perf issue
    #4274: Existing centreon.conf still gets overwritten
    #4299: eventReportBuilder.pl > Performance optimization
    
    Bug fixes
    =========
    #3455: Conf SNMP
    #3552: ACL > Resources Access
    #3615: Bug avec IE7/8
    #4021: Primary key name for timeperiod_exclude_relations
    #4120: IsRunning NO
    #4161: Graphs margin values need to be updated
    #4195: IPv6 addresses shown incorrectly at session page
    #4223: CSV Export not Working in Views->Graphs
    #4227: Graph stacks when inserting new metric
    #4230: Options field not use in Poller Configuration
    #4234: Difference between Criticity service and Criticity host
    #4237: Warning message when host no longer in Centreon configuration
    #4242: Hardcoded path in documentation
    #4243: Slow sql query in tacticalOverviewXml.php
    #4251: Menu contextuel dans Vues -> Graphiques -> Courbes
    #4260: graph - issue with negative values, warning and critical
    #4262: probleme a l'installation avec IE8
    #4266: Tactical Overview - ndo and centreon 2.4.1
    #4267: Probleme avec fichier de Log
    #4269: CES standard 2.2 (en mode central avec centreon-engine et centreon-broker)
    #4275: Dashboard percentages wrong after upgrade
    #4277: [2.4.1] Uninitialized value in logAnalyser
    #4278: [broker][config] Correlation file error
    #4283: last_execution_time not consistent
    #4284: Macro @MAILER@ set to void during fresh install
    #4285: check_meta_service doesn't work in 2.4 and 2.4.1 with Centreon-Broker
    #4286: centAcl.php hangs forever
    #4288: [Centreon 2.4.1] Services by HostGroup not displayed in Event Logs
    #4293: [2.4.1] Dashboard Hostgroup - Les hosts inactifs sont affichés et donc ressortent en indeterminés.
    #4297: column size in different menu
    #4307: Disabled meta services are still displayed in monitoring console
    #4308: Cannot use import-mysql-indexes and export-mysql-indexes on remote host (-H option)
    #4312: Bug après désactivation de services
    #4313: Bug après modification des commandes notifications
    #4315: Graphs not shown on french platforms
    #4321: centTrapHandler does'nt handle output message args correctly
    #4322: rsync on alternative port doesn't work (patch attached)
    #4325: Sync Trap Poller
    #4327: Update centreon 2.3.9 -> 2.4.0 Bug Centcore & Centstorage
    #4329: Host set downtime multiplied when selecting services
    #4337: Plus d'infos sur la page d'accueil après passage en 2.4.0
    #4338: Impossible d'ajouter un widget
    #4341: Version error during CLI install
    
    ## Centreon 2.4.1
    
    Enhancements
    ============
    #4028: Failover for Broker SQL Database and Perfdata Generator (Centreon Storage) with Wizard Configuration
    #4046: Optimize cron centacl.php
    #4148: Precise tool tip for unix socket configuration in rrdcached options.
    #4218: Remove Aggressive Host Checks selection.
    #4225: Add index on hosts and services tables
    
    Bug fixes
    =========
    #3306: genEscalations.php stopping after generating first escalation
    #3664: LDAP groups not resolved with every config generation
    #4039: centcore - missing data when rotation occurs
    #4049: Duplicate menu in ACL Menu Access
    #4058: [tool] logAnalyser-cbroker: problem with status/type
    #4065: snmptt daemon starting failed
    #4067: Error receiving trap with snmptthandler
    #4068: Configuration > Services (by host/hostgroup) > duplication input value is overwritten
    #4069: Centreon 2.4.0 Stable RPM
    #4073: Inheritance of check command when defined in service template
    #4074: Incorrect error message for wizard configuration
    #4079: _() expects exactly 1 parameter, 2 given
    #4084: Problème avec les downtimes récurrents sur Centreon 2.3.9
    #4088: [migration] LDAP Users: user page blank
    #4089: [monitoring] Ack in service details page + Blank page
    #4090: [dashboard] MySQL Port and ndo
    #4091: Criticality column in "home > tactical overview"
    #4096: [2.4] Erreur dans le fichier logAnalyser.log
    #4097: [2.4] Erreur sql ACL das sql-error.log
    #4098: [LOG] EventLog page: too heavy
    #4100: [2.4] Table 'centstorage.rebuild' doesn't exist
    #4105: [2.4] centreon-purge.log message tronqué
    #4108: Ask about Embedded Perl initialisation file during cli install
    #4109: Debian cent* init script
    #4111: message non affiché lors de la génération des fichier conf de TRAP
    #4112: Fichier centTrapHandler-2.x non configuré lors d'une installation ou mise à jour de Centreon 2.4
    #4115: Update 2.4 crée une macro USER $USER3$
    #4119: Duplication error
    #4125: Probleme installation avec IE8 et IE9
    #4127: Apply realpath on metrics path and status path.
    #4130: Web installation and MySQL 5.5.x failed
    #4133: Time periods configuration.
    #4134: Tactical overview - unhandled service problems missing
    #4136: init.d/centcore probleme VERBOSE
    #4137: Probleme Wizard Centreon-Broker
    #4138: [ldap] Auto-import bug
    #4139: service generation hangs due to duplicate key in index_data
    #4140: meta_host- uninitialized variable used in query
    #4141: ldap special characters on displayname - import and update
    #4142: Meta service generation hangs
    #4147: Connector generation error.
    #4152: ldap account
    #4153: PHP problem within tacticalOverviewXml.php
    #4155: Possible duplicated lines in the same function
    #4157: Conflict about host relationships in configuration
    #4159: Broker: use short and long output from the output field
    #4163: [ldap] always auto-import mode on
    #4164: Alert user when he's trying to set parents relationship between hosts from different pollers
    #4166: Probleme Affichage Tactical Overview
    #4168: interval_length introuvable dans le Default Nagios.cfg
    #4178: warning messages when generating Centreon Broker configuration
    #4192: [Esthetic] Tactical Overview Criticality column size
    #4196: Integer=0 Criticality level : icon not displayed
    #4198: [acl] Issue category filter
    #4202: Administration > Sessions : "page view" field when calling Centreon via API
    #4209: Little mistake in downtime creation form
    #4213: Argument overload
    #4217: Surcharge de service
    #4228: not more than 100 Pollers shown
    #4229: Infinite loop when php-pear is missing
    #4232: Bouton EventLog de la page monitoring fonctionne mal
    
    ## Centreon 2.4.0
    
    Enhancements
    ============
    #4041: Footer must be update for 2013
    #4008: Centreon allows to disable front-end access for all administrators
    #3989: logAnalyser for table 'logs'
    #3986: New page to list connector.
    #3984: Add rules in broker config form
    #3982: Daemon core dumps work only with nagios.
    #3980: Refactoring text for centreon-broker configuration.
    #3974: Clean button meaning
    #3964: New field for sql module
    #3963: New field for file module.
    #3955: "New broker configuration, add temporary endpoint."
    #3946: Add warning on installer if innodb engine on MySQL is not well configured
    #3940: Merge centTrapHandler and centTrapHandlerForPoller
    #3938: Add another button in order to delete a downtime
    #3933: [new poller] Wrong values when selecting a monitoring engine
    #3918: Add Service description as a macro in centTrapHandler
    #3917: Check log files rights during install process
    #3913: Pending status is non-ok or ok ?
    #3909: Set Correct options by default when user add a new main file
    #3908: Widget display are not fully optimize
    #3907: Improve Downtime page in order to add filters
    #3903: Release Widgets API Documentation
    #3900: "Change ""Default timezone"" to ""Default host timezone"" in  Administration -> Options"
    #3895: Better name for reload time in ajaxStatusCounter.js.php
    #3889: formPurgePolicy.php still used ?
    #3884: Ability to specify a start date when parsing log archives
    #3882: Optimize Configuration Files Export
    #3880: dashboardbuilder consumes too much resources for MySQL
    #3879: Change Documentation For Centreon 2.4.
    #3851: Some ACL constraints aren't matched with Custom Views
    #3847: New Broker parameter for the graph rebuild: rebuild_check_interval
    #3835: Open links to monitoring engine documentation in new tabs
    #3830: Audit logs option: active
    #3828: Improve Poller Listing
    #3827: Add support for random colors in curves
    #3826: "Add Field ""check_replication"" for broker configuration"
    #3823: Align blocks in Centreon -> About
    #3815: Print total value in legend
    #3802: Alert for event_broker_options not equal to -1
    #3801: Broker stats add problem
    #3798: Broker configuration form must check mandatory parameters
    #3797: Use a global value for interval lenght
    #3796: event_broker_options can not be NULL
    #3794: Move parameter rrd_retention from broker to general options form
    #3793: Move parameter interval_lenght from broker to general options form
    #3788: [Virtual metrics] Add comment when error
    #3725: Rename Sheduling Engine => Monitoring Engine in Centreon menus
    #3722: Port centTrapHandler changes into  centTrapHandlerForPoller 
    #3709: Installation script update
    #3680: Bug checkbox nagios.cfg
    #3673: Broker : handle rrdcached configuration parameters
    #3661: Centreon Broker 'monitoring' logging type
    #3660: max_size for Broker logger
    #3625: Empty help field for some tabs in  Administration > ACL > Ressources Access menu
    #3624: DELETE SNMPTT section in  Administration > Options > SNMP
    #3584: Possibility to translate all string
    #3568: New criticity object
    #3565: Modify web installer for new features
    #3556: [centcore] Reload configuration file
    #3544: Add possibility to configure centcore behavior from GUI
    #3543: Add possibility to get traps parameters by OID
    #3542: Add Logs into CentTrapHandler
    #3531: Integration of Broker's stats module
    #3529: Intégration des transactions (broker) dans Centreon
    #3521: Engine Integration: add connector class for managing connectors
    #3520: Engine Integration: add connectors compatibility to configuration generation routine
    #3519: Engine Integration: update database for using Centreon Engine connectors
    #3518: Update links and message on step.php files
    #3508: Add possibility to get Monitoring Engine type and version
    #3506: Engine Integration: modify command configuration page
    #3505: Engine Integration: add connectors management pages
    #3492: Add help tooltips for all form fields
    #3489: Add pollers with Centreon Broker
    #3488: Centreon Broker in Central with pollers
    #3487: Create base wizard for Centreon Broker
    #3486: Centreon Broker in Central without pollers
    #3471: "Remove ""IP Address / DNS"" field in host massive change form"
    #3454: Add wizards for Centreon Broker
    #3452: Different system username on pollers and centreon || Nom d'utilisateur système différent sur les pollers et sur le centreon
    #3443: Centreon must remove old reporting datas
    #3440: centTrapHandler-2.x stop if first trap definition doesn't have external command
    #3418: "Replace ""Nagios"" to ""scheduler"" in Centreon"
    #3411: Checkup system for modules
    #3389: [monitoring] popup display
    #3351: Possibility to link host categories to host from host configuration form
    #3303: "[censtorage] cleanup, perf optimization"
    #3227: macro @TRAPNAME@ for external command in CentTrapHandler
    #3178: Update LDAP users' profiles on login action
    #3144: "[centstorage] processus manage, stop, zombie"
    #2991: Configure Connectors in Centreon
    #2983: Possiblity to handle multiple ldap/ad servers with different structures
    #2980: C-Engine as Default Engine list
    #2978: LDAP : new option for storing password in database
    #2822: Customized Centreon / Tactical Overview
    #2668: contact form - contact template labels
    #2630: Ajout de la possibilité de personnaliser le resource.cfg et cgi.cfg par poller
    #2502: disabled services show up too
    #2398: Include DNS resolving in host configuration page
    #2250: Autorefresh new added Host/Service Downtimes
    #2234: Configuration> Nagios> Snmp traps to Configuration> snmptt
    #2196: Sync SNMPTrap files to nagios satellite
    #2170: Class CentreonACL update
    #2143: Add logrotate entry for logs
    #1995: Context-aware help in Administration
    #1994: Context-aware  help in graphs configuration
    #1962: [EN] Add hostgroup filter in Configuration / Services | [FR] Ajout d'un filtre par hostgroup dans la partie configuration / services
    #1871: New options in Nagios 3.2
    #1856: Alert user when he try to move one host on another poller and if host parent are on old poller
    #1853: Possibility to view configuration when not authorised to modify it
    #1761: Ajout de plusieurs accès LDAP
    #1735: Création de metric de type 'virtuel' : manipulation des options CDEF et VDEF de RRDTOOL
    #1734: Unreachable Hosts and linked services no more considerated as Unhandled
    #1730: Another Snmptraps optimization
    #1617: SNMP Traps registration
    
    Bug fixes
    =========
    #4042: Unexpected ack behavior
    #4031: Hôte sans adresse IP
    #4030: index data not created for multiple services
    #4029: redémarrage du service broker lors de la génération de la configuration
    #4027: servicegroup relation duplicated on service detach
    #4025: centcore
    #4023: Missing resources on duplicate monitoring engine.
    #4018: Downtime listing forms are broken
    #4017: [rrd rebuild] Can't rebuild a single metric of a service
    #4014: External commands can be sent multiple times
    #4013: Search function in Configuration > Services
    #4011: Centcore Options
    #4004: ACL are not applied on comments in Monitoring > Services > Comments
    #4003: Reporting > Dashboard > incorrect values for scheduled downtime 
    #4001: Add poller wrong path
    #3997: Centcore PID
    #3994: Monitoring pages and graph icon (centreon-broker)
    #3992: "autologin, graph and ACL"
    #3985: "Get broker statistic, ssh failed."
    #3981: "Broker configuration, compresion level."
    #3979: Poller name empty
    #3977: Menu ACL link empty
    #3975: autologin link weird behaviour
    #3969: Monitoring engines pages
    #3966: nagiosPerfTrace and lock system
    #3962: Databases not created during the php phase setup
    #3960: "Virtual Metrics created, but should not because there is an error in RPN function"
    #3953: error install.sh on upgrade
    #3949: "error ""Could not find macro $USER1$"" while testing plugin"
    #3947: Impossible de paramétrer un serveur LDAP
    #3944: "COUNTER & Centreon-Broker, 2.4, meta-services => KO"
    #3943: Default acknowledgment options are not used in service details page
    #3932: [ACL] views -> graph tree view
    #3930: PHP notice during upgrade
    #3929: no poller in configuration-->centreon menu
    #3928: error DB-Func.php
    #3927: Undefined variable: classdir in /usr/share/centreon/www/index.php on line 56
    #3922: One session created per Export API call ? 
    #3920: Tree view takes too long to load when ACL is involved
    #3919: Logrotate warning
    #3916: Problem with monitoring engine statistics
    #3911: Initiale State logging option must be enabled for the dashboard module
    #3910: Internet Explorer menu dissapears
    #3906: No error when trying to generate configuration for a poller without main.cfg
    #3902: double entry for logAnalyser in DB
    #3896: Add force download HTTP header when exporting event logs to XML
    #3894: Missing help definition in componentTemplates/help.php
    #3892: Graph navigation not working properly when server's timezone is not GMT/UTC
    #3888: Fix problem with service by HG in downtime view
    #3887: DowntimeManager.php do not manager service by hostgroups
    #3886: "field ""Inherits Parent"" are always not set when we add a dependancy"
    #3885: Unable to configure dependancy based on service by hostgroup
    #3883: Can't fill admin e-mail field with «root@local*»
    #3878: Centcore cannot exit when MySQL DB is down
    #3877: Unable to set recurrent downtines to a service link to a hostgroup
    #3875: Graph navigation not working properly when timezone management is enabled
    #3873: Invalid *RRD length* option when generating broker configuration
    #3872: Graphs loaded twice when hovering over the graphs icon in services monitoring page
    #3870: JavaScript parse error with time zones if user timezone offset is null
    #3865: Graph data not positioned correctly on monitoring engines statistics graphs when timezone management is enabled
    #3864: Graph data not positioned correctly on all graphs when timezone management is enabled
    #3862: inheritance between contact and contact template
    #3860: Massive change on contacts template doesn't work
    #3859: contacts are not generated
    #3855: No help in Centreon Broker configuration when display existing configuration
    #3853: incorrect limit service in monitoring
    #3844: Centreon is restarting monitoring engine even when configuration files can't be moved
    #3843: Pending filter on Unhandled Problems view dosn't work.
    #3842: Cannot set ACL rules on hidden pages
    #3840: Problem with locks in centAcl.php
    #3837: Running logAnalyser -h blocks next execution of the process
    #3834: Wrong rights on centreon plugins
    #3831: Curve legend name not applied
    #3829: Correct Centreon audit logs
    #3821: Update centreon 2.4 : cgi is orphan
    #3820: RRDTOOL graphs unit display
    #3819: Monitoring status filter - incorrect default value
    #3816: Some graph are not displayed after upgrade (2.1.6->2.3.9)
    #3814: [centAcl] Exist
    #3809: Files Generating crash
    #3808: wrong path in process-service-perfdata plugin
    #3807: check centstorage status during install process
    #3806: Centcore error log : Cannot restart SNMPTT for poller 
    #3795: Menu with popup activated doesn't work as expected
    #3787: [Virtual metrics] Are not enable at creation
    #3784: Service group membership being messed up after editing service
    #3780: Some search results in Views > Graphs shows hosts with no services
    #3779: CentStorage default script installed FAIL
    #3778: centcore.default not found on Debian during install process
    #3775: PHP errors when changing host templates
    #3769: "Disable, TopCounter Service and Service Monitoring"
    #3761: Resources not assigned to a poller
    #3752: Differences in database schema between an update and a fresh install
    #3750: Message error not handle when move files
    #3728: Bug with Split Components
    #3726: Update Documentation Link to centreon-engine one
    #3724: Event log order
    #3702: Erreur sur le nombre de service acquitté avec Centreon 2.3.9 et Centreon-Broker dans Tactical Overview
    #3697: Centcore does not check if engine configuration file is enabled...
    #3691: ACL: Services categories doesn't make restriction on services groups
    #3690: "centstorage initscript, using a new tool not install by default on debian"
    #3689: "Installer, Centreon Connectors directory not created"
    #3685: Errors in insertBaseConf.sql
    #3675: "Criticality is not saved in ""Monitoring "" filters"
    #3674: Pear-DB not necessary for Centreon
    #3670: Hostgroup filter not working properly in Monitoring -> Hosts -> host Groups 
    #3667: Invalid label for status_file.
    #3663: LDAP import not working for more than one checked user
    #3657: Meta Service n'affiche pas son graphique
    #3650: No possibility to enable/desable virtual metrics
    #3649: Incorrect log file for virtual metrics debug
    #3648: Unable to change curves color
    #3642: Monitoring Engine Statistics doesn't work with Centreon Engine
    #3639: Mistake in purgeLogs cron 
    #3620: Hostgroup filter not working properly in Service Summary/Grid pages
    #3615: Bug avec IE7/8
    #3614: Pagination into configuration
    #3613: filter on host into service configuration.
    #3596: Wrong redirection with char # in hostnames
    #3594: Renamed poller shows not running
    #3593: Bad value for Centreon directory 
    #3592: service detail page with centreon broker is slow
    #3590: Too many informations in table 'log'
    #3587: Add full description for CB field in database
    #3586: Wrong syntax for MySQL in insertBaseConf.sql script
    #3585: Column cfg_file is missing on cfg_nagios table
    #3572: "[Centreon] bad label in "" Monitoring > Event Logs"""
    #3571: Broken image in host/service ext info tab
    #3569: Skip deprecated/ignored fields when generating configuration files for Centreon Engine
    #3563: Links for export buttons next to graphs do not pass the correct parameters to the data export script
    #3562: Pending states in Tactical Overview
    #3558: "Parsing failed when testing ""nagios"" configuration with Centreon Engine"
    #3555: Monitoring / Hostgroups / Services Status : wrong numbers ?
    #3553: Apache error logs - 2.3.8
    #3550: Graphs metric box is not fully grey
    #3549: Meta Services metrics order
    #3540: Code execution MIB Upload
    #3539: Error on SNMP-Disk-C
    #3537: Html page not well formed: DB not connected
    #3534: Traduction : chaines intraduisibles + pb d'encoding
    #3530: Hostgroup filter not working properly in Service Summary/Grid pages
    #3507: Engine Integration: add possibility to enable shell for specifics commands
    #3504: Unable to install Centreon on RHEL 6
    #3503: JS typo
    #3498: Bad use of field last_execution_time in logAnalyzer
    #3482: Génération des fichiers
    #3481: Creating new curves - List of known metrics
    #3475: Menu tree incorrect for serviceand host details page
    #3474: Nagios default option in new create nagios.cfg
    #3472: Images Directory should not require in monitoring form
    #3467: Supervision > Services  : page blanche
    #3463: Modification par un administrateur d'un contact issue d'un groupe LDAP
    #3462: Probleme indentation fichier centreon-purge.log
    #3451: Suppression des commentaires impossibles
    #3448: Forbidden links displayed
    #3442: [logAnalyser] Date in log and lock system
    #3438: Affichage configuration / services
    #3427: CSS problem when action-url is provided 
    #3422: "Ne peut pas afficher les services"" Pending"""
    #3397: Affichage de la description du groupe d'hôtes à la place de son nom
    #3363: [Events log] Bug error_log 
    #3357: probleme script logAnalyzer after update centreon
    #3353: Host Downtime cannot be deleted.
    #3310: LDAP - users import
    #3279: problem with plugins in /tmp during install
    #3265: [graph] Special metrics and broker
    #3230: [centreon] curve's labels do not support non-us characters
    #3201: Configuration breadcrumb not update.
    #3198: [ACL] User template and contact group : doesn't woking together
    #3163: Configuration>Nagios>Export ne prend pas en compte les modules de Centreon Broker
    #3161: Bug affichage Supervision -> Hotes
    #3153: [centstorage] perfdata name and special character
    #3124: ACL Ignored in Configuration > Commands > Checks
    #3121: Wrong database name for centreon-broker default config
    #3082: Ordre des personnes connectés (vu uniquement que par les administrateurs)
    #2913: Centreon 2.3.3 Unable to view event logs
    #2911: New metric not visible
    #2905: possibilité d'afficher des graphiques alors que pas de graphiques générés
    #2835: Bad name in perfdata
    #2800: CSV timestamp only in Unixtime @ Views -> Graphs
    #2779: "Centstorage, bad handle of specials chars in perfdata"
    #2717: Enhancement #2105 does not work
    #2680: sql injection detection too restrictive/naive code
    #2656: Double compte admin lors de l'installation
    #2454: Monitoring -> Hosts -> Host Groups : show more hosts groups than the user have rights
    #2382: everything at the GUI is duplicated?
    #2327: Monitoring Services Mouseover Popup: bottom not visible
    #2209: Centstorage overwrites service-perfdata with performance data from the poller
    #2164: Génération des statistiques Nagios
    #2158: Bug lors de mise à jour
    #2059: Hosts without service are not listed on the monitoring page
    #1904: Pending services not shown
    #1878: Problem when using \t  in Service Performance Data File Template
    #1834: Host overview doesn't sort IP Addresses not naturally
    #1583: Meta Service Problem
    #1512: Suppression commentaire dans page monitoring
    #1469: Errors when adding menu items with entry in toplevel menu
    #1388: HostGroup SNMP Version don't generate nagios config entries
    #4042: Unexpected ack behavior
    #4031: Hôte sans adresse IP
    #4030: index data not created for multiple services
    #4029: redémarrage du service broker lors de la génération de la configuration
    #4027: servicegroup relation duplicated on service detach
    #4025: centcore
    #4023: Missing resources on duplicate monitoring engine.
    #4018: Downtime listing forms are broken
    #4017: [rrd rebuild] Can't rebuild a single metric of a service
    #4014: External commands can be sent multiple times
    #4013: Search function in Configuration > Services
    #4011: Centcore Options
    #4004: ACL are not applied on comments in Monitoring > Services > Comments
    #4003: Reporting > Dashboard > incorrect values for scheduled downtime 
    #4001: Add poller wrong path
    #3997: Centcore PID
    #3994: Monitoring pages and graph icon (centreon-broker)
    #3992: "autologin, graph and ACL"
    #3985: "Get broker statistic, ssh failed."
    #3981: "Broker configuration, compresion level."
    #3979: Poller name empty
    #3977: Menu ACL link empty
    #3975: autologin link weird behaviour
    #3969: Monitoring engines pages
    #3966: nagiosPerfTrace and lock system
    #3962: Databases not created during the php phase setup
    #3960: "Virtual Metrics created, but should not because there is an error in RPN function"
    #3953: error install.sh on upgrade
    #3949: "error ""Could not find macro $USER1$"" while testing plugin"
    #3947: Impossible de paramétrer un serveur LDAP
    #3944: "COUNTER & Centreon-Broker, 2.4, meta-services => KO"
    #3943: Default acknowledgment options are not used in service details page
    #3932: [ACL] views -> graph tree view
    #3930: PHP notice during upgrade
    #3929: no poller in configuration-->centreon menu
    #3928: error DB-Func.php
    #3927: Undefined variable: classdir in /usr/share/centreon/www/index.php on line 56
    #3922: One session created per Export API call ? 
    #3920: Tree view takes too long to load when ACL is involved
    #3919: Logrotate warning
    #3916: Problem with monitoring engine statistics
    #3911: Initiale State logging option must be enabled for the dashboard module
    #3910: Internet Explorer menu dissapears
    #3906: No error when trying to generate configuration for a poller without main.cfg
    #3902: double entry for logAnalyser in DB
    #3896: Add force download HTTP header when exporting event logs to XML
    #3894: Missing help definition in componentTemplates/help.php
    #3892: Graph navigation not working properly when server's timezone is not GMT/UTC
    #3888: Fix problem with service by HG in downtime view
    #3887: DowntimeManager.php do not manager service by hostgroups
    #3886: "field ""Inherits Parent"" are always not set when we add a dependancy"
    #3885: Unable to configure dependancy based on service by hostgroup
    #3883: Can't fill admin e-mail field with «root@local*»
    #3878: Centcore cannot exit when MySQL DB is down
    #3877: Unable to set recurrent downtines to a service link to a hostgroup
    #3875: Graph navigation not working properly when timezone management is enabled
    #3873: Invalid *RRD length* option when generating broker configuration
    #3872: Graphs loaded twice when hovering over the graphs icon in services monitoring page
    #3870: JavaScript parse error with time zones if user timezone offset is null
    #3865: Graph data not positioned correctly on monitoring engines statistics graphs when timezone management is enabled
    #3864: Graph data not positioned correctly on all graphs when timezone management is enabled
    #3862: inheritance between contact and contact template
    #3860: Massive change on contacts template doesn't work
    #3859: contacts are not generated
    #3855: No help in Centreon Broker configuration when display existing configuration
    #3853: incorrect limit service in monitoring
    #3844: Centreon is restarting monitoring engine even when configuration files can't be moved
    #3843: Pending filter on Unhandled Problems view dosn't work.
    #3842: Cannot set ACL rules on hidden pages
    #3840: Problem with locks in centAcl.php
    #3837: Running logAnalyser -h blocks next execution of the process
    #3834: Wrong rights on centreon plugins
    #3831: Curve legend name not applied
    #3829: Correct Centreon audit logs
    #3821: Update centreon 2.4 : cgi is orphan
    #3820: RRDTOOL graphs unit display
    #3819: Monitoring status filter - incorrect default value
    #3816: Some graph are not displayed after upgrade (2.1.6->2.3.9)
    #3814: [centAcl] Exist
    #3809: Files Generating crash
    #3808: wrong path in process-service-perfdata plugin
    #3807: check centstorage status during install process
    #3806: Centcore error log : Cannot restart SNMPTT for poller 
    #3795: Menu with popup activated doesn't work as expected
    #3787: [Virtual metrics] Are not enable at creation
    #3784: Service group membership being messed up after editing service
    #3780: Some search results in Views > Graphs shows hosts with no services
    #3779: CentStorage default script installed FAIL
    #3778: centcore.default not found on Debian during install process
    #3775: PHP errors when changing host templates
    #3769: "Disable, TopCounter Service and Service Monitoring"
    #3761: Resources not assigned to a poller
    #3752: Differences in database schema between an update and a fresh install
    #3750: Message error not handle when move files
    #3728: Bug with Split Components
    #3726: Update Documentation Link to centreon-engine one
    #3724: Event log order
    #3702: Erreur sur le nombre de service acquitté avec Centreon 2.3.9 et Centreon-Broker dans Tactical Overview
    #3697: Centcore does not check if engine configuration file is enabled...
    #3691: ACL: Services categories doesn't make restriction on services groups
    #3690: "centstorage initscript, using a new tool not install by default on debian"
    #3689: "Installer, Centreon Connectors directory not created"
    #3685: Errors in insertBaseConf.sql
    #3675: "Criticality is not saved in ""Monitoring "" filters"
    #3674: Pear-DB not necessary for Centreon
    #3670: Hostgroup filter not working properly in Monitoring -> Hosts -> host Groups 
    #3667: Invalid label for status_file.
    #3663: LDAP import not working for more than one checked user
    #3657: Meta Service n'affiche pas son graphique
    #3650: No possibility to enable/desable virtual metrics
    #3649: Incorrect log file for virtual metrics debug
    #3648: Unable to change curves color
    #3642: Monitoring Engine Statistics doesn't work with Centreon Engine
    #3639: Mistake in purgeLogs cron 
    #3620: Hostgroup filter not working properly in Service Summary/Grid pages
    #3615: Bug avec IE7/8
    #3614: Pagination into configuration
    #3613: filter on host into service configuration.
    #3596: Wrong redirection with char # in hostnames
    #3594: Renamed poller shows not running
    #3593: Bad value for Centreon directory 
    #3592: service detail page with centreon broker is slow
    #3590: Too many informations in table 'log'
    #3587: Add full description for CB field in database
    #3586: Wrong syntax for MySQL in insertBaseConf.sql script
    #3585: Column cfg_file is missing on cfg_nagios table
    #3572: "[Centreon] bad label in "" Monitoring > Event Logs"""
    #3571: Broken image in host/service ext info tab
    #3569: Skip deprecated/ignored fields when generating configuration files for Centreon Engine
    #3563: Links for export buttons next to graphs do not pass the correct parameters to the data export script
    #3562: Pending states in Tactical Overview
    #3558: "Parsing failed when testing ""nagios"" configuration with Centreon Engine"
    #3555: Monitoring / Hostgroups / Services Status : wrong numbers ?
    #3553: Apache error logs - 2.3.8
    #3550: Graphs metric box is not fully grey
    #3549: Meta Services metrics order
    #3540: Code execution MIB Upload
    #3539: Error on SNMP-Disk-C
    #3537: Html page not well formed: DB not connected
    #3534: Traduction : chaines intraduisibles + pb d'encoding
    #3530: Hostgroup filter not working properly in Service Summary/Grid pages
    #3507: Engine Integration: add possibility to enable shell for specifics commands
    #3504: Unable to install Centreon on RHEL 6
    #3503: JS typo
    #3498: Bad use of field last_execution_time in logAnalyzer
    #3482: Génération des fichiers
    #3481: Creating new curves - List of known metrics
    #3475: Menu tree incorrect for serviceand host details page
    #3474: Nagios default option in new create nagios.cfg
    #3472: Images Directory should not require in monitoring form
    #3467: Supervision > Services  : page blanche
    #3463: Modification par un administrateur d'un contact issue d'un groupe LDAP
    #3462: Probleme indentation fichier centreon-purge.log
    #3451: Suppression des commentaires impossibles
    #3448: Forbidden links displayed
    #3442: [logAnalyser] Date in log and lock system
    #3438: Affichage configuration / services
    #3427: CSS problem when action-url is provided 
    #3422: "Ne peut pas afficher les services"" Pending"""
    #3397: Affichage de la description du groupe d'hôtes à la place de son nom
    #3363: [Events log] Bug error_log 
    #3357: probleme script logAnalyzer after update centreon
    #3353: Host Downtime cannot be deleted.
    #3310: LDAP - users import
    #3279: problem with plugins in /tmp during install
    #3265: [graph] Special metrics and broker
    #3230: [centreon] curve's labels do not support non-us characters
    #3201: Configuration breadcrumb not update.
    #3198: [ACL] User template and contact group : doesn't woking together
    #3163: Configuration>Nagios>Export ne prend pas en compte les modules de Centreon Broker
    #3161: Bug affichage Supervision -> Hotes
    #3153: [centstorage] perfdata name and special character
    #3124: ACL Ignored in Configuration > Commands > Checks
    #3121: Wrong database name for centreon-broker default config
    #3082: Ordre des personnes connectés (vu uniquement que par les administrateurs)
    #2913: Centreon 2.3.3 Unable to view event logs
    #2911: New metric not visible
    #2905: possibilité d'afficher des graphiques alors que pas de graphiques générés
    #2835: Bad name in perfdata
    #2800: CSV timestamp only in Unixtime @ Views -> Graphs
    #2779: "Centstorage, bad handle of specials chars in perfdata"
    #2717: Enhancement #2105 does not work
    #2680: sql injection detection too restrictive/naive code
    #2656: Double compte admin lors de l'installation
    #2454: Monitoring -> Hosts -> Host Groups : show more hosts groups than the user have rights
    #2382: everything at the GUI is duplicated?
    #2327: Monitoring Services Mouseover Popup: bottom not visible
    #2209: Centstorage overwrites service-perfdata with performance data from the poller
    #2164: Génération des statistiques Nagios
    #2158: Bug lors de mise à jour
    #2059: Hosts without service are not listed on the monitoring page
    #1904: Pending services not shown
    #1878: Problem when using \t  in Service Performance Data File Template
    #1834: Host overview doesn't sort IP Addresses not naturally
    #1583: Meta Service Problem
    #1512: Suppression commentaire dans page monitoring
    #1469: Errors when adding menu items with entry in toplevel menu
    #1388: HostGroup SNMP Version don't generate nagios config entries
    #4042: Unexpected ack behavior
    #4031: Hôte sans adresse IP
    #4030: index data not created for multiple services
    #4029: redémarrage du service broker lors de la génération de la configuration
    #4027: servicegroup relation duplicated on service detach
    #4025: centcore
    #4023: Missing resources on duplicate monitoring engine.
    #4018: Downtime listing forms are broken
    #4017: [rrd rebuild] Can't rebuild a single metric of a service
    #4014: External commands can be sent multiple times
    #4013: Search function in Configuration > Services
    #4011: Centcore Options
    #4004: ACL are not applied on comments in Monitoring > Services > Comments
    #4003: Reporting > Dashboard > incorrect values for scheduled downtime 
    #4001: Add poller wrong path
    #3997: Centcore PID
    #3994: Monitoring pages and graph icon (centreon-broker)
    #3992: "autologin, graph and ACL"
    #3985: "Get broker statistic, ssh failed."
    #3981: "Broker configuration, compresion level."
    #3979: Poller name empty
    #3977: Menu ACL link empty
    #3975: autologin link weird behaviour
    #3969: Monitoring engines pages
    #3966: nagiosPerfTrace and lock system
    #3962: Databases not created during the php phase setup
    #3960: "Virtual Metrics created, but should not because there is an error in RPN function"
    #3953: error install.sh on upgrade
    #3949: "error ""Could not find macro $USER1$"" while testing plugin"
    #3947: Impossible de paramétrer un serveur LDAP
    #3944: "COUNTER & Centreon-Broker, 2.4, meta-services => KO"
    #3943: Default acknowledgment options are not used in service details page
    #3932: [ACL] views -> graph tree view
    #3930: PHP notice during upgrade
    #3929: no poller in configuration-->centreon menu
    #3928: error DB-Func.php
    #3927: Undefined variable: classdir in /usr/share/centreon/www/index.php on line 56
    #3922: One session created per Export API call ? 
    #3920: Tree view takes too long to load when ACL is involved
    #3919: Logrotate warning
    #3916: Problem with monitoring engine statistics
    #3911: Initiale State logging option must be enabled for the dashboard module
    #3910: Internet Explorer menu dissapears
    #3906: No error when trying to generate configuration for a poller without main.cfg
    #3902: double entry for logAnalyser in DB
    #3896: Add force download HTTP header when exporting event logs to XML
    #3894: Missing help definition in componentTemplates/help.php
    #3892: Graph navigation not working properly when server's timezone is not GMT/UTC
    #3888: Fix problem with service by HG in downtime view
    #3887: DowntimeManager.php do not manager service by hostgroups
    #3886: "field ""Inherits Parent"" are always not set when we add a dependancy"
    #3885: Unable to configure dependancy based on service by hostgroup
    #3883: Can't fill admin e-mail field with «root@local*»
    #3878: Centcore cannot exit when MySQL DB is down
    #3877: Unable to set recurrent downtines to a service link to a hostgroup
    #3875: Graph navigation not working properly when timezone management is enabled
    #3873: Invalid *RRD length* option when generating broker configuration
    #3872: Graphs loaded twice when hovering over the graphs icon in services monitoring page
    #3870: JavaScript parse error with time zones if user timezone offset is null
    #3865: Graph data not positioned correctly on monitoring engines statistics graphs when timezone management is enabled
    #3864: Graph data not positioned correctly on all graphs when timezone management is enabled
    #3862: inheritance between contact and contact template
    #3860: Massive change on contacts template doesn't work
    #3859: contacts are not generated
    #3855: No help in Centreon Broker configuration when display existing configuration
    #3853: incorrect limit service in monitoring
    #3844: Centreon is restarting monitoring engine even when configuration files can't be moved
    #3843: Pending filter on Unhandled Problems view dosn't work.
    #3842: Cannot set ACL rules on hidden pages
    #3840: Problem with locks in centAcl.php
    #3837: Running logAnalyser -h blocks next execution of the process
    #3834: Wrong rights on centreon plugins
    #3831: Curve legend name not applied
    #3829: Correct Centreon audit logs
    #3821: Update centreon 2.4 : cgi is orphan
    #3820: RRDTOOL graphs unit display
    #3819: Monitoring status filter - incorrect default value
    #3816: Some graph are not displayed after upgrade (2.1.6->2.3.9)
    #3814: [centAcl] Exist
    #3809: Files Generating crash
    #3808: wrong path in process-service-perfdata plugin
    #3807: check centstorage status during install process
    #3806: Centcore error log : Cannot restart SNMPTT for poller 
    #3795: Menu with popup activated doesn't work as expected
    #3787: [Virtual metrics] Are not enable at creation
    #3784: Service group membership being messed up after editing service
    #3780: Some search results in Views > Graphs shows hosts with no services
    #3779: CentStorage default script installed FAIL
    #3778: centcore.default not found on Debian during install process
    #3775: PHP errors when changing host templates
    #3769: "Disable, TopCounter Service and Service Monitoring"
    #3761: Resources not assigned to a poller
    #3752: Differences in database schema between an update and a fresh install
    #3750: Message error not handle when move files
    #3728: Bug with Split Components
    #3726: Update Documentation Link to centreon-engine one
    #3724: Event log order
    #3702: Erreur sur le nombre de service acquitté avec Centreon 2.3.9 et Centreon-Broker dans Tactical Overview
    #3697: Centcore does not check if engine configuration file is enabled...
    #3691: ACL: Services categories doesn't make restriction on services groups
    #3690: "centstorage initscript, using a new tool not install by default on debian"
    #3689: "Installer, Centreon Connectors directory not created"
    #3685: Errors in insertBaseConf.sql
    #3675: "Criticality is not saved in ""Monitoring "" filters"
    #3674: Pear-DB not necessary for Centreon
    #3670: Hostgroup filter not working properly in Monitoring -> Hosts -> host Groups 
    #3667: Invalid label for status_file.
    #3663: LDAP import not working for more than one checked user
    #3657: Meta Service n'affiche pas son graphique
    #3650: No possibility to enable/desable virtual metrics
    #3649: Incorrect log file for virtual metrics debug
    #3648: Unable to change curves color
    #3642: Monitoring Engine Statistics doesn't work with Centreon Engine
    #3639: Mistake in purgeLogs cron 
    #3620: Hostgroup filter not working properly in Service Summary/Grid pages
    #3615: Bug avec IE7/8
    #3614: Pagination into configuration
    #3613: filter on host into service configuration.
    #3596: Wrong redirection with char # in hostnames
    #3594: Renamed poller shows not running
    #3593: Bad value for Centreon directory 
    #3592: service detail page with centreon broker is slow
    #3590: Too many informations in table 'log'
    #3587: Add full description for CB field in database
    #3586: Wrong syntax for MySQL in insertBaseConf.sql script
    #3585: Column cfg_file is missing on cfg_nagios table
    #3572: "[Centreon] bad label in "" Monitoring > Event Logs"""
    #3571: Broken image in host/service ext info tab
    #3569: Skip deprecated/ignored fields when generating configuration files for Centreon Engine
    #3563: Links for export buttons next to graphs do not pass the correct parameters to the data export script
    #3562: Pending states in Tactical Overview
    #3558: "Parsing failed when testing ""nagios"" configuration with Centreon Engine"
    #3555: Monitoring / Hostgroups / Services Status : wrong numbers ?
    #3553: Apache error logs - 2.3.8
    #3550: Graphs metric box is not fully grey
    #3549: Meta Services metrics order
    #3540: Code execution MIB Upload
    #3539: Error on SNMP-Disk-C
    #3537: Html page not well formed: DB not connected
    #3534: Traduction : chaines intraduisibles + pb d'encoding
    #3530: Hostgroup filter not working properly in Service Summary/Grid pages
    #3507: Engine Integration: add possibility to enable shell for specifics commands
    #3504: Unable to install Centreon on RHEL 6
    #3503: JS typo
    #3498: Bad use of field last_execution_time in logAnalyzer
    #3482: Génération des fichiers
    #3481: Creating new curves - List of known metrics
    #3475: Menu tree incorrect for serviceand host details page
    #3474: Nagios default option in new create nagios.cfg
    #3472: Images Directory should not require in monitoring form
    #3467: Supervision > Services  : page blanche
    #3463: Modification par un administrateur d'un contact issue d'un groupe LDAP
    #3462: Probleme indentation fichier centreon-purge.log
    #3451: Suppression des commentaires impossibles
    #3448: Forbidden links displayed
    #3442: [logAnalyser] Date in log and lock system
    #3438: Affichage configuration / services
    #3427: CSS problem when action-url is provided 
    #3422: "Ne peut pas afficher les services"" Pending"""
    #3397: Affichage de la description du groupe d'hôtes à la place de son nom
    #3363: [Events log] Bug error_log 
    #3357: probleme script logAnalyzer after update centreon
    #3353: Host Downtime cannot be deleted.
    #3310: LDAP - users import
    #3279: problem with plugins in /tmp during install
    #3265: [graph] Special metrics and broker
    #3230: [centreon] curve's labels do not support non-us characters
    #3201: Configuration breadcrumb not update.
    #3198: [ACL] User template and contact group : doesn't woking together
    #3163: Configuration>Nagios>Export ne prend pas en compte les modules de Centreon Broker
    #3161: Bug affichage Supervision -> Hotes
    #3153: [centstorage] perfdata name and special character
    #3124: ACL Ignored in Configuration > Commands > Checks
    #3121: Wrong database name for centreon-broker default config
    #3082: Ordre des personnes connectés (vu uniquement que par les administrateurs)
    #2913: Centreon 2.3.3 Unable to view event logs
    #2911: New metric not visible
    #2905: possibilité d'afficher des graphiques alors que pas de graphiques générés
    #2835: Bad name in perfdata
    #2800: CSV timestamp only in Unixtime @ Views -> Graphs
    #2779: "Centstorage, bad handle of specials chars in perfdata"
    #2717: Enhancement #2105 does not work
    #2680: sql injection detection too restrictive/naive code
    #2656: Double compte admin lors de l'installation
    #2454: Monitoring -> Hosts -> Host Groups : show more hosts groups than the user have rights
    #2382: everything at the GUI is duplicated?
    #2327: Monitoring Services Mouseover Popup: bottom not visible
    #2209: Centstorage overwrites service-perfdata with performance data from the poller
    #2164: Génération des statistiques Nagios
    #2158: Bug lors de mise à jour
    #2059: Hosts without service are not listed on the monitoring page
    #1904: Pending services not shown
    #1878: Problem when using \t  in Service Performance Data File Template
    #1834: Host overview doesn't sort IP Addresses not naturally
    #1583: Meta Service Problem
    #1512: Suppression commentaire dans page monitoring
    #1469: Errors when adding menu items with entry in toplevel menu
    #1388: HostGroup SNMP Version don't generate nagios config entries
    #4042: Unexpected ack behavior
    #4031: Hôte sans adresse IP
    #4030: index data not created for multiple services
    #4029: redémarrage du service broker lors de la génération de la configuration
    #4027: servicegroup relation duplicated on service detach
    #4025: centcore
    #4023: Missing resources on duplicate monitoring engine.
    #4018: Downtime listing forms are broken
    #4017: [rrd rebuild] Can't rebuild a single metric of a service
    #4014: External commands can be sent multiple times
    #4013: Search function in Configuration > Services
    #4011: Centcore Options
    #4004: ACL are not applied on comments in Monitoring > Services > Comments
    #4003: Reporting > Dashboard > incorrect values for scheduled downtime 
    #4001: Add poller wrong path
    #3997: Centcore PID
    #3994: Monitoring pages and graph icon (centreon-broker)
    #3992: "autologin, graph and ACL"
    #3985: "Get broker statistic, ssh failed."
    #3981: "Broker configuration, compresion level."
    #3979: Poller name empty
    #3977: Menu ACL link empty
    #3975: autologin link weird behaviour
    #3969: Monitoring engines pages
    #3966: nagiosPerfTrace and lock system
    #3962: Databases not created during the php phase setup
    #3960: "Virtual Metrics created, but should not because there is an error in RPN function"
    #3953: error install.sh on upgrade
    #3949: "error ""Could not find macro $USER1$"" while testing plugin"
    #3947: Impossible de paramétrer un serveur LDAP
    #3944: "COUNTER & Centreon-Broker, 2.4, meta-services => KO"
    #3943: Default acknowledgment options are not used in service details page
    #3932: [ACL] views -> graph tree view
    #3930: PHP notice during upgrade
    #3929: no poller in configuration-->centreon menu
    #3928: error DB-Func.php
    #3927: Undefined variable: classdir in /usr/share/centreon/www/index.php on line 56
    #3922: One session created per Export API call ? 
    #3920: Tree view takes too long to load when ACL is involved
    #3919: Logrotate warning
    #3916: Problem with monitoring engine statistics
    #3911: Initiale State logging option must be enabled for the dashboard module
    #3910: Internet Explorer menu dissapears
    #3906: No error when trying to generate configuration for a poller without main.cfg
    #3902: double entry for logAnalyser in DB
    #3896: Add force download HTTP header when exporting event logs to XML
    #3894: Missing help definition in componentTemplates/help.php
    #3892: Graph navigation not working properly when server's timezone is not GMT/UTC
    #3888: Fix problem with service by HG in downtime view
    #3887: DowntimeManager.php do not manager service by hostgroups
    #3886: "field ""Inherits Parent"" are always not set when we add a dependancy"
    #3885: Unable to configure dependancy based on service by hostgroup
    #3883: Can't fill admin e-mail field with «root@local*»
    #3878: Centcore cannot exit when MySQL DB is down
    #3877: Unable to set recurrent downtines to a service link to a hostgroup
    #3875: Graph navigation not working properly when timezone management is enabled
    #3873: Invalid *RRD length* option when generating broker configuration
    #3872: Graphs loaded twice when hovering over the graphs icon in services monitoring page
    #3870: JavaScript parse error with time zones if user timezone offset is null
    #3865: Graph data not positioned correctly on monitoring engines statistics graphs when timezone management is enabled
    #3864: Graph data not positioned correctly on all graphs when timezone management is enabled
    #3862: inheritance between contact and contact template
    #3860: Massive change on contacts template doesn't work
    #3859: contacts are not generated
    #3855: No help in Centreon Broker configuration when display existing configuration
    #3853: incorrect limit service in monitoring
    #3844: Centreon is restarting monitoring engine even when configuration files can't be moved
    #3843: Pending filter on Unhandled Problems view dosn't work.
    #3842: Cannot set ACL rules on hidden pages
    #3840: Problem with locks in centAcl.php
    #3837: Running logAnalyser -h blocks next execution of the process
    #3834: Wrong rights on centreon plugins
    #3831: Curve legend name not applied
    #3829: Correct Centreon audit logs
    #3821: Update centreon 2.4 : cgi is orphan
    #3820: RRDTOOL graphs unit display
    #3819: Monitoring status filter - incorrect default value
    #3816: Some graph are not displayed after upgrade (2.1.6->2.3.9)
    #3814: [centAcl] Exist
    #3809: Files Generating crash
    #3808: wrong path in process-service-perfdata plugin
    #3807: check centstorage status during install process
    #3806: Centcore error log : Cannot restart SNMPTT for poller 
    #3795: Menu with popup activated doesn't work as expected
    #3787: [Virtual metrics] Are not enable at creation
    #3784: Service group membership being messed up after editing service
    #3780: Some search results in Views > Graphs shows hosts with no services
    #3779: CentStorage default script installed FAIL
    #3778: centcore.default not found on Debian during install process
    #3775: PHP errors when changing host templates
    #3769: "Disable, TopCounter Service and Service Monitoring"
    #3761: Resources not assigned to a poller
    #3752: Differences in database schema between an update and a fresh install
    #3750: Message error not handle when move files
    #3728: Bug with Split Components
    #3726: Update Documentation Link to centreon-engine one
    #3724: Event log order
    #3702: Erreur sur le nombre de service acquitté avec Centreon 2.3.9 et Centreon-Broker dans Tactical Overview
    #3697: Centcore does not check if engine configuration file is enabled...
    #3691: ACL: Services categories doesn't make restriction on services groups
    #3690: "centstorage initscript, using a new tool not install by default on debian"
    #3689: "Installer, Centreon Connectors directory not created"
    #3685: Errors in insertBaseConf.sql
    #3675: "Criticality is not saved in ""Monitoring "" filters"
    #3674: Pear-DB not necessary for Centreon
    #3670: Hostgroup filter not working properly in Monitoring -> Hosts -> host Groups 
    #3667: Invalid label for status_file.
    #3663: LDAP import not working for more than one checked user
    #3657: Meta Service n'affiche pas son graphique
    #3650: No possibility to enable/desable virtual metrics
    #3649: Incorrect log file for virtual metrics debug
    #3648: Unable to change curves color
    #3642: Monitoring Engine Statistics doesn't work with Centreon Engine
    #3639: Mistake in purgeLogs cron 
    #3620: Hostgroup filter not working properly in Service Summary/Grid pages
    #3615: Bug avec IE7/8
    #3614: Pagination into configuration
    #3613: filter on host into service configuration.
    #3596: Wrong redirection with char # in hostnames
    #3594: Renamed poller shows not running
    #3593: Bad value for Centreon directory 
    #3592: service detail page with centreon broker is slow
    #3590: Too many informations in table 'log'
    #3587: Add full description for CB field in database
    #3586: Wrong syntax for MySQL in insertBaseConf.sql script
    #3585: Column cfg_file is missing on cfg_nagios table
    #3572: "[Centreon] bad label in "" Monitoring > Event Logs"""
    #3571: Broken image in host/service ext info tab
    #3569: Skip deprecated/ignored fields when generating configuration files for Centreon Engine
    #3563: Links for export buttons next to graphs do not pass the correct parameters to the data export script
    #3562: Pending states in Tactical Overview
    #3558: "Parsing failed when testing ""nagios"" configuration with Centreon Engine"
    #3555: Monitoring / Hostgroups / Services Status : wrong numbers ?
    #3553: Apache error logs - 2.3.8
    #3550: Graphs metric box is not fully grey
    #3549: Meta Services metrics order
    #3540: Code execution MIB Upload
    #3539: Error on SNMP-Disk-C
    #3537: Html page not well formed: DB not connected
    #3534: Traduction : chaines intraduisibles + pb d'encoding
    #3530: Hostgroup filter not working properly in Service Summary/Grid pages
    #3507: Engine Integration: add possibility to enable shell for specifics commands
    #3504: Unable to install Centreon on RHEL 6
    #3503: JS typo
    #3498: Bad use of field last_execution_time in logAnalyzer
    #3482: Génération des fichiers
    #3481: Creating new curves - List of known metrics
    #3475: Menu tree incorrect for serviceand host details page
    #3474: Nagios default option in new create nagios.cfg
    #3472: Images Directory should not require in monitoring form
    #3467: Supervision > Services  : page blanche
    #3463: Modification par un administrateur d'un contact issue d'un groupe LDAP
    #3462: Probleme indentation fichier centreon-purge.log
    #3451: Suppression des commentaires impossibles
    #3448: Forbidden links displayed
    #3442: [logAnalyser] Date in log and lock system
    #3438: Affichage configuration / services
    #3427: CSS problem when action-url is provided 
    #3422: "Ne peut pas afficher les services"" Pending"""
    #3397: Affichage de la description du groupe d'hôtes à la place de son nom
    #3363: [Events log] Bug error_log 
    #3357: probleme script logAnalyzer after update centreon
    #3353: Host Downtime cannot be deleted.
    #3310: LDAP - users import
    #3279: problem with plugins in /tmp during install
    #3265: [graph] Special metrics and broker
    #3230: [centreon] curve's labels do not support non-us characters
    #3201: Configuration breadcrumb not update.
    #3198: [ACL] User template and contact group : doesn't woking together
    #3163: Configuration>Nagios>Export ne prend pas en compte les modules de Centreon Broker
    #3161: Bug affichage Supervision -> Hotes
    #3153: [centstorage] perfdata name and special character
    #3124: ACL Ignored in Configuration > Commands > Checks
    #3121: Wrong database name for centreon-broker default config
    #3082: Ordre des personnes connectés (vu uniquement que par les administrateurs)
    #2913: Centreon 2.3.3 Unable to view event logs
    #2911: New metric not visible
    #2905: possibilité d'afficher des graphiques alors que pas de graphiques générés
    #2835: Bad name in perfdata
    #2800: CSV timestamp only in Unixtime @ Views -> Graphs
    #2779: "Centstorage, bad handle of specials chars in perfdata"
    #2717: Enhancement #2105 does not work
    #2680: sql injection detection too restrictive/naive code
    #2656: Double compte admin lors de l'installation
    #2454: Monitoring -> Hosts -> Host Groups : show more hosts groups than the user have rights
    #2382: everything at the GUI is duplicated?
    #2327: Monitoring Services Mouseover Popup: bottom not visible
    #2209: Centstorage overwrites service-perfdata with performance data from the poller
    #2164: Génération des statistiques Nagios
    #2158: Bug lors de mise à jour
    #2059: Hosts without service are not listed on the monitoring page
    #1904: Pending services not shown
    #1878: Problem when using \t  in Service Performance Data File Template
    #1834: Host overview doesn't sort IP Addresses not naturally
    #1583: Meta Service Problem
    #1512: Suppression commentaire dans page monitoring
    #1469: Errors when adding menu items with entry in toplevel menu
    #1388: HostGroup SNMP Version don't generate nagios config entries
    
    ## Centreon 2.3.9
    
    Bug : No CSV extraction when system is not using NDO
    Bug : It was impossible to import media file packages (.tgz or .zip) when using PHP 5.1
    Bug : Removed hardcoded paths of CGI configuration which were used during installation
    Bug : It is now mandatory to specify a "%s" pattern in the LDAP search filter
    Bug : Host category relations are also kept when duplicating a host
    Bug : Event logs were displaying inconsistent information depending on filter combination.
    Bug : Soft states were displayed in the Tactical overview page. Only hard states matter now.
    Bug : Monitoring console used to crash when some host group names contained " or ' characters
    Bug : ACL menu access overridden
    Bug : Graph split option is applied in some cases, although it is not supposed to
    
    ## Centreon 2.3.8
    
    Bug : ACL SQL query problem
    Bug : ACL engine does not handle multiple resource rules per access group
    
    ## Centreon 2.3.7
    
    Enhancement : prevent users from entering reserved macros
    Bug : fix duplicate entries(x4) in service monitoring console
    Bug : fix Internet explorer 7/8 problem with command argument fields in service configuration form
    Bug : possibility to escape the "!" character in argument definitions 
    Bug : fix notification problems that causes \n to be replaced with #BR#
    Bug : fix downtime info in overlay window
    Bug : fix logAnalyser lock system
    Bug : fix log data console when using Centreon Broker
    Bug : fix service by hostgroup summary monitoring console 
    
    ## Centreon 2.3.6
    
    Bug: fix typo in upgrade sql script
    
    ## Centreon 2.3.5
    
    Bug: add possibility to start nagios from Administration > status
    Bug: fix problem to edit a service linked to and HG from the service details page. 
    Bug: remove old files for broker when removing it
    Bug: fix problem with nagios stats graphs
    Bug: nagiosPerfTrace running problems
    Bug: fix problems in service categories with special chars
    Bug: meta service : parsing error 
    Bug: fix problem with host downtime
    Bug: pagination error in host and service downtime
    Bug: avoid to block SSH/SCP connexion in centcore
    Bug: solved problem with the backup file in centstorage
    Bug: centreon-broker is now default engine 
    Bug: generation of servicegroup dependancies failed
    Bug: retreive status_file parameters in nagios.cfg
    
    
    ## Centreon 2.3.4
    
    Enhancement: Add more help in LDAP form
    Enhancement: Improvement arround the broker integration
    Enhancement: Improve configuration Import system
    Enhancement: Improve color management for curve in graphs
    Enhancement: Improve vitual metrics management
    Bug : Fix problems with recurrent downtimes
    Bug : Fix problems with LDAP auth and Auto import of Users
    Bug : Fix problems with LDAP and Special chars
    Bug : Fix problem with status bar and poller state
    Bug : Fix problem with special chars in meta services
    Bug : Fix problem when user want to modify image in media
    Bug : Fix problem with auto increment id in ndo database
    Bug : Remove problem with ACL table : remove useless id 
    Bug : Various improvement in parsing of data in centstorage 
    
    ## Centreon 2.3.3
    Bug #2769: Centreon Broker - inverted verbosity level
    Bug #2762: Graphs - "scale to max" problem
    Bug #2757: N/A Poller version
    Bug #2756: Reporting dashboard displays incorrect data
    Bug #2705: $ARG$ type arguments are not checked on service template forms
    Bug #2621: Fixes host/hostgroup ACL on tree selector (Views > Graphs)
    Bug #2615: Service Details and HostDetails show a blank screen (when user is not allowed to view resource)
    Bug #2600: Changes confusing text on Centreon web installation
    Bug #2783: Centreon Broker - ACL not working on Host Monitoring page
    Bug #2784: Light vulnerability on Configuration Command
    
    ## Centreon 2.3.0-RC3
    
    Fixes
    =============
    Bug #1706: Host status issue - Pending Status
    Bug #1710: Topology links - User has to reconnect to see new pages
    Bug #1816: LDAP Search : scanning does not work properly
    Bug #1909: Special characters in SNMP community
    Bug #1969: Storage type configuration doesn't supported by Centstorage
    Bug #2005: ACL and host downtime schedule
    Bug #2013: Infinite loop: Services models heritage can provoke undetected infinite loop, page broken
    Bug #2069: Error in apache2/error.log for graph
    Bug #2139: Args not imported when import services.cfg
    Bug #2155: Remove deprecated split function
    Bug #2157: debug_verbosity is not set by default
    Bug #2178: Reversed text for Administrator Email and Pager
    Bug #2180: Nagios perfdata not properly saved in RRDs
    Bug #2183: Centstorage sleep_time is not taken into account
    Bug #2192: Cron archive-monitoring-incidents.pl
    Bug #2204: Nagios configuration Import does not work
    Bug #2206: debug_level is not set by default
    Bug #2216: Problem with delete button in CentreonBroker form
    Bug #2217: Use CSS in CentreonBroker Form
    Bug #2228: Incorrect Nagios Version displayed on Process Info Page
    Bug #2247: Centreon doesn't support PHP 5.3
    Bug #2252: Eventhandlers for Service Templates just showing Checks, not Misc
    Bug #2254: Deactivated service templates appear in service filters (configuration page)
    Bug #2255: Hostgroup filter doesn't work in monitoring
    Bug #2256: Fixes arbitrary *12 steps (RRD)
    Bug #2257: Dashboard Builder does not rebuild
    Bug #2259: Instance table not updated in database centstorage
    Bug #2263: Improve display option for warning and critical level in graphs
    Bug #2265: centTrapHandler-2.x and HTML entities handling
    Bug #2266: Blank page when hostgroup is duplicated by a non-admin user
    Bug #2274: ACL resource should not updated on hostgroup creation by a non-admin user
    Bug #2278: Navigation problem with graphs
    Bug #2288: Ajax problem on IE9
    Bug #2289: Call to undefined function display_copying_file()
    Bug #2290: Progress bar doesn't work with firefox 4
    Bug #2291: Incorrect link in TopCounter
    Bug #2295: Services by hostgroup not visible in eventlogs
    Bug #2297: Tactical Overview : wrong url
    Bug #2309: Filter problem in monitoring console
    Bug #2312: $USER2$ not used in check_command but service templates still use it
    Bug #2313: 'All Nagios Servers' generation config with debug create an Apache Segmentation fault
    Bug #2319: Centcore : getLocalOptionsField function doesn't work
    Bug #2320: Action URL / Notes URL missing
    Bug #2324: Service page empty if service URL Notes or Action URL are specified
    Bug #2325: Wrong search string at Monitoring -> Services
    Bug #2372: Footer window does not fade away
    Bug #2373: Quick Search box incorrect when the header is hidden.
    Bug #2375: Merge centTrapHandler and centTrapHandlerForPoller
    Bug #2389: logAnalyser fills up the log logAnalyser.log
    Bug #2390: Future downtimes not listed but listed when you select show finished downtimes
    Bug #2393: Heavy load on mysql db (fix included)
    Bug #2397: @CENTREON_LOG@/centreon-purge.log not replaced
    Bug #2399: Colors in Ping Graph will always change after a reload
    Bug #2400: Import OK, but config generation says there are no contact
    Bug #2416: Graphs: "LAST" appear twice
    Bug #2420: Spelling errors on ACL resources footer
    Bug #2421: Wrong search string at Monitoring -> By Service Group
    Bug #2441: contact_register field inverted in database (table contact)
    Bug #2448: centcore broken in 2.3-trunk
    Bug #2522: Problem on search page if service linked to multiple host exist
    Bug #2539: No Login possible PHP5.3
    Bug #2562: Centreon stop exporting if image in media does not exist
    Bug #2570: Delete double inclusion
    Bug #2577: Changing poller name leaves duplicate hosts and services
    Bug #2584: Poller and hostgroup select box empty
    Bug #2590: Synchronize ods_view_details when metric is deleted
    Bug #2591: Commands not generated
    Bug #2598: LDAP validation
    Bug #2602: Services appear twice in home page
    Bug #2612: Configuration file generation not working with IE7
    Bug #2238: Succesful login attempts are also logged into file error-login-xxx.log
    Bug #2308: Massive Change : Unable to reset Notification Options
    Bug #2469: Report host flapping attribute in Monitoring > Hosts
    Bug #2616: contactTemplates.cfg is not generated
    
    Features
    =============
    Enhancement #378: Add more options to RRD curves
    Enhancement #924: Handle GAUGE/COUNTER on RRD graphs
    Enhancement #2161: Centreon Broker Implementation
    Enhancement #1356: Possibility to Schedule downtime for all services of a host
    Enhancement #1380: New advanced periodical downtime system
    Enhancement #1506: Add a downtime to all members of a hostgroup
    Enhancement #1598: Import LDAP - Pager
    Enhancement #1669: Monitoring > Event Logs > Downtime
    Enhancement #1672: Scheduled Downtime and Reporting
    Enhancement #1679: Possibility to set default poller in host configuration form
    Enhancement #1729: LDAP TLS support
    Enhancement #1938: Allows spaces in service template Alias
    Enhancement #2017: Display Service group name in service detail page
    Enhancement #2081: Add timestamp into loganalyser.log
    Enhancement #2128: Direct LDAP connection
    Enhancement #2151: Possibility to select all boxes in Event Log Menu
    Enhancement #2218: Add URL Notes in tactical overview
    Enhancement #2235: Longer input fields for service arguments
    Enhancement #2239: Access to graph with simple readable URL
    Enhancement #2241: Sync SNMPTT config files to remote pollers
    Enhancement #2245: Performance enhancement on centreon_status database
    Enhancement #2311: Custom graph legends
    Enhancement #2317: Media import does not manage 'application/x-zip' file
    Enhancement #2377: Icon update during scrolling with the keyboard
    Enhancement #2384: New overlay window for downtimes on Host/Service monitoring consoles
    Enhancement #2385: New overlay window for acknowledgements on Host/Service monitoring consoles
    Enhancement #2401: Add Host group links in Monitoring > Hosts > Host Groups
    Enhancement #2434: Y-Axis upper limit scaled to "Max" value of metric
    Enhancement #2564: Extended status information for Notifications
    Enhancement #2604: Random colors on RRD graphs when they are not set by user (instead of the plain old blue color)
    
    ## Centreon 2.3.0-b3
    
    => feature: Default settings can be set on Acknowledgement and Downtime forms (Host/Service Monitoring pages)
    => feature: New status filter on Host/Service Monitoring pages, no more submenus for filtering statuses
    => feature: Display Top and Secondary priority hosts on Host Monitoring Problem pages when there is host inheritance
    
    ## Centreon 2.3.0-b1
    
    => feature: Downtimes can be scheduled periodically
     
     
    ## Centreon 2.2.0
    
    => fix: bug #2305: service extended info imported from existing config not imported
    => fix: bug #2280: Tactical Overview blank page
    => fix: bug #2298: hostgroups.cfg is missing members line
    => fix: bug #2301: plugin help not possible to see due to missing executable of the plugin
    => fix: bug #2300: check command command args not imported
    => fix: bug #2299: contact groups and contacts not linked after importing existing nagios config
    => fix: bug #2296: meta_escalations.cfg is empty
    => fix: bug #2287: bug on quick search right after form save
    => fix: bug #2282: Schedule downtime for Host redirects to Service downtimes
    => fix: bug #2277: Unable to import nagios service template file
     
    ## Centreon 2.2-RC2
    
    => fix: problem with search in service template
    => fix: problem with search in host template
    => fix: remove debug in centstorage
    => fix: bug #2169
    => fix: problem with ACL menu configuration -> some menu were not displayed
    => fix: problem with graph size for status
    => fix: problem with nagiosPerfTrace when a poller is disabled
    => fix: problem with host downtime
    => fix: bug #2123
    => fix: improve reactivity time for status counter
    => fix: fix problem with external command in centcore when this command us keywords
    => fix: fix a submit button bug for chrome
    => fix: fix problem on downtime delete
    => fix: remove #S# and #BS#
    => fix: special chars in LDAP connection system
    => fix: problem with declaration function in centTrapHandlerForPoller
    => fix: problem with upgrade of config generation engine 
     
    ## Centreon 2.2-RC1
    
    => fix: problem with search in monitoring
    => fix: problem with hardcoded path in the monitoring
    => enhancement: Capability to add wildcard in Data Source Name for graphs
    => enhancement: able to show downtime history
    => enhancement: better management of long output
    => fix: problem with configuration generation engine
    => fix: problem with treeview in graphs and eventlog view.
    
    ## Centreon 2.2-b1
    
    => feature: Add shortcut from host configuration page to service configuration page
    => feature: Improve trap management with adding rules for status detection
    => feature: Add icones in all services, hosts, host template and service templates pages 
    => feature: Add possibility to set ACL groupes directly from contact form
    => feature: Add possibility to add link between ACL groups and ACL resources, menu and actions.
    => feature: Add graph zoom
    => feature: Add graph period swicth (previous / next)
    => feature: Add graph image export icone
    => feature: Add radmon colors for unknown datasource
    => feature: Refactory of all graphs system
    => feature: Add Engine name, Engine version and status in Configuration > Centreon > pollers 
    => feature #1570: new command and service interface
    => feature #1561: context-aware help tooltips
    => feature: new type of objects, Host Categories for ACL
    => feature: ACL can be set on Poller. When set, resources will be filtered
    => feature: command arguments can have their descriptions. When set, there is no need to know the argument order of your commands
    => feature: possibility to synchronize media directory with database
    => feature: possibility to use multiple broker modules
    => enhancement: code refactoring
    => enhancement: removes useless/deprecated Nagios options 
    => enhancement: better overview of monitoring status
    => enhancement: new Views > Graphs interface (possibility to export images, zoom in etc...)
    => enhancement: menus of modules can be translated
    => enhancement: home > tactical overview is ajax'ed
    => enhancement: service icons are displayed in monitoring and configuration pages
    => enhancement: overlay windows show up in tactical overview and host monitoring pages
    => enhancement: Nagios process control page in Administration > Server Status page (used to be in Home > Nagios Statistics)
    => enhancement: Downtime and Comment pages in Monitoring > Services and Monitoring > Hosts pages (used to be in Monitoring > Event Logs)
    => enhancement: New search fields in Monitoring > Services pages (search by host, service, plugin output)
    => enhancement: cron jobs running status are stored in database
    => enhancement: custom macro tab has been removed, the custom macro fields are displayed in the first tab
    => enhancement: special characters with accents are now properly displayed in monitoring/views/configuration pages
    => enhancement: Add more search option in service pages 
    => enhancement: Improve macros management in host and service configuration page
    => enhancement: Add a specific color for disable object in monitoring
    => enhancement: Sort all object in multi select box in configuration pages
    => enhancement: Add more options in search engine in monitoring
    => enhancement: Add overlay in montoring on host link in all gird and summary pages
    
    ## Centreon 2.1.13
    
    => fix: problem with update of LDAP cache
    => fix: module cannot generate configuration for pollers.
    
    ## Centreon 2.1.12
    
    => fix: problem with traps and services link configuration
    => fix: problem with ACL menu configuration -> some menu were not displayed
    
    ## Centreon 2.1.11
    
    => fix: Remove problem with regexp in Centcore when matching command name
    => fix: Improve reactivity of pollers TopCounter status 
    => fix: fix typo error in about
    => fix: Problem with cache refresh for LDAP auth
    => fix: During service duplication, contact wasn't duplicated
    => fix: problem with config files generation for escalades 
    => enhancement: Improve rebuild engine for logs
    => fix: remove infinite loop in service configuration page
    => fix: improve loading hostgroups and hosts cfg files
    
    ## Centreon 2.1.10
    
    => fix: Tactical Overview : Unhandled problems shows services in scheduled downtime
    => fix: Problem with pagination in services problems pages
    => fix: Host check_command from Host-Template - inheritance problem
    => fix: Problem with hosts and Services with "\" not shown for user with ACL
    => fix: Command : "Re-schedule the next check for this service" not working
    => fix: Specials chars in quicksearch
    => fix: check_meta_service not taking NDO port into account
    => fix: hierarchy view in menus access interface
    => fix: Wrong parsing of regexp character in arguments
    => fix: Media upload error by Centreon Version 2.1.9
    => fix: HTML entities not decoded in ACL lists
    => fix: When monitoring is refreshed the selection is not kept
    => fix: Massive change in Users replace some fileds that I don't want
    => fix: Generate unactivated services linked to servicegroups
    => fix: Generate unactivated contacts linked to services
    
    ## Centreon 2.1.9
    
    => fix: change heartbeat for RRDTool databases
    => fix: remove problem with js and topology (can cause problem with pause button in the monitoring)
    => fix: remove special char problem in object descriptions
    => fix: remove issue when acknownledging a service (#1731)
    => fix: Improve sql request in monitoring
    => fix: remove issue with PEAR upgrade during upgrade step
    => fix: accepte % in metric name
    => fix: remove problem with # in host or service name in the monitoring
    => fix: add rules checks for meta service form
    => enhancement: Update prototype lib.
    
    ## Centreon 2.1.8
    
    => fix: problem with macro not replaced during install step in centAcl.php
    => fix: problem with a bad comment in trap handler
    => enhancement: generate traps during install/upgrade process 
    
    ## Centreon 2.1.7
    
    => fix: hardcoded path in topcounter status
    => fix: problem in ACL (generation flag not updated)
    => fix: problem with icones in monitoring
    => enhancement: Time for ACL generation  
    => enhancement: request number for ACL generation
    => fix: add lock for centACL.php
    => enhancement: improvement of ACL action (service schedule forced not link with service schedule)
    => enhancement: SNMPTT configuration optimization
    => enhancement: Add long output in monitoring 
    
    ## Centreon 2.1.6
    
    => fix: missing column in eventlog csv export
    => fix: GMT generation problem
    => fix: problem with massive change on hosts
    => fix: prevents SQL injection in ping tool
    => fix: multiple external commands due to mouse clicks on menu 
    => fix: poller selection on monitoring page
    => enhancement: enhanced centstorage purge/sync
    => enhancement: better ACL engine
    => feature: displays poller information (running state, latency...)
    
    ## Centreon 2.1.5
    
    => fix: problem with graph and nsclient ++
    => fix: problem with last year in reporting
    => fix: hostgroup escalation export
    => fix: cgi.cfg generation 
    => fix:	problem on icone un service extended information
    => fix: problem on downtime for services and hosts
    => fix: event logs
    => fix: LDAP authentication
    => fix: LDAP import
    => fix: service group view display double information
    => fix: first notification delay not managed by meta services
    => fix: host duplication problem
    => fix: remove null password possibility for MySQL account during setup
    => fix: autocomplete password disable in contact form
    => fix: requiretty problem managed for CentOS/Redhat
    
    ## Centreon 2.1.4
    
    => fix: adds timestamp on host external commands
    => fix: remove special char in log output
    => fix: remove error when user create nagios.cfg file
    => fix: remove errors when laoding nagios.cfg file
    => enhancement: add auto deploy service attached to hosts templates on hosts when loading cfg files
    => fix: fix problem with str_replace and URL_notes and URL_actions #1288
    => fix: fix error with ACL and / and \
    => fix: problem to load LDAP contact
    => fix: nagiosPerfTrace => ssh port is now used
    
    ## Centreon 2.1.3
    
    => fix: problem with \ in ldap properties
    => fix: problem with graph split : link
    => fix: remove problem with macro in url
    => fix: remove bug with selection of poller.
    
    ## Centreon 2.1.2
    
    => fix: bug 1239 => remove error during update of 2.0.2 to 2.1.1
    => fix: improve SHA1 use
    => fix: bug 1257 => ACL problem in monitoring > service by servicegroup
    => fix: bug with pagination in monitoring > service by servicegroup
    => fix: issue with upgrade
    => enhancement : better debug in LDAP Search
    => fix: behavior while installing runlevel of centstorage
    => fix: display format wasen't use in meta service
    => fix: remove check language pack during module installation
    
    ## Centreon 2.1.1
    
    => fix: remove error in nagios.cfg form
    => fix: remove warning when upgrading sql structure
    => fix: Centstorage & Centcore check if perfdata files exist
    => fix: could not add new manufacturer
    => fix: process info page displayed outdated data  
    => fix #1201: problem when there is more than one escalation with servicegroups
    => fix #1212: Nagios debug (-v) bug (due to external poller's nagios bin path) 
    => fix #1227: Problem with sh for SNMP Traps loading
    
    ## Centreon 2.1
    
    => fix: error in graph (4 graphs view)
    => fix: escalation generation in distributed mode
    => fix: issue when we add a service -> request problem
    => fix: generation problem for host template
    => fix: configuration changlog insert problem
    => fix: configuration > plugins page => Options 
    
    ## Centreon 2.1-RC8
    
    => fix: improve monitoring sql request
    => fix: Add ACL for Meta services
    => fix: add foreign keys for hg and sg relations table for ACL
    => fix: add foreign keys actions rules table on ACL
    
    ## Centreon 2.1-RC7
    Adds icons in Eventlogs & Graph views search bars
    => Bugfix #1040 : ArchiveDayLog scripted could be executed twice in a day because of an NTP sync
    => Bugfix #1038 : Entered LDAP passwords were logged in a log file in case of a login failure 
    => Bugfix #1032 : Incorrect values in flash charts due to translations
    => Bugfix #1023 : New Acknowledgement System
    => Bugfix #1021 : Nagios files were generated even on de activated pollers
    
    ## Centreon 2.1-RC6
    Fixes a lot of wordings
    => Task #1009 :  [Configuration] > [Commands] : Better behavior of forms 
    => Bugfix #1001 : Centstorage => Incorrect masks applied on created directories
    => Bugfix #999 : GMT Bug (period not defined)
    => Bugfix #998 : Pagination bug
    => Bugfix #950 : Bug in Centstorage
    => Bugfix #925 : Removes spaces in beginning and end of translatable strings
    => Bugfix #340 : Configuration generator problems
    => Bugfix #379 : Meta Services bugs
    
    ## Centreon 2.1-RC5
    
    => fix: remove warning in censtorage
    => fix: remove warning in cencore
    => fix: english wording
    => fix: remove ldap import pb
    => fix: change scaled problem by default
    => fix: slope mode in graph is enabled by default
    => fix: fix date period selection in reporting
    => fix: #965
    => fix: #986
    
    ## Centreon 2.1-RC4
    
    => fix: generation of SNMP traps definition files
    => fix: nagios debug_level works
    => fix: AJAXed div's were not translated
    => enhancement : new CentreonLang class that manages user's language and charset
    => fix: remove problem with generation of service by hostgroup
    => fix: remove problem with ACL and function getHostService
    => fix: remove ACL in hostgroups
    
    ## Centreon 2.1-RC3
    
    => fix: error on host configuration page
    => fix: error on service configuration page
    => fix: error with color of status in eventlog
    => enhancement: add status type on host and service monitoring page
    => fix: remove hardcoded path in install
    => fix: remove error in DB class
    => fix: remove error durint shelle install
    => fix: remove problems with accents in image management pages
    => fix: remove warning in csv export of reporting
    
    
    ## Centreon 2.1-RC2
    
    => fix problem with colors in eventlogs
    => fix problem with multi version upgrade
    => improve nagios statistics graphs color
    => fix problem with data in nagios statistics graphs
    => fix problem with sql upgrade script
    => change color of configuration and administration tab
    => remove problem with duplicate function require
    => fix bug with init script for nagios path
    => improve translation 
    => add option -p (snmp port) on SNMP plugins 
    => fix pb with HG pages (toolbar more action not working for enable / disable)
    => remove warning on centstorage
    => fix problem wit --del on centcore for rsync
    
    ## Centreon 2.1-RC1
    
    => add Timezone Management in check period for hosts and services
    => add Timezone Management in notifications period for hosts and services
    => add Timezone Management for user view
    => add Configuration changelog
    => add Action ACL
    => add update current user ACL view
    => Improve MySQL request in monitoring
    => Improve Centstorage status DB generation
    => add unhandled view in service monitoring page
    => add unhandled view in host monitoring page
    => add search in treeviews
    => add custom colors for host/service acknowledgement status in monitoring
    => add custom colors for host/service downtime status in monitoring
    => add new menu ajax for a better navigation
    => add shortcut for autologin
    => improve LDAP management
    => add user login/logout log
    => add log for sql requets.
    => improve generation for configuration files (for example : 2000 hosts and 15000 sevices => befor 198 sec => now 17 sec)
    => improve restart message 
    => add toolbar with activity message (loading, messsage sent...)
    => add ajax for external command in object details in monitoring
    => add nagios poller interface (nagios style)
    => add env var view for nagios poller
    
    ## Centreon 2.0.2
    
    => Bugfix #586
    => Bugfix #408
    => Bugfix #392
    => Bugfix #417
    => Bugfix #436
    => Reporting : CSV export now takes correct timeperiod parameters
    => Reporting : fixes bug that occurred when hosts/services were renamed
    => ACL : ServiceGroups are no longer restrictions, they grant access to resources instead
    => Enhanced generation of configuration files
    => New Centreon logo
    => CSS menu is fixed (delimiters are back)
    
    ## Centreon 2.0.1
    
    => Bug 353
    => Bug 370
    => Bug 375
    => Bug 355
    => fix bug with "&" in url => bug in XML monitoring
    => fix bug with pagination in ACL page (\'\' in search)
    => Bug 346
    => Bug 160
    => Fix bug with recurcive function getMyHostField => infinit loop in host details page
    => add comment time instead of entry time in comment page
    => fix sql queries in meta service page
    => fix translation problems
    => change header for translations problems
    => add timeout for ssh commands in centcore
    => remove errorwith meta service graphs
    => fix bug with split in graphs  
    
    ## Centreon 2.0
    
    => enhancement : Add new centreon logo :)
    => bugfix : remove error with meta in eventlog
    => bugfix : remove error in eventlog with ACL
    => bugfix : replace #S# and #BS# in meta metric view
    => bugfix : remove little error in install.sh : warning when set service centcore.
    => improve monitoring for using ndo on centreon ndo (faster than nagios svn.)
    
    ## Centreon 2.0 RC8
    
    => bugfix : remove error in ACL
    => bugfix : remove bug when rescheduling meta graphs
    => bugfix : remove warning in centACL.php
    => Enhancement : improve index in centreon_acl table
    => bugfix : remove error in host massiv change
    => bugfix remove error in hg duplication 
    
    ## Centreon 2.0 RC7
    
    => 
    => bugfix : replace macro in check_meta_service
    => bugfix : do no display disable service in service group in sg tree in graphs
    => bugfix : remove alert poppup when a non-admin user go on graph directly with graph link (icone)
    => bugfix : curve template now manage special char in metric name (/ and \)
    => bugfix : remove error with massiv change and delete in all configuration pages.
    => bugfix : remove syntaxe error in traphandler
    => bugfix : replace html special char in password when logging in LDAP.
    
    
    ## Centreon 2.0-RC5
    
    => bugfix : remove bug in escalation generation 
    => bugfix : add alert message on some page when ndo db is not available
    => bugfix : improve acl construction
    => bugfix : remove error in sql installation
    => bugfix : add security in sql request in search
    => bugfix : add possibility to duplicate traps definition
    => bugfix : add possibility to search traps by OID
    => bugfix : improve plugin option for check_centreon_snmp_process
    => bugfix : add new reporting engine
    => bugfix : remove all reporting problems
    => bugfix : remove problem with i18n
    
    ## Centreon 2.0-RC4
    
    => Bugfix : remove passive check in scheduling queue page
    => Bugfix : add host comment in host details page in monitoring
    => Bugfix : remove logAnalyser bug with macro
    => Bugfix : add first and last page in all pagination
    => Bugfix : add double pagination 
    => Bugfix : remove bad link in monitoring service gird
    => Bugfix : remove bug in massive change in host
    => Bugfix : remove bug in acl in graph and eventlog 
    => Bugfix : enable Massiv change for host poller when editing a host 
    => Bugfix : CSS interface configuration, selection problem solved with ie.
    => Bugfix : Grid then you click on the loupe it displays all services instead of only displaying the host's services.
    => bugfix : display well comments on host details page
    
    ## Centreon 2.0-RC3
    
    => Enhancement : Notification Options "Flapping" added for Nagios 2, "Downtime Scheduled" added for Nagios 2 and 3.
    => Bugfix : Generation file problem resolv with escalations.
    => Bugfix : CSV and XML export updated on eventlog interface. The engine export did use the pagination.
    => Bugfix : remove problem with documentation links in hosts/hostgroups/services/templates interface configuration.
    => Bugfix : better display in service groups monitoring on each status.
    => Bugfix : Solved a few PHP errors on reporting by service groups.
    => Enhancement : Test added during the first step of the installation. Now, the browser must authorize cookies to proceed with the installation. 
    => Improve CSS
    => Bugfix : remove error with downtime
    => Bugfix : improve alphanumerical sort
    => Enhancement : Add timeperiod in graphs like cacti
    => Add template for Unix / Linux environment
    => add timeperiod in nagios perftrace page
    => check all montoring pages and improve functions
    => Bugfix : reduce generate time for popup
    => Bugix : remove multiple error for IE
    => Bugfix : remove hardcoded path for filegenerations 
    
    ## Centreon 2.0-RC2
    
    => Bugfix : remove problem with ACL When a user a no acl
    => Bugfix : remove problem in service by hostgroup page with ACL
    => Bugfix : remove problem in escalations page with ACL
    => Bugfix : remove problem in all dependancies page with ACL
    => Bugfix : remove problem in host monitoring page with ACL
    => Bugfix : remove problem in service minotirng page with ACL
    => Bugfix : remove problem with upgrade (multiple update : ie => beta 5 to RC2)
    => Bugfix : remove problem in centstorage when a metric name contain / or \
    => Bugfix : remove use of fetchInto
    => Bugfix : add critical in event log view
    => Feature : improve Centstorage options display
    => Bugfix : set ACL for svc-pie.php (JL Gregoire)  
    => Enhancement : better display on Nagiostats' part, a timeperiod selection is also available
    => Enhancement : Javascripted checkboxes added to "Dependency pages"
    
    ## Centreon 2.0-RC1
    
    => Bugfix : Solved a few PHP errors
    => Bugfix : Fixed a few spelling & grammar mistakes
    => Bugfix : ACL problems fixed on Reporting > Dashboard
    => Bugfix : Multiple templates work properly
    => Bugfix : It is now possible to load services/Hostgroup with services.cfg
    => Bugfix : remove compute errors in reporting
    => Bugfix : remove errors in SQL install
    => Bugfix : remove errors in PHP install
    => Bugfix : remove problem with SHELL install : chmod on module directory
    => Feature : Add possibility to link host/service with contactgroups and contacts.
    => Bugfix : optimize XML for EventLogs
    
    ## Centreon 2.0-b6
    
    => Bugfix : remove error on Tacktical overview with admin and with ACL
    => Bugfix : configuration : contact -> remove "Mail type" options 
    => Feature : eventlog : add option "Hard only" 
    => Feature : eventlog : add pagination in bottom
    => Feature : #43 eventlog : add ServiceGrp filtering
    => Bugfix : remove problem with ACL
    => Bugfix : #60 remove sql injection in reporting
    => Bugfix : #76 sudo configuration file problem solved during installation.
    => Bugfix : #77 Disk space problem solved on installation.
    => Feature : CSV Icons updated to use the same image file.
    => Feature : Color and output added for intial state on event logs monitoring.
    => Bugfix : colors fixed in reporting and timeline for services groups.
    => Bugfix : Services Groups Reporting datas generation updated.
    => Bugfix : Services Groups Reporting timeline updated.
    => Bugfix : Services Groups Reporting forme updated.
    => Bugfix : #79 CSV Export for a servicegroup fixed.
    => Bugfix : #90 High CPU load resolved in event logs Monitoring.
    => Feature : XML export on event logs Monitoring.
    => Feature : Possibly to hide footer
    => Bugfix : #82 Nagios 3 documentation added.
    
    ## Centreon 2.0-b5
    
    => Bugfix : #29 CentPlugins: snmp uptime problem
    => Bugfix : #32 Event log's displays are different depending on the source URL.
    => Bugfix : #33 Install:RH4 template install
    => Bugfix : #35 Problem when import cfg files (same to #44)
    => Bugfix : #36 Print info when RRD graph not found
    => Bugfix : #42 Optim query SQL and Index
    => Bugfix : #46 Hard-coded path to centcore.cmd
    => Bugfix : #48 CentCore, problem in initNagios()
    => Bugfix : #50 Javascript error on "Nagios Configuration Files Export" page
    => Bugfix : #51 Meta Services : web bug
    => Bugfix : #53 Internet Explorer : Header fields display no text on Monitoring pages
    => Bugfix : #54 Bugs in centFillDB and centTrapHandler-2.x
    => Bugfix : #58 Meta_services display
    => Bugfix : #59 Meta_service deletion bug
    => Bugfix : #62 CentWeb-trunk - Missing brackets
    => Bugifx : #67 Unable to use centreon tactical overview when not admin
    => Bugfix : #68 ACL problem on dashboard
    => Bugfix : #69 Removes problem when acknowledging a service.
    => New feature : Multiple templates for hosts
    => New feature : On-demand macros for hosts and services
    
    ## Centreon 2.0-b4
    
    => Bugfix : #1  Setup : purge var in shell installer
    => Task   : #3  Install Script: Create install for SNMP Traps
    => Bugfix : #13 XML Problem on Views
    => Bugfix : #15 Loading hosts.cfg configuration file
    => Bugfix : #16 Loading services.cfg configuration file
    => Bugfix : #20 Export CSV bad link
    => Bugfix : #23 bug in "functions" / check_group_apache ?
    => Bugfix : #24 Login page cannot be shown
    => Bugfix : #31 change color in graphs page
    => Task   : add graphs view by servicegroup
    => Bugfix : fix problem when we duplicate a graph template
    => Bugfix : change redirection for logs in crons
    => Bugfix : #30 CentWeb graphic style problem
    => Bugfix : #31 remove problem with color picker in graphs curve templates.
    => New feature : Command tester in Configuration > Command
    
    ## Centreon 2.0-b3
    
    => Bugfix : #18 Snmptrapd configuration problem with centGenSnmpttConfFile
    => Bugfix : #19	Problem with configuration traps
    => Bugfix : #9	Install: httpd and mysqld aren't start and reload on the installation
    => Bugfix : #2	Install: field p1.pl empty after setup
    => Bugfix : #4	Install: gettext was not found in PATH
    => Bugfix : #5	Install: problem with var NAGIOS_P1_FILE
    => Bugfix : #8	Impossible to connect on the Centreon's interface
    => Bugfix : #10 Problems with ndo db user password
    => Bugfix : #11	Install Script: php command not found
    => Bugfix : #14 Message Box in Reporting Page
    
    ## Use new bugstracket (trac.centreon.com)
    
    ## Centreon 2.0-b2
    
    => Bugfix : #bug 461 : Argument defined in template and service
    => Bugfix : Add tests when submit the form (fields mandatory not testing)
    => Bugfix : #bug 458 : Function return_image_list doesn't work for sub dirs