Run monitoreidas on custom branch, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-04-04 12:55:54 +02:00
parent c1d3c5f49d
commit 114fe55f10
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -242,9 +242,10 @@ def main():
if re.match(r'^log-test-', host_info["fqdn"]):
modules["sunet"]["tag"] = "pahol-fix-rsyslog*"
if re.match(r'^log-qa-', host_info["fqdn"]):
modules["sunet"]["tag"] = "pahol-fix-rsyslog*"
if re.match(r'^monitoreidas-prod-sto1-1.komreg.net', host_info["fqdn"]):
modules["sunet"]["tag"] = "pahol-naemon-acmed*"
# Build list of expected file content
file_lines = create_file_content(modules)