Merge "Correct metrics_qdr logging path and regex parsing" into stable/victoria

This commit is contained in:
Zuul 2021-05-04 19:12:45 +00:00 committed by Gerrit Code Review
commit 59d1947baf
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,8 @@ parameters:
type: json
default:
tag: openstack.nova.consoleauth
file: /var/log/containers/qdrouterd/metrics_qdr.log
startmsg.regex: "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+ \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) "
file: /var/log/containers/metrics_qdr/metrics_qdr.log
startmsg.regex: '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+ \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) '
MetricsQdrPort:
default: 5666
description: Service name or port number on which the qdrouterd will accept

View File

@ -95,7 +95,7 @@ parameters:
type: json
default:
tag: system.pacemaker
file: /var/log/host/pacemaker/pacemaker.log
file: /var/log/pacemaker/pacemaker.log
startmsg.regex: "^[a-zA-Z]{3} [0-9]{2} [:0-9]{8}"
ContainerCli:
type: string