summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorHao Liu <haoli@redhat.com>2023-12-11 22:12:43 +0100
committerHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2023-12-14 16:41:48 +0100
commit6e5e1c8fff4dcbd81fbcc964b4583bb390496840 (patch)
tree299e7898f4791d2ee7220c2c71b7e63cef8d4186 /MANIFEST.in
parentRemove superwatcher from docker-compose dev (#14708) (diff)
downloadawx-6e5e1c8fff4dcbd81fbcc964b4583bb390496840.tar.xz
awx-6e5e1c8fff4dcbd81fbcc964b4583bb390496840.zip
Recover rsyslog from 4xx error
Due to https://github.com/ansible/awx/issues/7560 'omhttp' module for rsyslog will completely stop forwarding message to external log aggregator after receiving a 4xx error from the external log aggregator This PR is an "workaround" for this problem by restarting rsyslogd after detecting that rsyslog received a 4xx error
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 09a5392c50..3db512ee13 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -22,7 +22,7 @@ recursive-exclude awx/settings local_settings.py*
include tools/scripts/request_tower_configuration.sh
include tools/scripts/request_tower_configuration.ps1
include tools/scripts/automation-controller-service
-include tools/scripts/failure-event-handler
+include tools/scripts/rsyslog-4xx-recovery
include tools/scripts/awx-python
include awx/playbooks/library/mkfifo.py
include tools/sosreport/*