commit
8262f6e5fc
|
@ -1,8 +1,8 @@
|
|||
id: error-logs
|
||||
info:
|
||||
name: common error log files
|
||||
author: geeknik
|
||||
severity: info
|
||||
author: geeknik & daffainfo
|
||||
severity: low
|
||||
tags: logs
|
||||
|
||||
requests:
|
||||
|
@ -27,6 +27,9 @@ requests:
|
|||
- "{{BaseURL}}/{{Hostname}}/error.log"
|
||||
- "{{BaseURL}}/{{Hostname}}/errors.log"
|
||||
- "{{BaseURL}}/MyErrors.log"
|
||||
- "{{BaseURL}}/log.txt"
|
||||
- "{{BaseURL}}/logs.txt"
|
||||
- "{{BaseURL}}/log.log"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -36,6 +39,7 @@ requests:
|
|||
- "coredump"
|
||||
- "script headers"
|
||||
- "Broken pipe"
|
||||
- "Array"
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue