[asterisk] On le monitor
This commit is contained in:
parent
61547be1a8
commit
f8dd72fb56
2 changed files with 9 additions and 0 deletions
|
@ -282,6 +282,7 @@
|
||||||
profile="true">
|
profile="true">
|
||||||
<Group name="crans-domu-squeeze"/>
|
<Group name="crans-domu-squeeze"/>
|
||||||
<Bundle name="check_cert" />
|
<Bundle name="check_cert" />
|
||||||
|
<Group name="asterisk-server" />
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Group name="canard"
|
<Group name="canard"
|
||||||
|
|
|
@ -73,6 +73,14 @@ if has('gunicorn'):
|
||||||
pidf = "gunicorn/%s" % site,
|
pidf = "gunicorn/%s" % site,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if has('asterisk-server'):
|
||||||
|
service(name="sms_queuing")
|
||||||
|
service('asterisk-server',
|
||||||
|
pidp="/var/run/asterisk/asterisk.pid",
|
||||||
|
start_cmd = "/etc/init.d/asterisk start",
|
||||||
|
stop_cmd = "/etc/init.d/asterisk stop",
|
||||||
|
)
|
||||||
|
|
||||||
service("at",
|
service("at",
|
||||||
init="atd",
|
init="atd",
|
||||||
pidf="atd")
|
pidf="atd")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue