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).
SEE ALSO
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.