The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Zabbix2::API::Proxy -- Zabbix proxy objects

SYNOPSIS

  use Zabbix2::API::Proxy;
  # fetch a proxy by name
  my $proxy = $zabbix->fetch_single('Proxy', params => { filter => { host => "My Proxy" } });

DESCRIPTION

Handles CRUD for Zabbix proxy objects.

This is a subclass of Zabbix2::API::CRUDE; see there for inherited methods.

SEE ALSO

Zabbix2::API::CRUDE.

AUTHOR

Fabrice Gabolde <fga@cpan.org>

Patches to this file's original version from Chris Larsen <clarsen@llnw.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012, 2014 SFR

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