similar to: Phone system "ping" checker

Displaying 20 results from an estimated 4000 matches similar to: "Phone system "ping" checker"

2007 Oct 27
2
render_with_no_layout cause by Pingdom
Hi, When I go to my homepage all is well, however when the Pingdom bot arrives (every few seconds!), it throws the following error: ActionController::RenderError occurred in home#index: You called render with invalid options : available [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:808:in `render_with_no_layout'' My index action doesn''t call render, it
2020 May 15
1
Old Asterisk forums not working
Thanks Joshua; Working now - but regarding the slow wiki, it's normally 5-10 second page load for me in the UK, but it was closer to 20 seconds earlier. https://tools.pingdom.com/#5c862c04ad800000 Seems to be back to around 5 seconds now, but I notice that if I run a Pingdom page test from a US server, the page loads in about 1.3 seconds. I wonder if there might be a misconfigured edge
2020 May 15
3
Old Asterisk forums not working
Hello! https://forums.asterisk.org/ is doing it again - "Content Encoding Error. An error occurred during a connection to forums.asterisk.org. Please contact the website owners to inform them of this problem". Which is odd, as the Qualys test seems to pass, only losing a point for supporting TLS 1.0. But I know it's not just me because Pingdom can't read the page, either.
2015 Mar 15
1
GET vs HEAD Response code
Hi all, I'm setting HTTP monitoring app, to check the availability of my stream, like pingdom or uptimerobot. After test this, I see that always see 200 ok inclusive when my stream is not online, and of course this tools don't send the alerts. some reason to do this? curl -X GET -I http://icecast/stream HTTP/1.0 404 Not Available Content-Type: text/html curl -X HEAD -I
2010 Oct 21
0
Web based ping and port checker ?
Hello, does anybody know any simple software which allow checking host and its port availability using _web_ forms ? Something like: write ip address: write port number: [press button] Regards Przemek --------------------------------------------- Gielda samochodow nowych i uzywanych. http://linkint.pl/f2820
2016 Jan 28
2
Intel MPX support (instrumentation pass similar to gcc's Pointer Checker)
Hello, As far as I know, there is no MPX pass in LLVM (though the x86-64 backend already declares MPX registers and instructions). I wonder if anyone is currently working on the LLVM pass for MPX instrumentation, similar to Pointer Checker in gcc. If yes, could anyone elaborate on the status and accessability to other researchers? And if any help is needed? Prof. Santosh Nagarakatte, the author
2007 Jun 17
2
SIP Peering--call terminated prematurely
I am attempting to establish SIP peering between Asterisk and an AltiGen soft PBX. This is my first experience with SIP peering. I can successfully make both inbound and outbound calls to/from a softphone on the AltiGen system (network access is provided by a PRI on the Asterisk system), but they are disconnected unexpectedly. The attachment is a redirect of the Asterisk CLI during a call that
2007 Apr 13
2
MD5 checker for Win2000 for ISOs
For a change, I am going to try and check the checksum before burning the CDs.... My burner is on a Win2000 box, and I have all 6 of the Centos 5 ISO images there already. So I grab a checker from: http://www.diamondcs.com.au/freeutilities/md5.php And checking the ISO image files with this program, I get different numbers than in the MD5 hash txt file. Can anyone point me to a
2006 Aug 17
2
Syntax checker issues
I''m new to Ruby and RoR; I was messing around with it today and had trouble with error codes. Specifically, the ruby syntax checker frequently spits out ''syntax error'' with the last line of the code as the error line (the error is nowhere near the last line). This is something I''d expect in a pre 1.0 version, but ruby is at 1.8.4, is the ruby syntax
2008 Jul 29
1
[PATCH] New nodatacow checker
Hello, This is updated version of nodatacow patch. To check whether a given file extent is referenced by multiple snapshots, the checker walks down the fs tree through dead root and checks all tree blocks in the path. We can easily detect whether a given tree block is directly referenced by other snapshot. We can also detect any indirect reference from other snapshot by checking
2010 Mar 19
1
[LLVMdev] Checker for destruction-needing classes allocated in BumpPtrAllocators?
Hi Ted, Doug said you might have a clang-based checker that would detect when people allocate memory with a BumpPtrAllocator and then construct a class into it that needs destruction. In killing valgrind-found memory leaks in LLVM, I've found several instances of this mistake. They often involve SmallVectors, which only show up as leaks in valgrind if they happen to overflow their static
2020 Jun 10
2
[PATCH] virtio-mem: silence a static checker warning
Smatch complains that "rc" can be uninitialized if we hit the "break;" statement on the first iteration through the loop. I suspect that this can't happen in real life, but returning a zero literal is cleaner and silence the static checker warning. Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com> --- drivers/virtio/virtio_mem.c | 2 +- 1 file changed, 1
2016 Jan 28
2
Intel MPX support (instrumentation pass similar to gcc's Pointer Checker)
> First, is MPX hardware available now? I wouldn't mind getting my hands on > one. It is available at least in the mobile versions of the recent Intel Skylake CPUs. I am currently playing with Alienware 15 R2 with the following CPU: Intel(R) Core(TM) i7-6820HK. Interestingly, my preliminary experiments indicate that adding MPX bounds checking via Pointer Checker in gcc is usually
2018 Mar 07
0
Fwd: [GSOC 2018] Dangling string pointer checker
Hello developers, My name is Zhihan Chen and I am currently a year 4 computer science student at the University of Hong Kong. I am interested in building a checker for dangling string pointer. I've learned some essential knowledge about compiler from our university course and built a mini-compiler on my own (Available at https://github.com/CHEN- Zhihan/Compiler). I've gone through the
2008 Mar 14
0
Thunderbird: can't seem to install french spell checker
Hi, I can't install a french spell checker in Thunderbird. There's a link in Thunderbird's preferences, to download new dictionaries, but it's dumb. So I downloaded the dictionary manually (spell-FR.xpi) and installed it in Thunderbird using the 'Extensions' dialog. But the installed dictionary doesn't appear anywhere. Googled some over this problem, and it seems
2018 Mar 20
1
[GSOC] Create a checker for dangling string pointers in C++
Hello Developer Team, My name is Rustam Khadipash, I am a forth year student in Computer Science at Pusan National University. This summer I would like to contribute to your project, however I do not have experience in contributing to open source societies so far. Therefore, I would like to start with not a difficult, in my opinion, project as "a checker for dangling string pointers in
2007 Jun 20
1
NULL ptr dereferences found with Calysto static checker
Hi, I've ran my static checker Calysto on openssh and found the following bug: Possible NULL-ptr deref (vc536): @/work/benchmarks/SOURCES/openssh-4.6p1/moduli.c:173 + ptr gtm returned from gmtime dereferenced without checking (gmtime can return NULL). There are probably more possible NULL-ptr dereferences, but Calysto currently does not check the usage of library functions (for instance, if
2014 Aug 23
1
Director health checker
Hi all. I'm writing a director health checker and ask you for suggestions. My project repository: https://github.com/duderamos/dovesitter Thanks.
2010 Feb 05
1
splint / lint-like syntax checker for R
Greetings - Does CRAN or someone similar make a splint / lint-like syntax checker for R? I realize that both ESS and the debug package and similar tools have debugging and error analysis features, but those appear to require running the code through the R buffer. I'd like something that did basic syntax and object-name verification for code that was to run in batch, as a precursor to
2013 Jan 07
1
checker/chequer board pattern as a colour
Hi All, is there a reasonably simple way of using a black and white chequer/checker board pattern as a colour: barplot(mydata, col = c('red', 'blue' 'checkerboard')) ? BW F -- Federico C. F. Calboli Neuroepidemiology and Ageing Research Imperial College, St. Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 75941602 Fax +44 (0)20 75943193 f.calboli