NAME
Zabbix::API::Host -- Zabbix host objects
SYNOPSIS
use Zabbix::API::Host;
my $host = $zabbix->fetch(...);
$host->delete;
DESCRIPTION
Handles CRUD for Zabbix host objects.
This is a subclass of Zabbix::API::CRUDE
.
METHODS
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.