issues Search Results · repo:whosgonna/Zabbix-Tiny.pm language:Perl
Filter by
21 results
(58 ms)21 results
inwhosgonna/Zabbix-Tiny.pm (press backspace or delete to remove)Please add support for Zabbix 6.4
In Zabbix 5.4 changes:
- user.login: Renamed parameter user → username.
This parameter was removed in Zabbix 6.4 :
- user.login: Removed support for deprecated ...
odmdas
- 21
- Opened on Mar 25, 2023
- #31
Looks like the fix for #26 might not have addressed the root cause. Seeing an issue where DEMOLISH is being called, but
$ua is not present there, thus logout does not happen.
Commenting out return unless ...
richlv
- 3
- Opened on Jun 7, 2021
- #30
MetaCPAN allows to display a contribution howto-page - perhaps a good idea to supply one:
https://metacpan.org/contributing-to/Zabbix-Tiny .
richlv
- 1
- Opened on Nov 11, 2018
- #29
I have found 2 issues with that. First, it s misspelled in example:
$zabbix- prepare( host.get , $params); # Prepare the query.
print $zabbix- prepared . \n ; # Get the JSON query without actually ...
dimir
- 3
- Opened on Mar 2, 2018
- #27
When script exits the following warning (not affecting the exit code) appears:
(in cleanup) Can t call method post on an undefined value at /usr/local/share/perl/5.24.1/Zabbix/Tiny.pm line 200 ...
dimir
- 8
- Opened on Feb 13, 2018
- #26
@richlv noted he was having trouble with requests being rejected due to mod-security, and not having an Allow header
set.
I think it should be pretty easy to address this by adding an attribute for UA ...
whosgonna
- 2
- Opened on Sep 5, 2017
- #25
not completely sure whether this is something fixable in Zabbix::Tiny, but the current behaviour seems hard to handle on
the module-using side.
if the connection to the api fails, the outcome is :
malformed ...
richlv
- 7
- Opened on Jun 5, 2017
- #23
Getting the following error in some scripts where the Zabbix::Tiny object is passed into a subroutine and not called:
(in cleanup) Can t call method post on an undefined value at /usr/local/lib/perl5/site_perl/Zabbix/Tiny.pm ...
whosgonna
- 1
- Opened on Feb 14, 2017
- #22
The following failure is intermittently observed in test 02_apiinfo.version.t:
# Failed test Still able to retrieve version after login. (No auth parameter sent)
# at t/02_apiinfo.version.t line ...
whosgonna
- 2
- Opened on Dec 19, 2016
- #19
for apiinfo.version, auth must be excluded, otherwise : Error: The apiinfo.version method must be called without the
auth parameter
it is probably worth having a special-case hack in zabbix::tiny, so ...
richlv
- 4
- Opened on Nov 28, 2016
- #18

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.