Created
October 6, 2020 03:42
-
-
Save yuswitayudi/43ceb824bfba0c4226904e754a255263 to your computer and use it in GitHub Desktop.
Monit config for RabbitMq service
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
check PROCESS rabbitmq with MATCHING rabbitmq | |
if failed port 5672 type tcp then restart | |
if changed pid then alert | |
start program = "/etc/init.d/rabbitmq-server start" | |
stop program = "/etc/init.d/rabbitmq-server stop" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment