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