abrt-action-notify - Announces a new occurrence of problem via all accessible channels
abrt-action-notify [-h] -d PROBLEM_DIR [-v] [-a] [-e AUTOREPORTING_EVENT]
The current implementation emits a D-Bus signal on System bus in path /org/freedesktop/problems of org.freedesktop.problems interface for Crash member.
Integration with ABRT events
abrt-action-notify is used to notify new problems and consecutive occurrences of a single problem for all crash types.
EVENT=notify package!=
abrt-action-notify
-v, --verbose
Be verbose
-d, --problem-dir PROBLEM_DIR
Problem directory [Default: current directory]
-h, --help
Show help message
-a, --autoreporting
Force to run autoreporting event
-e, --autoreporting-event AUTOREPORTING_EVENT
Overwrite autoreporting event name
ABRT_VERBOSE
ABRT verbosity level
/etc/abrt/abrt.conf
AutoreportingEnabled
If enabled, abrt-action-notify runs AutoreportingEvent
AutoreportingEvent
Name of event to be run if autoreporting is enabled
• ABRT team