Skip to content
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

Authentication and Connection status method #6

Open
crosson opened this issue Jul 23, 2013 · 0 comments
Open

Authentication and Connection status method #6

crosson opened this issue Jul 23, 2013 · 0 comments

Comments

@crosson
Copy link

crosson commented Jul 23, 2013

Hi Magec,

Is there a method that can be called to check the connection status of an LTM?

require 'icontrol'

include IControl::LocalLB

IControl.config[:user] = "admin"
IControl.config[:password] = 'admin'
IControl.config[:base_url] = "https://ltm.lab.lab.com/"

rules = VirtualServer.find("test").get_rule
#I get a Mutex error when auth or DNS fails. Nothing is raised telling me that auth failed to the LB or whether something else went wrong.

I'd like to get something like this added. What can I do to assist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant