The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::Zabbix - Mojo::Zabbix is a simple perl wrapper of Zabbix API.

VERSION

Version 0.02

SYNOPSIS

use Mojo::Zabbix;

my $z = Net::Zabbix->new( url => "https://server/zabbix/", username => 'user', password => 'pass', verify_ssl => 0, debug => 1, trace => 0, );

my $r = $z->get("host", { filter => undef, search => { host => "test", }, } );

AUTHOR

orange, <bollwarm at ijz.me>

BUGS

Please report any bugs or feature requests to bug-Mojo-Zabbix at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mojo-Zabbix. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Mojo-Zabbix
 
 

You can also look for information at:

Git repo

https://github.com/bollwarm/Mojo-Zabbix.git

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2016 orange.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.