cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / infobase / configuration / cron / process_check.crontab
diff --git a/infobase/configuration/cron/process_check.crontab b/infobase/configuration/cron/process_check.crontab
new file mode 100644 (file)
index 0000000..a88e9c0
--- /dev/null
@@ -0,0 +1,11 @@
+
+SHELL=/bin/bash
+
+# m h dom mon dow command
+
+USER=fred
+
+# a crontab for periodically dumping the process state.
+* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/processes/show_hot_ones.sh) &>>/home/$USER/zz_hot_processes.log 
+
+