# File lib/fog/rackspace/models/monitoring/checks.rb, line 34
        def create(attributes = {})
          requires :entity unless attributes[:entity]
          super({ :entity => entity }.merge!(attributes))
        end