fix: Add a periodic update of dynamic probes
We add in our HTTP probes some keywords. Recompute them on a regular basis to take account of service updates. Closes #5
This commit is contained in:
parent
c6baf60295
commit
390363e6a9
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ in
|
|||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
startAt = "daily";
|
||||
|
||||
script = ''
|
||||
UPTIME_KUMA_PASSWORD=$(cat $CREDENTIALS_DIRECTORY/password) ${lib.getExe config.statelessUptimeKuma.build.script}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue