Run monitoreidas on custom branch, SC-2522
This commit is contained in:
parent
c1d3c5f49d
commit
114fe55f10
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue