Skip to main content

    560 Ideas

    bambinioSteward *

    Enabling/enforcing SELinux makes php-fpm service failed to startDeclined

    Hello,I followed the installation documentation and the secure your platform one after this and got this SELinux denied messages when enabling + rebooting system:# ausearch -m AVC,USER_AVC -ts today----time->Wed Jan 21 03:16:44 2026type=PROCTITLE msg=audit(1768961804.174:44): proctitle=7068702D66706D3A206D61737465722070726F6365737320282F6574632F7068702D66706D2E636F6E6629type=SYSCALL msg=audit(1768961804.174:44): arch=c000003e syscall=49 success=no exit=-13 a0=7 a1=55b1b7e54db0 a2=10 a3=7ffdab10a764 items=0 ppid=1 pid=924 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="php-fpm" exe="/usr/sbin/php-fpm" subj=system_u:system_r:httpd_t:s0 key=(null)type=AVC msg=audit(1768961804.174:44): avc: denied { name_bind } for pid=924 comm="php-fpm" src=9042 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket permissive=0----time->Wed Jan 21 03:17:38 2026type=PROCTITLE msg=audit(1768961858.947:80): proctitle=2F7573722F7362696E2F6874747064002D44464F524547524F554E44type=SYSCALL msg=audit(1768961858.947:80): arch=c000003e syscall=42 success=no exit=-13 a0=e a1=7fed90042238 a2=10 a3=7fed969f57dc items=0 ppid=920 pid=1136 auid=4294967295 uid=48 gid=48 euid=48 suid=48 fsuid=48 egid=48 sgid=48 fsgid=48 tty=(none) ses=4294967295 comm="httpd" exe="/usr/sbin/httpd" subj=system_u:system_r:httpd_t:s0 key=(null)type=AVC msg=audit(1768961858.947:80): avc: denied { name_connect } for pid=1136 comm="httpd" dest=9042 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket permissive=0----time->Wed Jan 21 03:18:38 2026type=PROCTITLE msg=audit(1768961918.946:134): proctitle=2F7573722F7362696E2F6874747064002D44464F524547524F554E44type=SYSCALL msg=audit(1768961918.946:134): arch=c000003e syscall=42 success=no exit=-13 a0=e a1=7fed90042238 a2=10 a3=7fed961f47dc items=0 ppid=920 pid=1136 auid=4294967295 uid=48 gid=48 euid=48 suid=48 fsuid=48 egid=48 sgid=48 fsgid=48 tty=(none) ses=4294967295 comm="httpd" exe="/usr/sbin/httpd" subj=system_u:system_r:httpd_t:s0 key=(null)type=AVC msg=audit(1768961918.946:134): avc: denied { name_connect } for pid=1136 comm="httpd" dest=9042 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket permissive=0After audit2allow -a Its all working fine. Just wanted to let you know. 

    gespadaBuilder ***

    [UI] Refresh the Command page and describe macro of hosts and servicesNeeds Votes

    Hello,My idea is to have a refresh of the Commands page, with a code editor, who could colorize the command line, and could list or autocomplete in editor the resource and others Nagios Macros. This enhancement could improve the report creation of a command from the CLI on the poller to the Central with the Macro and Resources.Other enhancement on the Host configuration and Service configuration, would be a better UI with the macro section, text is in very small fonts, and the input object are where restrictive, specially when we do add many EXTRAOPTIONS.An another little touch of HTML5 in administration sections of Centreonfor my eyes because i have glasses #BanTheInputAndTextAreaObject 🤣 To be compliant with the rules : Persona : As a Centreon administrator Problem to solve : Actually the command page provide a text area object to copy and paste command, who generally written on a terminal in poller. When we report the command we use (Resources, Nagios Macros, Custom Macros) because it’s a texte area, it’s not easy to rewrite the command, the textarea is resizable, but this is not very user friendly and you could forget characters of a macro like $, or just ‘ and “, and this UI is a little repulsive. Linked to the commands, the macro section of Host and Service have the same UI problem, with the input zone who don’t practical when you declare many options on EXTRAOPTIONS sections in particular. Expected outcome : Modernize UI of administration section of Centreon, specially the Commands page, and the macro section of hosts and services with a JS editor code who could colorize code, verify syntax, and also by contextual menu display resource, nagios macro and other object who udes on a command. Samething with the macro section of Host or Service with a better UI object who allow a better usage of this paremeters Potential solutions : A code editor who include all the sections of command page. Using others type of object more HTML5 for the Macro section of Host and Service. Regards