Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Descrition

est: DMS_AutoTest_DTreeNotifyQueue 

Ziel: Überprüfung, ob die Task-Queue des Content Servers abgearbeitet wird. Falls es Probleme mit der Indexierung geben sollte, schlägt der WebReport hoffentlich Alarm. Die Limits, die aktuell eingetragen sind, müssen wir ggfs. noch Anpassen, wenn wir etwa mehr Erfahrung haben. Aktuell: >100 Tasks in der Queue, die Folder oder Dokument betreffen: WARNING, >500 Tasks in der Queue, die Folder oder Dokument betreffen: ERROR

NickName: DMS_AutoTest_DTreeNotifyQueue 

E-Mail Message:

Text

Picture

name: cypress_webreports_408
expr: cypress_dmstesting_408{status!="passed"} >= 1
labels:
HID: OTCSCYPB1201
Help: OTCSCYPB1201 - DTreeNotify Queue
otwatch: https://<fqdn>/d/C4xxklZ4z/cypress-basistests
severity: P2
severity_desc: High
team: hit-opsgenie
annotations:
description: Check the dashboard to see which test/s failed. https://otwatch.sbb.ch<domain>/d/C4xxklZ4z/cypress-basistests
summary: AutoTest für DTreeNotify Queue failed.

Image RemovedImage Added

Applies to

System

Version

Approved

Summary

Check how Many Entry has the Table

Code Block
select count(*) from dtreenotify

Select per Type

Code Block
select count(*), ntype from dtreenotify group by NTYPE

Sources of Errors

Solution

...