# File lib/fog/compute/ecloud/models/monitors.rb, line 11
        def all
          data = service.get_monitors(href).body
          load(data)
        end