Xymon Mailing List Archive search

Regular Expression problem

list Robert Manocchia
Thu, 13 Mar 2008 09:47:50 -0400
Message-Id: <user-bb379716ebb4@xymon.invalid>

            I have the following scenario. I want to monitor the
creation of core files in the following directories
/usr/sap/PRD/D01/work, /usr/sap/PRD/D02/work, usr/sap/PRD/D03/work,
/usr/sap/PRD/D04/work, /usr/sap/PRD/D05/work, and /usr/sap/PRD/D06/work.

 
            I have the following:

 
1.       In client-local.cfg: [server1]

                                    File:`ls -1d
/usr/sap/PRD/D0*/work/core`

 
2.       In hobbit-clients.cfg: FILE %/usr/sap/PRD/D0.*/work/core
NOEXIST yellow

 
3.       And in hobbit-alerts.cfg: MAIL user-e4d0b0f5a288@xymon.invalid COLOR=yellow
RECOVERED

 
            This is not working. When click on the files for this server
I do not see these files being selected.

 
            Any help would be appreciated.