Project

General

Profile

Actions

Bug #15714

open

Smart Proxy ABRT Plugin reports being disabled during smart-proxy-abrt-send while being enabled

Added by Dirk Götz almost 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Smart proxy plugin
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I have a freshly installed Foreman 1.12 with the ABRT plugin installed using foreman-installer on CentOS 7. In the configuration the plugin on the Smart Proxy is enabled, also reported via its feature page, but during send it reports disabled.

[root@foreman tmp]# cat /etc/foreman-proxy/settings.d/abrt.yml 
---
:enabled: true

# Log file for the forwarding script.
:abrt_send_log_file: /var/log/foreman-proxy/abrt-send.log

# Directory where uReports are stored before they are sent
:spooldir: /var/spool/foreman-proxy-abrt

# Merge duplicate reports before sending (requires the satyr gem)
:aggregate_reports: true

# Period (in seconds) after which collected reports are forwarded. Meaningful
# only if smart-proxy-abrt-send is run as a daemon (not from cron).
#:send_period: 600

# FAF server instance the reports will be forwarded to (optional)
#:server_url: https://retrace.fedoraproject.org/faf

# Set to true if FAF server uses self-signed certificate
#:server_ssl_noverify: true

# Following two options enable client authentication to FAF server
#:server_ssl_cert: /etc/foreman-proxy/faf_client_cert.pem
#:server_ssl_key: /etc/foreman-proxy/faf_cleint_key.pem

# Ignore SSL (for development only)
#:insecure: true

[root@foreman tmp]# curl https://foreman.localdomain:8443/features
["abrt","dhcp","dns","dynflow","openscap","puppet","puppetca","ssh","tftp"]

[root@foreman tmp]# sudo -u foreman-proxy smart-proxy-abrt-send
ABRT plugin is disabled - exiting

No data to display

Actions

Also available in: Atom PDF