trusty (3) Zabbix::API::HostGroup.3pm.gz

Provided by: libzabbix-api-perl_0.009-1_all bug

NAME

       Zabbix::API::HostGroup -- Zabbix group objects

SYNOPSIS

         use Zabbix::API::HostGroup;

         my $group = $zabbix->fetch(...);

         $group->delete;

DESCRIPTION

       Handles CRUD for Zabbix group objects.

       This is a very simple subclass of "Zabbix::API::CRUDE".  Only the required methods are implemented (and
       in a very simple fashion on top of that).

METHODS

       name()
           Accessor for the hostgroup's name (the "name" attribute); returns the empty string if no name is set,
           for instance if the hostgroup has not been created on the server yet.

       hosts()
           Accessor for the hostgroup's hosts.

SEE ALSO

       Zabbix::API::CRUDE.

AUTHOR

       Fabrice Gabolde <fabrice.gabolde@uperto.com>

       Copyright (C) 2011 SFR

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