# File lib/fog/rackspace/models/monitoring/checks.rb, line 21
        def get(check_id)
          requires :entity
          data = service.get_check(entity.identity, check_id).body
          new(data)
        rescue Fog::Rackspace::Monitoring::NotFound
          nil
        end