-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use string ("") as a HASH ref while "strict refs" in use at /usr/local/share/perl5/Net/Ping.pm #300
Comments
There should be the code:
Can you check if $_->{ltmVirtualServAddr} is perhaps undef or does not have a valid ip address value? |
Hi Gerhard, If i'm correct the --mode connect-vips should connect to the F5 (-H ip adres/management ip ) and connect to each virtual server ? Otherwise maybe i'm confusing the fuctionality of the check. P.S. in the --help mode there is a double line "watch-vips (Watch load balancer vips)" |
Insert a line:
|
Hi Gergard, $VAR1 = bless( { Can't use string ("") as a HASH ref while "strict refs" in use at /usr/local/share/perl5/Net/Ping.pm line 1418. |
I have tested the same version on the old centos 6 just to compare. $VAR1 = bless( { |
I noticed that on rhel8 the check stops at the first virtual server. On the old centos it returns all the virtual servers (54 in total) |
Hi Gerard,
after moving form centos6 to rhel8 we encounter the following issue with the plugin with the following command:
check_nwc_health --hostname xxx.xxx.xxx.xxx --protocol 2c --community something --mode connect-vips --verbose
Can't use string ("") as a HASH ref while "strict refs" in use at /usr/local/share/perl5/Net/Ping.pm line 1418.
Issue reproduced with Ping.pm 2.55 and 2.74
The text was updated successfully, but these errors were encountered: