Shortnote

This monit file is for monitoring the realmd service for the MaNGOS project.

File: http://svn.grimore.org/configuration-templates/monit/debian/templates/realmd -

###########################################################################
##  Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3      ##
###########################################################################
 
check process realm with pidfile /srv/MaNGOS/bin/realmd.pid
   group mangos
   start program = "/etc/init.d/realmd start"
   stop  program = "/etc/init.d/realmd stop"
   if failed port 3724 type tcp then restart
   # if 5 restarts within 5 cycles then timeout