Jump to content

ctarbet

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

About ctarbet

  1. This was the solution offered to me by Google Support: Can you please manually add the tag into the XML configuration file as in the following example: ..... other options .... 200 <-- Add this tag
  2. I know this post is old, but it's a top Google result so I thought I'd share what I found out by searching the file system. -- Reports are stored in /var/reports as directories. It might be possible to use a command that grabs and removes all the reports by name. find /var/reports -name "*NAMEFILTERHERE*" -type d -print0|xargs -0 rm -r
×
×
  • Create New...