Merge "Correct metrics_qdr logging path and regex parsing"

This commit is contained in:
Zuul 2021-04-27 01:45:11 +00:00 committed by Gerrit Code Review
commit d60dffee44
3 changed files with 5 additions and 5 deletions

View File

@ -52,9 +52,9 @@ parameters:
type: boolean type: boolean
MetricsQdrLoggingSource: MetricsQdrLoggingSource:
default: default:
file: /var/log/containers/qdrouterd/metrics_qdr.log 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]+ 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]+\) ' \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) '
tag: openstack.nova.consoleauth tag: openstack.nova.consoleauth
type: json type: json
MetricsQdrPassword: MetricsQdrPassword:

View File

@ -40,8 +40,8 @@ parameters:
type: json type: json
default: default:
tag: openstack.nova.consoleauth tag: openstack.nova.consoleauth
file: /var/log/containers/qdrouterd/metrics_qdr.log 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]+\\) " 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: MetricsQdrPort:
default: 5666 default: 5666
description: Service name or port number on which the qdrouterd will accept description: Service name or port number on which the qdrouterd will accept

View File

@ -92,7 +92,7 @@ parameters:
type: json type: json
default: default:
tag: system.pacemaker 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}" startmsg.regex: "^[a-zA-Z]{3} [0-9]{2} [:0-9]{8}"
ContainerCli: ContainerCli:
type: string type: string