search for: caido

Displaying 5 results from an estimated 5 matches for "caido".

Did you mean: caid
2007 Jul 10
1
Question 2 Providers
...saber como se puede hacer que si se cae un enlace, automaticamente con ip route configure el Gateway y la ip del otro enlace para que los usuarios salgan a internet. En si es hacer una contingencia de los dos proveedores cosa que si cae un enlace levante el otro y que despues cuando suba el enlace caido vuelva a utilizarlo.. como lo debo hacer? Google Traductor I am new in this and please I need its aid…. I have 2 I connect of Internet, in router linux, need to know like is possible to be done that if a connection falls, automatically with IP route forms the Gateway and the IP of the other con...
2017 Feb 20
2
Which tool to automatically restart Asterisk ?
...encia para monitorizar procesos. # # ${PATH}: Variable de entorno con las rutas a los ejecutables. PATH=/bin:/sbin:/usr/bin:/usr/sbin # ${DAEMON}: Demonio a monitorizar. DAEMON="asterisk" # ${MSG}: Cuerpo del mensaje a enviar por mail. MSG="$(date '+%F %T'): ${DAEMON} se ha caido!" pidof ${DAEMON} > /dev/null 2>&1 [ $? -ne 0 ] && { echo ${MSG}; service ${DAEMON} start; } exit 0 --------------------------->8----------------------- 2017-02-20 11:29 GMT-03:00 Tech Support <asterisk at voipbusiness.us>: > Hello; > > Over time,...
2017 Feb 21
2
Which tool to automatically restart Asterisk ?
...n las rutas a los ejecutables. > > PATH=/bin:/sbin:/usr/bin:/usr/sbin > > > > # ${DAEMON}: Demonio a monitorizar. > > DAEMON="asterisk" > > > > # ${MSG}: Cuerpo del mensaje a enviar por mail. > > MSG="$(date '+%F %T'): ${DAEMON} se ha caido!" > > > > pidof ${DAEMON} > /dev/null 2>&1 > > > > [ $? -ne 0 ] && { echo ${MSG}; service ${DAEMON} start; } > > > > exit 0 > > Both Debian 8 and Centos 7 have systemd. Systemd gives you this type of > monitoring almost for free (s...
2017 Feb 17
3
Which tool to automatically restart Asterisk ?
Hello, Years ago, I used Monit to monitor Asterisk and restart it whenever it failed. Now, I wonder which tool I should pick for an Debian 8 (current) or CentOS 7 (future) environment. The main reason I'm looking for this tool is to avoid as much as possible, current 5 minutes delay between Asterisk's stop and first cutomers complains. 1. I always install Asterisk from source but
2017 Feb 27
2
Which tool to automatically restart Asterisk ?
...in:/sbin:/usr/bin:/usr/sbin >>> > >>> > # ${DAEMON}: Demonio a monitorizar. >>> > DAEMON="asterisk" >>> > >>> > # ${MSG}: Cuerpo del mensaje a enviar por mail. >>> > MSG="$(date '+%F %T'): ${DAEMON} se ha caido!" >>> > >>> > pidof ${DAEMON} > /dev/null 2>&1 >>> > >>> > [ $? -ne 0 ] && { echo ${MSG}; service ${DAEMON} start; } >>> > >>> > exit 0 >>> >>> Both Debian 8 and Centos 7 have systemd. S...