The Simplest Way to Build a Java Custom Monitor
Posted by Hovhannes Avoyan | Posted in Java Monitoring, Linux Servers Monitoring, Monitoring Scripts, Performance Management | Posted on 20-12-2011
Tags: java, memcached
Monitis’s existing Java SDK provides you with almost all possible ways to create any internal monitoring agent that a user wants. But, unfortunately, Java gives you no simple way to build a custom monitor. Adding a couple of simple classes into the existing API opens the simplest way to build, in fact, almost any type of custom monitor. Below we describe the additions to the existing API that allow you to do so, and we’re also providing a corresponding example.
Monitis+Log4j: The Cure for Monitoring Java Logs
Posted by Hovhannes Avoyan | Posted in Java Monitoring, Monitoring Scripts | Posted on 07-12-2011
Tags: java, java logs, log4j
Let’s face it; the Internet world today lives by Java. But not everything associated with Java runs smooth.
For example, many Java applications create log files by using a famous Log4J mechanism. Often, these applications are located remotely, and there is no actual way possible in real time to monitor the logs alerts. That often means that it’s difficult or impossible to avoid some dangerous situations in time, including stopping applications because of faults.
This article is presenting one of the possible ways to build a Monitis Custom monitor that can provide real-time monitoring for Java applications logs.
Memcached Server Monitoring With Monitis
Posted by Hovhannes Avoyan | Posted in Java Monitoring, Monitoring Scripts, Performance Management, Sysadmin Tools | Posted on 01-12-2011
Tags: java, memcached
The existing Monitis Java SDK (that uses the Monitis Open API functionality) provides almost every opportunity to create any internal monitoring agent that a user could want. It is really very easy to build a monitor by using Monitis Open API and Monitis Java SDK.
Below we’ll describe possible ways to build a custom monitor for monitoring Memcached server health in real-time – based on improved Monitis Java SDK.





