NAME

Zabbix::API::Item -- Zabbix item objects

SYNOPSIS

use Zabbix::API::Item;

# TODO write the rest

DESCRIPTION

Handles CRUD for Zabbix item objects.

This is a subclass of Zabbix::API::CRUDE.

METHODS

collides()

Returns true if the item exists with this key on this hostid, false otherwise.

host()

Accessor for a local host attribute, which it also happens to set from the server data if it isn't set already.

EXPORTS

Way too many constants, but for once they're documented (here: http://www.zabbix.com/documentation/1.8/api/item/constants).

Nothing is exported by default; you can use the tags :item_types, :value_types, :data_types and :status_types (or import by name).

SEE ALSO

Zabbix::API::CRUDE.

AUTHOR

Fabrice Gabolde <fabrice.gabolde@uperto.com>

COPYRIGHT AND LICENSE

Copyright (C) 2011 SFR

This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.