9.17. Configuration for the errpt check

This check does the following task:

check, if aix has written new error reports

ERRPT

Explanation

ERRPT is the enclosing tag for the errpt check

Parent

OSAGENT

allowed values

Count

1

Example
<ERRPT>
        <LOGFILTER>
         <REGEX>.*</REGEX>
         <ERRORLEVEL>WARNING</ERRORLEVEL>
         <PRIORITY>1000</PRIORITY>
       </LOGFILTER>
       <LOGFILTER>
         <REGEX>errorlogging turned on</REGEX>
         <PRIORITY>1000</PRIORITY>
       </LOGFILTER>
</ERRPT>