Slashdot Mirror


New Continuous Support System

An anonymous reader writes "eWeek is reporting on a new continuous open-source support system that helps to keep tabs on your mission-critical applications by providing constant diagnostic monitoring. The system is designed to match specific 'signatures' from your applications to a database of over 200,000 possible 'problem' signatures and alert the user for correction or analysis. From the article: 'SourceLabs' Continuous Support System features what Sebastian calls "adaptive diagnostic probes" that are fully integrated and configured for customer environments. The probes identify production issues and begin to gather diagnostic information to help get to the root of the problem, he said. Indeed, the probes can be configured so that as soon as a problem occurs, the SourceLabs support team extracts system information to find and resolve the problem. And the system includes a database of more than 200,000 signatures of problems that might occur.'"

4 of 75 comments (clear)

  1. Please Clarify by Anonymous Coward · · Score: 5, Informative

    I dont understand. Is this an advertisement?

    1. Re:Please Clarify by eln · · Score: 4, Informative

      It's a fluff piece written by an "analyst" for a general-audience tech magazine, so basically it's a press release. If you look at other articles written by this guy, you'll notice that he is particularly fond of writing this type of "regurgitate the marketing" article.

  2. Re:Puzzled by bcat24 · · Score: 4, Informative

    Indeed. You can find a little more information on their website. Because putting a link to the company in the article summary would just make things too easy for people, right?

  3. Re:Puzzled by Bruce+Perens · · Score: 4, Informative
    When your production Java program breaks, it tells you, and Sourcelabs. Various sorts of breakage are detected. Generally the interesting problems are in the Open Source stacks that Sourcelabs supports, not in your own code, although the system can sometimes tell you when you are tripping over a well-known sort of error or an API calling mistake in your own code. Depending on the problem, you get an automatic message and/or you hear from your support person at Sourcelabs. Sourcelabe may give you a patch, advice, etc.

    One interesting point is that you don't call customer service. They call you.Bruce