mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-13 08:02:35 +02:00
remove outdated ingresses and wildcards
This commit is contained in:
parent
5f4ab0e6bc
commit
c2586f632c
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ const addMissingIngressesToDatabase = async (ingresses, monitorList, ingressTag)
|
|||
debug("Found " + missingDomains.length + " missing monitors");
|
||||
for (let domain of missingDomains) {
|
||||
const monitor = await addMonitor(domain.domain);
|
||||
await addMonitorToGroup(monitor, "All Ingresses");
|
||||
await addMonitorToGroup(monitor, domain.namespace);
|
||||
await addMonitorTag(monitor, ingressTag);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue