Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • d176c1ca9dd687759c8b4bd908e5bc946b05fa43
  • master default protected
  • MON-2693-new-menu
  • php7-migration
  • poc-redis
  • security-fix-virtual-metrics-sql
  • security-fix-reporting
  • security-fix-menu-username
  • security-fix-export-graph
  • security-fix-metrics-injection
  • security-fix-virtual-metrics
  • security-fix-curves-templates
  • security-fix-command-form
  • security-fix-administration-logs
  • clapi_filter
  • MON2733-C2_Security_fix
  • new-header-2.8.x
  • MON-2725-ldap-passwords
  • 2.8.x
  • 6073-fix-view-contact-notifications
  • MON2703-new-api-menu
  • 2.8.23
  • 2.8.22
  • 2.8.21
  • 2.8.20
  • 2.8.19
  • 2.8.18
  • 2.8.17
  • 2.8.216
  • 2.8.16
  • 2.7.13
  • 2.8.15
  • help
  • 2.8.14
  • 2.8.13
  • 2.8.12
  • 2.7.12
  • 2.8.11
  • 2.8.10
  • 2.8.10-release
  • 2.8.9
41 results

creating-issue.md

Blame
  • Creating an issue

    For improvement of issue triage, you can write an issue with next information.

    1. Versions

    Append a software version provide a easy way to test and reproduce the issue by developers.

    This is the list of the required software version.

    • Centreon Web (In Centreon Web on login page or on Administration > About)
    • Centreon Engine (In a terminal on your monitoring server /usr/sbin/centengine -V)
    • Centreon Broker version (In a terminal on your monitoring server /usr/sbin/cbd -v)
    • PHP version (In a terminal on your monitoring server /usr/bin/php -v)
    • MySQL/MariaDB version (In a terminal on your database server /usr/bin/mysql --version)
    • Operating system used to run Centreon Web for a WebUI problem (lsb_release -cr)
    • Operating system used to run Centreon Engine for a problem to execute a check (lsb_release -cr)

    If your issue is about a documentation, you must give the link of the page.

    2. Log and code

    For append logs or code in your issue, this block must be indented with 4 spaces.

    You can activate highlighting for language with language_name

    You can found on Github more information for formatting your comment.

    3. Example

    Title: Problem with edit an user

    Comment:

    When I edit an user, the field username is always blank.
    
    - Centreon Web: 2.6.6
    - Centreon Engine: 1.4.1
    - Centreon Broker: 2.10.0
    - PHP: 5.3.3
    - MariaDB: 10.1
    - OS: CentOS 6.7
    
    Log information:
    
        PHP Notice: $username not found
        #1 Line 233...
        
    Fix line 232
    
    ```php
    <?php
    $username = '';
    ```

    Render:

    When I edit an user, the field username is always blank.

    • Centreon Web: 2.6.6
    • Centreon Engine: 1.4.1
    • Centreon Broker: 2.10.0
    • PHP: 5.3.3
    • MariaDB: 10.1
    • OS: CentOS 6.7

    Log information:

    PHP Notice: $username not found
    #1 Line 233...

    Fix line 232

    <?php
    $username = '';

    Thank you for contributing to Centreon