Displaying 3 results from an estimated 3 matches for "astping".
2003 Feb 26
1
astping crashes asterisk manager module
hi
Just installed astping in Nagios (former netsaint), and it works fine - for
some time. After several hours, the Asterisk manager module just stopped
responding, and I had to restart to make it work
Any idea what might cause this?
Sorry - I don't have the log now. Is it possible to have asterisk log console
outpu...
2003 Mar 02
1
Serious memory leak in asterisk (manager)
hi all
after getting some (or - a lot) of messages from nagios, claiming
asterisk
to be down, I found this out...
astping xxx times repeatedly, and the manager fails to start. this
little
script was used for testing. below, I've pasted the output from 'ps
axfv' before and after the DoS, showing asterisk having allocated ~2GB
RAM.
roy
#!/usr/bin/perl -w
use strict;
my $i = 0;
while (1) {
$i++;...
2003 Dec 15
3
Nagios/measurement with Asterisk - any plugins?
I have spent some time digging through the archives for comments
concerning Asterisk and monitoring systems, and I have found few
results.
check_asterisk.pl.gz (http://www.dynx.net/ASTERISK/misc-progs/) which
gives an error on download, and has no further Google references
astping.tar (http://www.dynx.net/ASTERISK/misc-progs/ and also in the
mailing list archives) supposedly sends a query to an Asterisk
server, but I have been unable to get it to do anything other than
reply with the IP address of the queried host (regardless of Asterisk
status)
If anyone has any hom...