Tomáš Pecka | baf3e86 | 2022-10-03 16:59:05 +0200 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
| 3 | # Ignore failures from systemd-journal-upload.service |
| 4 | # --------------------------------------------------- |
| 5 | # After migration to ietf-alarms based health state reporting we should |
| 6 | # keep the current settings, i.e., ignore alarms coming from this particular |
| 7 | # systemd-journal-upload.service |
| 8 | # |
| 9 | sysrepocfg --datastore=startup --format=json --module=ietf-alarms --import="${MIGRATIONS_DIRECTORY}/0003_ietf-alarms_shelve-journal-upload.json" |