monit #4
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ defaults = {
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'worker_connections': 768,
|
'worker_connections': 768,
|
||||||
},
|
},
|
||||||
|
'monit': {
|
||||||
|
'services': {
|
||||||
|
'nginx': {
|
||||||
|
'bin': '/usr/sbin/nginx',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue