monit #4

Merged
stillbeben merged 19 commits from monit into main 2022-01-04 18:25:08 +00:00
Showing only changes of commit 1cb94a0d32 - Show all commits

View file

@ -22,6 +22,11 @@ defaults = {
'services': {
'nginx': {
'bin': '/usr/sbin/nginx',
'ports': {
'80': {
'protocol': 'http',
},
},
},
},
},