SYNOPSIS

  use Zabbix::API::HostGroup;

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

  $group->delete;

DESCRIPTION

Handles \s-1CRUD\s0 for Zabbix group objects.

This is a very simple subclass of \*(C`Zabbix::API::CRUDE\*(C'. 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 \*(L"name\*(R" 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.

RELATED TO Zabbix::API::HostGroup…

Zabbix::API::CRUDE.

AUTHOR

Fabrice Gabolde <[email protected]>

COPYRIGHT AND LICENSE

Copyright (C) 2011 \s-1SFR\s0

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