-
Notifications
You must be signed in to change notification settings - Fork 1
Dbp 1037 setup privacyidea monitring #140
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
Conversation
…t handlers for various events
@@ -63,3 +63,4 @@ | |||
path: "/tmp/certificate_sync_key_*" | |||
state: absent | |||
delegate_to: localhost | |||
ignore_errors: true |
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.
Is there a reason for ignoring errors here?
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.
Discussed. We have a separate ticket for this problem: https://ticketsystem.dbildungscloud.de/browse/DBP-1097
Can probably be fixed by setting become to false. If we don't want to do that now, I think we could limit the ignore to AWX runs by replacing true
with awx_job_id is defined
.
…umber of unassigned token
Description
This PR focuses on creating a robust monitoring setup for PrivacyIDEA by developing a custom exporter that collects vital statistics from PrivacyIDEA's database and exposes them in a format that Prometheus can scrape.
Custom Exporter Configuration
The custom exporter will follow this chain of communication: