# File monit/lib/symbiosis/monitor/runner.rb, line 131
      def clean_db(n_days=30)
        raise ArgumentError unless n_days.is_a?(Integer)
        @state_db.clean(n_days)
      end