Package comodit_client :: Package api :: Module host :: Class MonitoringAlert

Class MonitoringAlert


TODO

Instance Methods

Inherited from entity.Entity: __init__, create, delete, dump, load, refresh, rename, show, update

Inherited from util.json_wrapper.JsonWrapper: dump_json, get_json, get_real_json, load_json, print_json, set_json

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
string identifier
Identifier of the entity.
string name
Name of this entity.
string label
A very short description of the entity.
int timestamp
The timestamp of the alert.
string plugin
The plugin the alert relates to.
string sensor
The sendor from the plugin the alert relates to.
string output
The outout of the alert.
string threshold
The threshold of the alert.
string level
The level of the alert.
string comparator
The compare method used for the alert.

Inherited from entity.Entity: client, description, url, uuid

Inherited from object: __class__

Property Details

identifier

Identifier of the entity. The identifier is unique in entity's collection and can therefore be used to get the entity. This value is generally entity's name but may also be the UUID or another field depending on entity type.

Get Method:
unreachable.identifier(self)
Type:
string

name

Name of this entity.

Get Method:
unreachable.name(self)
Type:
string

label

A very short description of the entity. This value generally includes entity's identifier.

Get Method:
unreachable.label(self)
Type:
string

timestamp

The timestamp of the alert.

Get Method:
unreachable.timestamp(self) - The timestamp of the alert.
Type:
int

plugin

The plugin the alert relates to.

Get Method:
unreachable.plugin(self) - The plugin the alert relates to.
Type:
string

sensor

The sendor from the plugin the alert relates to.

Get Method:
unreachable.sensor(self) - The sendor from the plugin the alert relates to.
Type:
string

output

The outout of the alert.

Get Method:
unreachable.output(self) - The outout of the alert.
Type:
string

threshold

The threshold of the alert.

Get Method:
unreachable.threshold(self) - The threshold of the alert.
Type:
string

level

The level of the alert.

Get Method:
unreachable.level(self) - The level of the alert.
Type:
string

comparator

The compare method used for the alert.

Get Method:
unreachable.comparator(self) - The compare method used for the alert.
Type:
string