License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Monitoring Application Testing & Monitoring |
GroupId | GroupIdorg.ow2.jasmine.monitoring |
ArtifactId | ArtifactIdalarm-interface |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJASMINe :: Monitoring :: Alarms interface
JASMINe Monitoring is a set of tools allowing to supervise a distributed infrastructure.
This is composed of probes, a system to aggregate, filter, ... monitoring informations (JASMINe Probe), a message bus
(EventSwitch), a storage system, an alarm mechanism and a web console (JASMINe EoS - Eye of SOA).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
alarm-interface-1.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine.monitoring/alarm-interface/ -->
<dependency>
<groupId>org.ow2.jasmine.monitoring</groupId>
<artifactId>alarm-interface</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine.monitoring/alarm-interface/
implementation 'org.ow2.jasmine.monitoring:alarm-interface:1.4.2'
// https://jarcasting.com/artifacts/org.ow2.jasmine.monitoring/alarm-interface/
implementation ("org.ow2.jasmine.monitoring:alarm-interface:1.4.2")
'org.ow2.jasmine.monitoring:alarm-interface:pom:1.4.2'
<dependency org="org.ow2.jasmine.monitoring" name="alarm-interface" rev="1.4.2">
<artifact name="alarm-interface" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine.monitoring', module='alarm-interface', version='1.4.2')
)
libraryDependencies += "org.ow2.jasmine.monitoring" % "alarm-interface" % "1.4.2"
[org.ow2.jasmine.monitoring/alarm-interface "1.4.2"]