Hi,
Yes alerts are on the todo list, but not immediately.
And there is already a basic SLA monitoring in javamelody: the warning-
threshold-millis and severe-threshold-millis parameters. These
parameters in milliseconds could be used to display SLA values in
summaries of http requests or sql requests. For example, you could
have global severe percentage (could be "bad" if more than 10% mean
times are higher than the value 20s) and global warning percentage of
http requests mean times. In details of http requests, related colors
are used for mean times: red for severe level, yellow for warning
level and green otherwise.
And I would like to have documentation on configuration of nagios,
munin or others for alerts and SLA.
A Munin (and possibly Nagios) plugin is on the todo list. An
undocumented feature is already available for this: if you have
graphics for usedMemory and cpu available at
http://host:port/context/monitoring?width=200&height=50&graph=usedMemory
You can simply have last values in the graphics with
http://host:port/context/monitoring?part=lastValue&graph=usedMemory,cpu
So a Munin plugin could be easy for knowledgeable people, for example
with something like:
http://github.com/coderholic/munin-popularity-plugins/tree/09d3c45b2bfc196a35c13e80aacd5b33db0eb73d
bye, Emeric
On 28 juil, 02:39, Darren Hartford <
binarymon...@yahoo.com> wrote:
> I myself (as a user) have been struggling with this question. Javamelody really isn't targetted for this as much as analysis/statistics collection, but with it so easy to install and setup it would be nice for it to also be an SLA-monitoring/notifier tool...but not sure if this is the right place to put it(and possibly reduce focus on it's core competency).
> monitoring/notification (based on SLA's) can reach deep into the realm of SNMP, SMS, JMX, and various monitoring tools already in this place (jopr, nagios, opennms, jamon, etc for open source ones).
> FLIP-side...most of those monitoring capabilities/existing tools focus on enterprise monitoring of full systems and not necessarily a specific application, which JavaMelody does well.
> -D
>
> --- On Mon, 7/26/10, Robert B <
breaultrob...@gmail.com> wrote: