Displaying 14 results from an estimated 14 matches for "rnx".
Did you mean:
rax
2009 Jun 17
2
Nagios Asterisk
...w them line by line Up or down) using nagios using below script, but i always get the status as down and red..can anyone let me know how to read an output from nagios plugin ? nagios etc is configured already and is working
PATH=/bin:/sbin:/usr/bin:/usr/sbin
FAILS=""
SPANS=$(asterisk -rnx "pri show span 1" | grep -a PRI | awk '{print $3;}' | cut -d"/" -f1)
STATUS=$(asterisk -rnx "pri show span 1" | grep -a Status | awk '{print $3;}' | cut -d, -f1)
if [ $STATUS == "Up" ]; then
FAILS= "UP&q...
2024 Jul 16
2
Automatic Knot selection in Piecewise linear splines
...hange: fm3 "==" fm1
all.equal(predict(fm1, xx), predict(fm3, xx))
## BTW: The chosen knots and coefficients are
mat <- with(fm1, cbind(dirs, cuts=c(cuts), coef = c(coefficients)))
## Plots : fine grid for visualization: instead of xx <- seq(x[1], x[length(x)], length.out = 1024)
rnx <- extendrange(x) ## to extrapolate a bit
xx <- do.call(seq.int, c(rnx, list(length.out = 1200)))
cbind(f = f(xx),
sspl = predict(m.sspl, xx)$y,
mars = predict(fm1, xx)) -> fits
plot(x,y, xlim=rnx, cex = 1/4, col = adjustcolor(1, 1/2))
cols <- c(adjustcolor(2, 1/3),...
2009 Jun 18
3
Nagios under *
...line by line Up or down) using nagios using below script, but i always get the status as down and red..can anyone let me know how to read an output from nagios plugin ? nagios etc is configured already and is working
PATH=/bin:/sbin:/usr/bin:/usr/sbin
FAILS=""
STATUS=$(asterisk -rnx "pri show span 1" | grep -a Status | awk '{print $3;}' | cut -d, -f1)
if [ "${STATUS}" == "Up" ]; then
echo "PRI UP"
exit 0
else
echo "PRI DOWN"
exit 2
fi
if i execute the script from co...
2024 Jul 26
1
Automatic Knot selection in Piecewise linear splines
...all.equal(predict(fm1, xx), predict(fm3, xx))
>
> ## BTW: The chosen knots and coefficients are
> mat <- with(fm1, cbind(dirs, cuts=c(cuts), coef = c(coefficients)))
>
> ## Plots : fine grid for visualization: instead of xx <- seq(x[1], x[length(x)], length.out = 1024)
> rnx <- extendrange(x) ## to extrapolate a bit
> xx <- do.call(seq.int, c(rnx, list(length.out = 1200)))
>
> cbind(f = f(xx),
> sspl = predict(m.sspl, xx)$y,
> mars = predict(fm1, xx)) -> fits
>
> plot(x,y, xlim=rnx, cex = 1/4, col = adjustcolor(1, 1/2))
>...
2024 Jul 09
1
Automatic Knot selection in Piecewise linear splines
How can I do automatic knot selection while fitting piecewise linear
splines to two variables x and y? Which package to use to do it simply? I
also want to visualize the splines (and the scatter plot) with a graph.
Anupam
[[alternative HTML version deleted]]
2012 Oct 21
1
r8712u wireless driver
...9;t be happier - except that a critical wireless adapter driver is
missing - the r8712u. I would love to convert my mythtv machine from
Fedora 17 to centos 6.3 to put all that chaos and instability behind me.
My mythtv machine connects only wirelessly to the rest of my network
and uses a Rosewill RNX-N180UBE USB adapter. This adapter has a larger
than normal antenna with 5db of gain and supports 802.11n protocol.
This provides greater bandwidth and a more reliable connection than
any previously tested wireless adapter.
However, it requires the r8712u driver that is absent from centos 6.3
and...
2012 Feb 06
0
Fwd: Re: Asterisk CLI unresponsive
Jonas
Try asterisk -rnx "show locks" > /locks.txt
If that does not work than your CLI process is completely gone and you are
done. I have bumped into these kind of CLI locks and it really sucks. I
have written a program to monitor for them and kill the asterisk process if
they occur then asterisk_safe wil...
2010 Jan 16
1
ETIME on FreeBSD
This looks like the commit that triggered the following FreeBSD build
failure:
http://buildbot.ghz.cc/public/nut/FreeBSD-i686/builds/53
One thing that stands out is that ETIME is not negated like the other
error codes. What returns it?
- Charles
On Jan 13, 2010, at 8:04 AM, Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Wed Jan 13 13:04:42 2010
> New Revision: 2243
>
2009 Jun 20
1
Fw: RE:Nagios under *[solved]
...cd /tmp/
sudo -u <username-running-Nagios> <full-path-of-script>
----- Original Message -----
From: Sriram
To: asterisk-users at lists.digium.com
Sent: Friday, June 19, 2009 11:51 PM
Subject: RE:Nagios under *
Hi Steve
I tried your script :
STATUS=$(sudo asterisk -rnx "pri show span 1"\
| awk '/Status/ {print $3}'\
)
if [ "Up," == "${STATUS}" ]
then echo "PRI UP"
exit 0
else echo "PRI DOWN"
exit 2...
2015 Jan 19
2
sip show channelstats reliable?
I would recommend capturing traffic outside your Asterisk server with
Wireshark, then running the Telephony/Rtp/Analysize Streams option to
determine if you have packet loss at that point in the network.
On Mon, Jan 19, 2015 at 1:00 PM, Todd R. <tjrlist at live.com> wrote:
> Thanks but no Adtran here.
>
> I do think these stats are indicating an issue, I just don't know how to
2015 Jan 20
0
sip show channelstats reliable?
...6239 ? mobile: +1 256 580 6090
> Check us out at: http://digium.com ? http://asterisk.org
>
>
You can find out the data loss outside of Asterisk by using tcpdump and
tshark(wireshark)
1. Capture output of Asterisk SIP channels in a log file ax_log_yyyymmdd
$while :; do date; asterisk -rnx 'sip show channelstats'; sleep 5 ; done
>> ax_log_yyyymmdd
2. Capture tcpdump traffic on the asterisk server:
$tcpdump -nq -s 0 -i eth0 -G3600 -w eth_sip_traffic-%F-%H-%M-%S.pcap port
5060 or port 5061
[this saves the all the ethernet traffic of ports 5060 & 5061 in the pcap
fi...
2015 Apr 08
1
Help debugging a possible SIP channel leak in 11.17.0, possible race condition
Have you tried Asterisk 13? The bridging mechanism has been completely
rewritten on Asterisk 12, so there's no longer channel masquerading and
zombie channels. Might be worth a try.
2015-04-07 20:33 GMT-03:00 Alex Villac??s Lasso <a_villacis at palosanto.com>:
> El 07/04/15 a las 17:38, Alex Villac??s Lasso escribi?:
>
> I am trying to collect enough information about an
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...eVE$RZfg?tQml
zv=7ms#t3xuW$mJi>Lrk^y%XZ#mTt+{?vQrcs>PhX#pzd7jYbXRA`YHh-rn5Qb#ig}
zJ~cHJ(bCegcXn3J#m&8YdMagNLf)efUQ<^aS6)t|sH$3|s;WxO&dy$5Y|+zEjxDAr
z6On)L+HM8?>PBjJ0n+67i_cPrj35RI6>&^xr*SbbZgW0$&JJJNExNC(Ju|Gp>u(hI
zoz^_QVl{Ep>s~Txnog$f$w#j?eKULFQT=HS@{Lxkm>B{RNX$bB*PEtaL-nNK#FZGK
za%Ow>pNMmZ7=oYoGq4aynf~f3Ul<=m5&3H}Lwc%uB1w7rkv1-#j7v~k!)v|k_AJZa
z^qYfW;k!w%21*pZKbNkjPzHeu1x;nS<qH`0HY)%J6!y0-^yifY>O{UDlq|KssI9;N
zwJ+WuxE%9O#e(0s4}HsHE{!#`;3PPEWcQbFU&x=;KEGRJ`5s!QXX^ZojsnhrF-nGc
z-r<~l1-&|Gsip%Tt$~DK0Wnl~l|?4Ehcn#R?7K-GY9O~FCZtzjXV...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking