diff options
author | Hao Liu <haoli@redhat.com> | 2023-12-11 22:12:43 +0100 |
---|---|---|
committer | Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | 2023-12-14 16:41:48 +0100 |
commit | 6e5e1c8fff4dcbd81fbcc964b4583bb390496840 (patch) | |
tree | 299e7898f4791d2ee7220c2c71b7e63cef8d4186 /MANIFEST.in | |
parent | Remove superwatcher from docker-compose dev (#14708) (diff) | |
download | awx-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.in | 2 |
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/* |