The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Zabbix2::API::Map -- Zabbix map objects

SYNOPSIS

  # TODO write the rest once there is something useful to do with map
  # objects

DESCRIPTION

Handles CRUD for Zabbix map objects.

This is a subclass of Zabbix2::API::CRUDE; see there for inherited methods.

Zabbix::API::Map used to do useful things with a hosts attribute, but this is no longer the case. Please send patches.

EXPORTS

The various integers representing map element types are implemented as constants:

  MAP_ELEMENT_TYPE_HOST
  MAP_ELEMENT_TYPE_MAP
  MAP_ELEMENT_TYPE_TRIGGER
  MAP_ELEMENT_TYPE_HOSTGROUP
  MAP_ELEMENT_TYPE_IMAGE

Nothing is exported by default; you can use the tag :map_element_types (or import by name).

SEE ALSO

Zabbix2::API::CRUDE.

AUTHOR

Fabrice Gabolde <fga@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011, 2014 SFR

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