Created
May 24, 2016 11:00
-
-
Save DBezemer/6deec4281ac7fa451055be24dfc624be to your computer and use it in GitHub Desktop.
Monit nginx config
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 nginx | |
with pidfile "/var/run/nginx.pid" | |
start program = "/sbin/service kaltura-nginx start" with timeout 60 seconds | |
stop program = "/sbin/service kaltura-nginx stop" | |
if failed host localhost port {{ streamingport }} protocol http then restart | |
group kaltura | |
depends on nginxbin, nginx.conf | |
check file nginx.conf | |
with path "/etc/nginx/nginx.conf" | |
check file nginxbin | |
with path "/usr/sbin/nginx" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment