nginx: monitor service with monit

This commit is contained in:
Rico 2022-01-04 11:26:52 +01:00
parent 84df834f07
commit d8765f63a5
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ defaults = {
'nginx': {
'worker_connections': 768,
},
'monit': {
'services': {
'nginx': {
'bin': '/usr/sbin/nginx',
},
},
},
}