Shortnote

This monit file is for starting the mangosd binary for the MaNGOS project.

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