Use my branch of the monitor code.
This commit is contained in:
parent
6257ca5380
commit
dc97984ca1
|
@ -124,9 +124,9 @@ def main():
|
||||||
}
|
}
|
||||||
|
|
||||||
# When/if we want we can do stuff to modules here
|
# When/if we want we can do stuff to modules here
|
||||||
# if host_info:
|
if host_info:
|
||||||
# if host_info["fqdn"] == "internal-tug-lab-ml-1.platform.sunet.se":
|
if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se":
|
||||||
# modules["sunet"]["tag"] = "testing-2*"
|
modules["sunet"]["tag"] = "mifr-monitor*"
|
||||||
# if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se":
|
# if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se":
|
||||||
# modules["sunet"]["tag"] = "testing-2*"
|
# modules["sunet"]["tag"] = "testing-2*"
|
||||||
# if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se":
|
# if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se":
|
||||||
|
|
Loading…
Reference in a new issue