HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //etc/libreport/events.d/koops_event.conf
# Analyze
EVENT=post-create analyzer=Kerneloops
        # >> instead of > is due to bugzilla.redhat.com/show_bug.cgi?id=854266
        # 'dmesg' file is required by check-oops-for-hw-error
        dmesg >>dmesg
        # Do not fail the event (->do not delete problem dir)
        # if check-oops-for-hw-error exits nonzero:
        {
        abrt-action-check-oops-for-hw-error || true
        } &&
        {
        # run abrt-action-analyze-oops only if check-hw-error didn't create the
        # required files
        if test ! -f uuid -a ! -f duphash; then
             abrt-action-analyze-oops || exit 1
        fi
        } &&
        abrt-action-save-kernel-data


# If you want behavior similar to one provided by kerneloops daemon
# distributed by kerneloops.org - that is, if you want
# oopses to be reported automatically and immediately without
# user interaction, uncomment this line:
#EVENT=post-create analyzer=Kerneloops
        reporter-kerneloops

# Report
#EVENT=report_Kerneloops analyzer=Kerneloops
        reporter-kerneloops

EVENT=report_Bugzilla analyzer=Kerneloops
        reporter-bugzilla -b \
                -F /etc/libreport/plugins/bugzilla_format_kernel.conf

# Send micro report
EVENT=report_uReport analyzer=Kerneloops
        /usr/libexec/abrt-action-ureport

# Update ABRT database after successful report to bugzilla
EVENT=post_report analyzer=Kerneloops
        reporter-ureport -A -B
        exit 0

# Automatic/simple GUI-based kernel oopses reporting will do this:
EVENT=report-gui analyzer=Kerneloops
        report-gtk -- "$DUMP_DIR"

EVENT=report-cli analyzer=Kerneloops
        report-cli -- "$DUMP_DIR"