# File lib/fog/network/openstack/models/lb_health_monitors.rb, line 17
        def all(filters_arg = filters)
          filters = filters_arg
          load_response(service.list_lb_health_monitors(filters), 'health_monitors')
        end