-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Update New Relic redis monitoring configuration #922
Comments
I wondered if we can set this up with Ansible? Even better, it should probably be an |
All instance be Leaving the ticket open till we fix the ansible script |
github-project-automation
bot
moved this from In Progress ⚙
to Done
in OFN Delivery board
Jan 14, 2025
Server to fix :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This came up as part of investigating infinite loading bug : openfoodfoundation/openfoodnetwork#11752 (comment)
New Relic provides monitoring for redis, however it's configured with the wrong port. We need to be monitoring redis on port 6380. Redis monitoring is accessible in New Relic via Infrastructure -> Third party services -> Redis
Server to fix :
[ ] in_prod New Relic not setupTODO
Fix ansible script so the correct configuration is used next time we provision a server
Fix
As an ofn-admin, ssh to the server:
cd /etc/newrelic-infra/integrations.d
redis-config.yml
systemctl restart newrelic-infra
Expected Behavior
Relic monitoring reports redis activity :
Actual Behaviour
Relic monitoring shows a flat graph :
The text was updated successfully, but these errors were encountered: