Olivier
2007-Mar-20 01:49 UTC
[asterisk-users] Which parameters of a live Asterisk server would you monitor ?
Hi, Let's say you have an Asterisk server running. Which parameters would you check to improve service continuity ? I was thinking of : - telco lines status (make sure every is up) - registered hardphones - config files backup (compare live and saved configuration files, if files differ, notifies the administration team) - systems variables (disk and CPU) - log files (trigger an alarm for every ERROR or NOTICE message in full logs) What do you think ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070320/ed97dc83/attachment.htm
Yuan LIU
2007-Mar-20 03:36 UTC
[asterisk-users] Which parameters of a live Asterisk server wouldyou monitor
>From: Olivier <oza-4h07@myamail.com> >Date: Tue, 20 Mar 2007 09:49:34 +0100 > >Hi, > >Let's say you have an Asterisk server running. >Which parameters would you check to improve service continuity ? > >I was thinking of : > >- telco lines status (make sure every is up) >- registered hardphonesIf you use VoIP, add data network status (and possibly quality). Yuan Liu>- config files backup (compare live and saved configuration files, if files >differ, notifies the administration team) >- systems variables (disk and CPU) >- log files (trigger an alarm for every ERROR or NOTICE message in full >logs) > >What do you think ? > >Regards
Henry Cobb
2007-Mar-20 05:16 UTC
[asterisk-users] Which parameters of a live Asterisk server would you monitor ?
On 3/20/07, Olivier <oza-4h07@myamail.com> wrote:> Let's say you have an Asterisk server running. > Which parameters would you check to improve service continuity ?The tools I tend to use are vmstat, iftop (all VoIP, all the time), show registry and df. -HJC