<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic An HIDS question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496110#M744903</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently testing and configuring HIDS and I am wondering if "*" works?&lt;BR /&gt;&lt;BR /&gt;I would like to monitor specific subdirs in a file system, for example my directory tree is:&lt;BR /&gt;/andrew/u1/code/test1&lt;BR /&gt;/andrew/u1/code/test2&lt;BR /&gt;/andrew/u2/code/test1&lt;BR /&gt;/andrew/u2/code/test2&lt;BR /&gt;&lt;BR /&gt;I only want to monitor changes made in "test1" subdir, but when I use: /andrew/*/code/test1&lt;BR /&gt;in Schedule Manager, I don't get any alerts.&lt;BR /&gt;&lt;BR /&gt;Any help would be great.&lt;BR /&gt;Thanks&lt;BR /&gt;Andrew</description>
    <pubDate>Wed, 02 Mar 2005 11:06:05 GMT</pubDate>
    <dc:creator>Andrew Pollard</dc:creator>
    <dc:date>2005-03-02T11:06:05Z</dc:date>
    <item>
      <title>An HIDS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496110#M744903</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently testing and configuring HIDS and I am wondering if "*" works?&lt;BR /&gt;&lt;BR /&gt;I would like to monitor specific subdirs in a file system, for example my directory tree is:&lt;BR /&gt;/andrew/u1/code/test1&lt;BR /&gt;/andrew/u1/code/test2&lt;BR /&gt;/andrew/u2/code/test1&lt;BR /&gt;/andrew/u2/code/test2&lt;BR /&gt;&lt;BR /&gt;I only want to monitor changes made in "test1" subdir, but when I use: /andrew/*/code/test1&lt;BR /&gt;in Schedule Manager, I don't get any alerts.&lt;BR /&gt;&lt;BR /&gt;Any help would be great.&lt;BR /&gt;Thanks&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 02 Mar 2005 11:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496110#M744903</guid>
      <dc:creator>Andrew Pollard</dc:creator>
      <dc:date>2005-03-02T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: An HIDS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496111#M744904</link>
      <description>Andrew -&lt;BR /&gt;&lt;BR /&gt;Please refer to p.126 (Unix Regular Expressions) in the v3.0 Admin Guide for good examples that will answer your question. This page also encourages you to refer to the regexp(5) man page. The last example on page 126 describes what you need to do. Try something like this:&lt;BR /&gt;&lt;BR /&gt;^/andrew/u[1,2]/code/test1/&lt;BR /&gt;or something a bit more general such as&lt;BR /&gt;^/andrew/[^/]*/code/test1/&lt;BR /&gt;&lt;BR /&gt;Be sure to anchor your RE at the beginning (^) and to specify the last slash at the end (also see examples for why this makes a difference).&lt;BR /&gt;&lt;BR /&gt;When you specify "/andrew/*/code/test1" you are tryig to match 0 or more forward slahes and nothing else, so the "u1" or "u2" are not matched. Also, the subdirectory test11, test1hello, test123, etc... and its contents will also be matched unintentionally if you do not specify the trailing slash (/).&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2005 14:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496111#M744904</guid>
      <dc:creator>Pierre Pasturel</dc:creator>
      <dc:date>2005-03-02T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: An HIDS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496112#M744905</link>
      <description>Hi Pierre,&lt;BR /&gt;&lt;BR /&gt;That worked perfectly.&lt;BR /&gt;&lt;BR /&gt;Thanks very much.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 02 Mar 2005 15:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/an-hids-question/m-p/3496112#M744905</guid>
      <dc:creator>Andrew Pollard</dc:creator>
      <dc:date>2005-03-02T15:11:15Z</dc:date>
    </item>
  </channel>
</rss>

