monitoring: fix disk-usage-collector timer calendar spec
All checks were successful
Build and Deploy / deploy (push) Successful in 2m14s
All checks were successful
Build and Deploy / deploy (push) Successful in 2m14s
This commit is contained in:
@@ -987,7 +987,7 @@ in
|
|||||||
systemd.timers.disk-usage-collector = {
|
systemd.timers.disk-usage-collector = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "*:*:0/60"; # every 60 seconds
|
OnCalendar = "minutely";
|
||||||
RandomizedDelaySec = "10s";
|
RandomizedDelaySec = "10s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user