Zabbix group objects
use Zabbix::API::HostGroup; my $group = $zabbix->fetch(...); $group->delete;
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).
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.
Accessor for the hostgroup's hosts.
Zabbix::API::CRUDE.
Fabrice Gabolde <[email protected]>
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.