[cochon] Ajout d'un groupe radio pour monit de services
This commit is contained in:
parent
ab98b884db
commit
134d95af8d
2 changed files with 5 additions and 0 deletions
|
@ -318,6 +318,7 @@
|
|||
profile="true">
|
||||
<Group name="mumudvb"/>
|
||||
<Group name="crans-wheezy"/>
|
||||
<Group name="radio"/>
|
||||
</Group>
|
||||
|
||||
<Group name="jouvence"
|
||||
|
|
|
@ -65,6 +65,10 @@ if has('nginx'):
|
|||
if has('cgi'):
|
||||
service(name='fcgiwrap', pidp='/var/run/fcgiwrap.pids')
|
||||
|
||||
if has('radio'):
|
||||
service(None, name='radio-vlc', start_cmd = "/etc/init.d/radio start", stop_cmd = "/etc/init.d/radio stop", pidp='/tmp/multicast.pid')
|
||||
service(None, name='radio-igmp', start_cmd = "/etc/init.d/igmp start", stop_cmd = "/etc/init.d/igmp stop", pidf='igmp')
|
||||
|
||||
if has('gunicorn'):
|
||||
# on utilise le prob gunicorn-debian, qui liste les sites actifs sur
|
||||
# /etc/gunicorn.d/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue