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.
AUTHOR
Fabrice Gabolde <[email protected]>COPYRIGHT AND LICENSE
Copyright (C) 2011 SFRThis library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.