BigBoot / AutoKuma

AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI.
MIT License
309 stars 15 forks source link

Monitor is constantly updating #101

Open lordlightman opened 4 days ago

lordlightman commented 4 days ago

Hello, I created a group called http using labels and assigned it to an already existing parent group. Here is the config:

labels:
  - kuma.http.group.name=HTTP
  - kuma.http.group.parent=54

According to the logs it was created, but it keeps updating constantly. Here is a snippet of the log:

2024-11-21T21:05:12.377107074Z                             _           _  __                         
2024-11-21T21:05:12.377109945Z               /\           | |         | |/ /                         
2024-11-21T21:05:12.377112852Z              /  \    _   _ | |_   ___  | ' /  _   _  _ __ ___    __ _ 
2024-11-21T21:05:12.377115704Z             / /\ \  | | | || __| / _ \ |  <  | | | || '_ ` _ \  / _` |
2024-11-21T21:05:12.377119019Z            / ____ \ | |_| || |_ | (_) || . \ | |_| || | | | | || (_| |
2024-11-21T21:05:12.377121889Z           /_/    \_\ \__,_| \__| \___/ |_|\_\ \__,_||_| |_| |_| \__,_|  
2024-11-21T21:05:12.377125074Z                                                                 v0.8.0
2024-11-21T21:05:13.748777910Z INFO [autokuma::sync] Creating new monitor: http
2024-11-21T21:05:13.788439925Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:13.788439925Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:20.292553723Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:26.811029854Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:33.347210007Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:39.841589603Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:46.435666320Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:52.933176223Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:05:59.496394196Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:06.000889962Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:12.500281359Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:19.018321004Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:25.540401836Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:32.042039614Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:38.555960140Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:45.066785137Z INFO [autokuma::sync] Updating monitor: http
2024-11-21T21:06:51.590206958Z INFO [autokuma::sync] Updating monitor: http

Do you know why this is happening? Am I doing something wrong?