$ cp /etc/redis.conf /etc/redis-xxx.conf
$ sudo chown redis:redis /etc/redis-xxx.conf
This file contains hidden or 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
# Enable request logging in Odoo using one of the following: | |
# * pass --log-level=debug_rpc | |
# * or pass --log-handler=odoo.http.rpc.request:DEBUG (to only debug request times) | |
# * or set the equivalent config option in the Odoo config file | |
# Then save the following as a munin plugin to monitor the last 5 minutes of your Odoo config file | |
# Be sure to set the correct path for the Odoo log file, and adjust the variables as needed | |
#!/bin/bash |
NewerOlder