-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add missing pmie webhook action configuration functionality #183
Conversation
Resolves Red Hat issue RHEL-13760
[citest] |
086edc6
to
acf9cef
Compare
[citest] |
@natoscott Some findings: RHEL7 pmlogger failure - https://dl.fedoraproject.org/pub/alt/linuxsystemroles/logs/lsr-citool_metrics-183-99586c4_RHEL-7.9-updates-20231114.0_20231212-005055/artifacts/tests_default-FAILED.log
not sure, but it looks as though it cannot write the pid file RHEL9 grafana failure - https://dl.fedoraproject.org/pub/alt/linuxsystemroles/logs/lsr-citool_metrics-183-99586c4_RHEL-9.4.0-20231209.15_20231212-005612/artifacts/tests_bz1855544-FAILED.log - looks like selinux AVC:
We could add a sefcontext for this using the selinux system role - wdyt? Looks like the other redis service error was fixed by your patch. |
Hmm, there were a number of issues relating to interactions with systemd resolved in RHEL-8 - this could be related to one of those. But nothing specific comes to mind. If we cannot figure it out from those additional logs, we could just not-run this particular test on that platform I guess (there's no open customer issues there).
Temporarily I guess - we need to fix this in Grafana, the crew are looking into it & will hopefully get a new build through this week.
Ah excellent, thanks for pushing that through. |
[citest] |
@natoscott . . . and of course, now that I added more debugging for the el7 failure, it doesn't fail :-( for RHEL 9.4 - if the grafana selinux issue is known and being worked on, I don't think we need to add a sefcontext in the metrics role |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @richm
Resolves Red Hat issue RHEL-13760