Initial add of monitor spec, init, and cron file for the monitor root account scripts
[monitor.git] / monitor.cron
diff --git a/monitor.cron b/monitor.cron
new file mode 100644 (file)
index 0000000..57d98eb
--- /dev/null
@@ -0,0 +1,5 @@
+# Runs once a day at 12pm to fetch the monitor account keys in case it was
+# inaccessible previously due to a network outage.
+
+0 12 * * * root    /etc/init.d/monitor start > /dev/null 2>&1
+