Alexandros Kosiaris has submitted this change and it was merged.

Change subject: servermon: run make_update 6 times a day
......................................................................


servermon: run make_update 6 times a day

Every 4 hours

Change-Id: I80b14c2fd9cbeab47b48e5f665740604b8bd1eb1
---
M modules/servermon/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/servermon/manifests/init.pp 
b/modules/servermon/manifests/init.pp
index 069cf19..3a49187 100644
--- a/modules/servermon/manifests/init.pp
+++ b/modules/servermon/manifests/init.pp
@@ -96,7 +96,7 @@
     cron { 'servermon_make_updates':
         command => "${directory}/servermon/manage.py make_updates 
--pythonpath=${directory}",
         user    => "www-data",
-        hour    => 0,
-        minute  => 0,
+        hour    => '*/4',
+        minute  => '0',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I80b14c2fd9cbeab47b48e5f665740604b8bd1eb1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to