Changeset dd613303e7fcb7aea0050752121978b23b6ea735
- Timestamp:
- 11/05/09 17:56:22
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1257443782 +0000
- git-parent:
[c75a2104258a9079bb6ef2dbe68c66e7102bbf16]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1257443782 +0000
- Message:
fixes #211
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r60d5e73 |
rdd61330 |
|
| 6 | 6 | 01 00 * * * /opt/pgsql835/bin/psql -d reconnoiter -U reconnoiter -c "select stratcon.archive_part_maint('noit.check_status_archive', 'whence', 'day', 7);" 1>/dev/null |
|---|
| 7 | 7 | 01 00 * * * /opt/pgsql835/bin/psql -d reconnoiter -U reconnoiter -c "select stratcon.archive_part_maint('noit.check_archive', 'whence', 'day', 7);" 1>/dev/null |
|---|
| 8 | | 01 00 * * * /opt/pgsql835/bin/psql -d reconnoiter -c "delete from prism.saved_graphs where saved = false and last_update<current_timestamp - '1 day' ::interval;" 1>/dev/null |
|---|
| | 8 | 01 00 * * * /opt/pgsql835/bin/psql -d reconnoiter -U reconnoiter -c "delete from prism.saved_graphs where saved = false and last_update<current_timestamp - '1 day' ::interval;" 1>/dev/null |
|---|