Created
October 29, 2021 13:39
-
-
Save bsodmike/832f36d34eabebdb51dc1f4b9be82ea1 to your computer and use it in GitHub Desktop.
Rules config for use with https://github.com/flyingcircusio/check_journal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
criticalpatterns: | |
- 'pam_unix[\w\d\D]*failure' | |
- 'gkr-pam[\w\d\D]*invalid' | |
- 'USER_AUTH[\w\d\D]*pam_gnome_keyring[\w\d\D]*failed' | |
criticalexceptions: | |
- 'timestamp:".*",level:"(error|warn)"' | |
- '0 errors' | |
warningpatterns: | |
- 'gkr-pam[\w\d\D]*unlocked[\w\d\D]*keyring' | |
- 'USER_AUTH[\w\d\D]*pam_gnome_keyring[\w\d\D]*success' | |
warningexceptions: | |
- '0 failures' | |
- 'node\[.*\]: Exception' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment