2 .\" Copyright (c) 2000 Brian Somers <brian@Awfulhak.org>
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .Nd periodic job configuration information
37 contains a description of how daily, weekly and monthly system maintenance
41 directory and parts may be overridden by a file of the same name in
43 which itself may be overridden by the
44 .Pa /etc/periodic.conf.local
50 is actually sourced as a shell script from each of the periodic scripts
51 and is intended to simply provide default configuration variables.
53 The following variables are used by
56 .Bl -tag -offset 4n -width 2n
59 List of directories to search for periodic scripts.
60 This list is always prefixed with
62 and is only used when an argument to
64 is not an absolute directory name.
65 .It Ao Ar dir Ac Ns Va _output
66 .Pq Vt path No or Vt list
67 What to do with the output of the scripts executed from
70 If this variable is set to an absolute path name, output is logged to
71 that file, otherwise it is taken as one or more space separated email
72 addresses and mailed to those users.
73 If this variable is not set or is empty, output is sent to standard output.
75 For an unattended machine, suitable values for
81 .Dq Li /var/log/daily.log ,
82 .Dq Li /var/log/weekly.log ,
84 .Dq Li /var/log/monthly.log
87 will rotate these files (if they exists) at the appropriate times.
88 .It Ao Ar dir Ac Ns Va _show_success
89 .It Ao Ar dir Ac Ns Va _show_info
90 .It Ao Ar dir Ac Ns Va _show_badconfig
92 These variables control whether
94 will mask the output of the executed scripts based on their return code
97 is the base directory name in which each script resides).
98 If the return code of a script is
101 .Ao Ar dir Ac Ns Va _show_success
105 will mask the script's output.
106 If the return code of a script is
109 .Ao Ar dir Ac Ns Va _show_info
113 will mask the script's output.
114 If the return code of a script is
117 .Ao Ar dir Ac Ns Va _show_badconfig
121 will mask the script's output.
122 If these variables are set to neither
135 manual page for how script return codes are interpreted.
138 The following variables are used by the standard scripts that reside in
139 .Pa /etc/periodic/daily :
140 .Bl -tag -offset 4n -width 2n
141 .It Va daily_clean_disks_enable
145 if you want to remove all files matching
146 .Va daily_clean_disks_files
148 .It Va daily_clean_disks_files
150 Set to a list of file names to match.
151 Wild cards are permitted.
152 .It Va daily_clean_disks_days
155 .Va daily_clean_disks_enable
158 this must also be set to the number of days old that a file's access
159 and modification times must be before it is deleted.
160 .It Va daily_clean_disks_verbose
164 if you want the removed files to be reported in your daily output.
165 .It Va daily_clean_tmps_enable
169 if you want to clear temporary directories daily.
170 .It Va daily_clean_tmps_dirs
172 Set to the list of directories to clear if
173 .Va daily_clean_tmps_enable
176 .It Va daily_clean_tmps_days
179 .Va daily_clean_tmps_enable
180 is set, this must also be set to the number of days old that a file's access
181 and modification times must be before it is deleted.
182 .It Va daily_clean_tmps_ignore
184 Set to the list of files that should not be deleted when
185 .Va daily_clean_tmps_enable
188 Wild card characters are permitted.
189 .It Va daily_clean_tmps_verbose
193 if you want the removed files to be reported in your daily output.
194 .It Va daily_clean_preserve_enable
198 if you wish to remove old files from
200 .It Va daily_clean_preserve_days
202 Set to the number of days that files must not have been modified before
204 .It Va daily_clean_preserve_verbose
208 if you want the removed files to be reported in your daily output.
209 .It Va daily_clean_msgs_enable
213 if you wish old system messages to be purged.
214 .It Va daily_clean_msgs_days
216 Set to the number of days that files must not have been modified before
218 If this variable is left blank, the
221 .It Va daily_clean_rwho_enable
225 if you wish old files in
228 .It Va daily_clean_rwho_days
230 Set to the number of days that files must not have been modified before
232 .It Va daily_clean_rwho_verbose
236 if you want the removed files to be reported in your daily output.
237 .It Va daily_clean_hoststat_enable
243 to automatically purge stale entries from
246 Files will be deleted using the same criteria as
248 would normally use when determining whether to believe the cached information,
250 .Pa /etc/mail/sendmail.cf .
251 .It Va daily_backup_passwd_enable
256 .Pa /etc/master.passwd
259 files backed up and reported on.
260 Reporting consists of checking both files for modifications and running
265 .It Va daily_backup_aliases_enable
270 .Pa /etc/mail/aliases
271 file backed up and modifications to be displayed in your daily output.
272 .It Va daily_calendar_enable
279 .It Va daily_accounting_enable
283 if you want to rotate your daily accounting files.
284 No rotations are necessary unless
285 .Va accounting_enable
288 .It Va daily_accounting_compress
292 if you want your daily accounting files to be compressed using
294 .It Va daily_accounting_save
297 .Va daily_accounting_enable
298 is set, this may also be set to the number of daily accounting files that are
302 .It Va daily_accounting_flags
304 Set to the arguments to pass to the
306 utility (in addition to
309 .Va daily_accounting_enable
314 .It Va daily_news_expire_enable
319 .Pa /etc/news.expire .
320 .It Va daily_status_disks_enable
326 (with the arguments supplied in
327 .Va daily_status_disks_df_flags )
330 .It Va daily_status_disks_df_flags
332 Set to the arguments for the
335 .Va daily_status_disks_enable
338 .It Va daily_status_ata_raid_enable
343 .Nm atacontrol Cm status
347 .It Va daily_status_gmirror_enable
352 .Nm gmirror Cm status
356 .It Va daily_status_graid3_enable
365 .It Va daily_status_gstripe_enable
370 .Nm gstripe Cm status
374 .It Va daily_status_gconcat_enable
379 .Nm gconcat Cm status
383 .It Va daily_status_network_enable
389 .It Va daily_status_network_usedns
397 option (to do DNS lookups).
398 .It Va daily_status_rwho_enable
412 .It Va daily_status_mailq_enable
418 .It Va daily_status_mailq_shorten
422 if you want to shorten the
425 .Va daily_status_mailq_enable
428 .It Va daily_status_include_submit_mailq
432 if you also want to run
434 on the submit mail queue when
435 .Va daily_status_mailq_enable
438 This may not work with MTAs other than
440 .It Va daily_status_security_enable
444 if you want to run the security check.
445 The security check is another set of
448 The system defaults are in
449 .Pa /etc/periodic/security .
450 Local scripts should be placed in
451 .Pa /usr/local/etc/periodic/security .
454 manual page for more information.
455 .It Va daily_status_security_inline
459 if you want the security check output inline.
460 The default is to either mail or log the output according to the value of
461 .Va daily_status_security_output .
462 .It Va daily_status_security_output
464 Where to send the output of the security check if
465 .Va daily_status_security_inline
468 This variable behaves in the same way as the
470 variables above, namely it can be set either to one or more email addresses
471 or to an absolute file name.
472 .It Va daily_status_security_diff_flags
474 Set to the arguments to pass to the
476 utility when generating differences.
479 .It Va daily_status_security_chksetuid_enable
483 to compare the modes and modification times of setuid executables with
484 the previous day's values.
485 .It Va daily_status_security_chkmounts_enable
489 to check for changes mounted file systems to the previous day's values.
490 .It Va daily_status_security_noamd
494 if you want to ignore
496 mounts when comparing against yesterday's file system mounts in the
497 .Va daily_status_security_chkmounts_enable
499 .It Va daily_status_security_chkuid0_enable
504 .Pa /etc/master.passwd
505 for accounts with UID 0.
506 .It Va daily_status_security_passwdless_enable
511 .Pa /etc/master.passwd
512 for accounts with empty passwords.
513 .It Va daily_status_security_logincheck_enable
521 for more information.
522 .It Va daily_status_security_ipfwdenied_enable
526 to show log entries for packets denied by
528 since yesterday's check.
529 .It Va daily_status_security_ipfdenied_enable
533 to show log entries for packets denied by
535 since yesterday's check.
536 .It Va daily_status_security_pfdenied_enable
540 to show log entries for packets denied by
542 since yesterday's check.
543 .It Va daily_status_security_ipfwlimit_enable
549 rules that have reached their verbosity limit.
550 .It Va daily_status_security_kernelmsg_enable
556 entries since yesterday's check.
557 .It Va daily_status_security_loginfail_enable
561 to display failed logins from
562 .Pa /var/log/messages
564 .It Va daily_status_security_tcpwrap_enable
568 to display connections denied by tcpwrappers (see
571 .Pa /var/log/messages
572 during the previous day.
573 .It Va daily_status_mail_rejects_enable
577 if you want to summarise mail rejections logged to
579 for the previous day.
580 .It Va daily_status_mail_rejects_logs
582 Set to the number of maillog files that should be checked
583 for yesterday's mail rejects.
584 .It Va daily_status_named_enable
588 if you want to summarise denied zone transfers (AXFR and IXFR)
589 for the previous day.
590 .It Va daily_status_named_usedns
594 if you want to enable reverse DNS lookups.
595 .It Va daily_status_ntpd
599 if you want to enable NTP status check.
600 .It Va daily_queuerun_enable
604 if you want to manually run the mail queue at least once a day.
605 .It Va daily_submit_queuerun
609 if you also want to manually run the submit mail queue at least once a day
611 .Va daily_queuerun_enable
616 Set to a list of extra scripts that should be run after all other
618 All scripts must be absolute path names.
621 The following variables are used by the standard scripts that reside in
622 .Pa /etc/periodic/weekly :
623 .Bl -tag -offset 4n -width 2n
624 .It Va weekly_locate_enable
629 .Pa /usr/libexec/locate.updatedb .
630 This script is run using
634 and generates the table used by the
637 .It Va weekly_whatis_enable
642 .Pa /usr/libexec/makewhatis.local .
643 This script regenerates the database used by the
646 .It Va weekly_catman_enable
651 .Pa /usr/libexec/catman.local .
652 This script processes all out of date manual pages, speeding up the
654 command at the expense of disk space.
655 .It Va weekly_noid_enable
659 if you want to locate orphaned files on the system.
660 An orphaned file is one with an invalid owner or group.
661 .It Va weekly_noid_dirs
663 A list of directories under which orphaned files are searched for.
664 This would usually be set to
666 .It Va weekly_status_pkg_enable
672 to list installed packages which are out of date.
676 .Va weekly_status_pkg_enable
679 this variable specifies the program that is used to determine the out of
684 As an example, this variable might be set to
687 .Pa ports/sysutils/portupgrade
688 port has been installed.
689 .It Va pkg_version_index
691 This variable specifies the
695 that should be used by
697 Because the dependency tree may be substantially different between versions of
699 there may be more than one
708 it will also be necessary to arrange that the correct
711 using environment variables and that
712 .Va pkg_version_index
714 .Pa /etc/periodic.conf
715 .Pq Dq Li pkg_version_index= .
718 Set to a list of extra scripts that should be run after all other
720 All scripts must be absolute path names.
723 The following variables are used by the standard scripts that reside in
724 .Pa /etc/periodic/monthly :
725 .Bl -tag -offset 4n -width 2n
726 .It Va monthly_accounting_enable
730 if you want to do login accounting using the
735 Set to a list of extra scripts that should be run after all other
737 All scripts must be absolute path names.
740 .Bl -tag -width ".Pa /etc/defaults/periodic.conf"
741 .It Pa /etc/defaults/periodic.conf
742 The default configuration file.
743 This file contains all default variables and values.
744 .It Pa /etc/periodic.conf
745 The usual system specific variable override file.
746 .It Pa /etc/periodic.conf.local
747 An additional override file, useful when
748 .Pa /etc/periodic.conf
749 is shared or distributed.
777 .An Brian Somers Aq brian@Awfulhak.org