configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 148  →  ?path2? @ 149
/monit/debian/templates/bazarr
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process bazarr matching "bazarr"
start program "/bin/systemctl start bazarr"
stop program "/bin/systemctl stop bazarr"
if failed host 127.0.0.1 port 6767 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/jackett
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process jackett matching "jackett"
start program "/bin/systemctl start jackett"
stop program "/bin/systemctl stop jackett"
if failed host 127.0.0.1 port 9117 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/lidarr
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process lidarr matching "Lidarr"
start program "/bin/systemctl start lidarr"
stop program "/bin/systemctl stop lidarr"
if failed host 127.0.0.1 port 8686 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/mylar3
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process mylar3 matching "Mylar"
start program "/bin/systemctl start mylar3"
stop program "/bin/systemctl stop mylar3"
if failed host 127.0.0.1 port 8090 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/qbittorrent-nox
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process qbittorrent-nox matching "qbittorrent\-nox"
start program "/bin/systemctl start qbittorrent-nox"
stop program "/bin/systemctl stop qbittorrent-nox"
if failed host 127.0.0.1 port 8080 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/radarr
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process radarr matching "Radarr"
start program "/bin/systemctl start radarr"
stop program "/bin/systemctl stop radarr"
if failed host 127.0.0.1 port 7878 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/sonarr
@@ -0,0 +1,9 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
###########################################################################
 
check process sonarr matching "NzbDrone"
start program "/bin/systemctl start sonarr"
stop program "/bin/systemctl stop sonarr"
if failed host 127.0.0.1 port 8989 type tcp then restart
# if 5 restarts within 5 cycles then timeout