coren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/230810

Change subject: Labs: put the real check interval for backups
......................................................................

Labs: put the real check interval for backups

Set to 25h (that is, should run daily but has a bit of give to
avoid false positive because load, etc fluctuations)

Change-Id: Ib2a4501f9d1225236d2792901eb29dbbdfa7ed9f
---
M modules/labstore/manifests/fileserver/replicate.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/230810/1

diff --git a/modules/labstore/manifests/fileserver/replicate.pp 
b/modules/labstore/manifests/fileserver/replicate.pp
index 64b8456..82f9c68 100644
--- a/modules/labstore/manifests/fileserver/replicate.pp
+++ b/modules/labstore/manifests/fileserver/replicate.pp
@@ -31,6 +31,7 @@
 
     nrpe::monitor_systemd_unit_state { "replicate-${title}":
         description    => "Last backup of the ${title} filesystem",
-        expected_state => "periodic 3600",
+        expected_state => "periodic 90000", # 25h (i.e. daily but with a bit 
of give)
+        3600",
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/230810
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2a4501f9d1225236d2792901eb29dbbdfa7ed9f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to