The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Monitoring::TT::Object - Object representation of a data item

DESCRIPTION

contains generic methods which can be used in templates for each object

CONSTRUCTOR

new

returns new object

METHODS

has_tag

returns true if object has specific tag, false otherwise.

tags

returns list of tags or empty list otherwise

extra_tags

returns list of extra tags or empty list otherwise

tag

returns value of this tag or empty string if not set

set_tag

set additional tag

AUTHOR

Sven Nierlein, 2013, <sven.nierlein@consol.de>