summaryrefslogtreecommitdiffstats
path: root/etc/defaults/periodic.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.mlaier2006-05-121-6/+0
| | | | | Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw scripts as well.
* Add the graid3(8), gstripe(8) and gconcat(8) status scripts, default is "off".brueffer2006-03-021-0/+9
| | | | Approved by: rwatson (mentor)
* Make df output more consistent:matteo2006-01-301-1/+1
| | | | | | | | Remove -k now that -h is present use -l instead of -t nonfs to match smbfs too [1] PR: conf/50956 [1] Approved by: philip (mentor) MFC after: 3 days
* Make df output in periodic mail human readablematteo2006-01-301-1/+1
| | | | | | | PR: conf/87196 Submitted by: Mike <mspam@ideaway.net> Approved by: philip (mentor) MFC after: 3 days
* Add a daily script to show the status of gmirror(8) devices.wollman2006-01-131-0/+3
|
* Add a reference to the periodic.conf(5) manual page.keramida2005-01-241-0/+3
| | | | Suggested by: simon
* Ports index file is now INDEX-6paul2005-01-041-1/+1
|
* Teach periodic(8) security output to display information about blockedmlaier2004-11-241-0/+3
| | | | | | | | | | | | | | | | | | packet counts by pf(4). This adds a ``daily_status_security_pfdenied_enable'' variable to periodic.conf, which defaults to ``YES'' as the matching IPF(W) versions. The output will look like this (line wrapped): pf denied packets: > block drop log on rl0 proto tcp all [ Evaluations: 504986 Packets: 0 Bytes: 0 States: 0 ] > block drop log on rl0 all [ Evaluations: 18559 Packets: 427 Bytes: 140578 States: 0 ] Submitted by: clive (thanks a lot!) MFC after: 2 weeks
* Add a knob 'daily_status_security_diff_flags' controlling thejkoshy2004-09-231-0/+1
| | | | | | | format of the 'diff' output generated during periodic(8) scripts. Submitted by: keramida (script changes) Reviewed by: keramida (man page changes)
* Allow the location of the INDEX file to specified to pkg_version.joe2004-05-191-0/+1
| | | | | | | This is particularly convenient on a cluster of machines to prevent having to rebuild the INDEX file on each. Reviewed by: portmgr
* Add script for checking ipv6 blocked packets from PR.darrenr2004-04-201-0/+3
| | | | | PR: misc/50154 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Fix typo, I forgot daily_ in front of the status_ata_raid_enablejesper2003-12-121-1/+1
|
* Add status checking of ATA raid to the daily periodic scripts.jesper2003-10-271-0/+3
|
* Complete removal of 320.rdist by removing its entry from periodic.conf andjhb2003-04-011-6/+0
| | | | | | | removing the related 220.backup-distfile script and associatd periodic.conf entry. Discussed with: obrien
* Tighten wording of comment.wollman2003-01-081-2/+2
| | | | Suggested by: gshapiro
* Do not do manually what sendmail(8) can do better automatically.wollman2003-01-081-3/+2
| | | | | Tell sendmail to clean up its own host status cache. The error condition handling could probably be done better.
* Add a new /etc/periodic/security script to check for packetsthomas2002-10-251-0/+3
| | | | | | | | rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf knob (daily_status_security_ipfdenied_enable). Reviewed by: roberto Approved by: re@
* Add a pkg_version variable so that it's possible to run portsversion insteadbrian2002-09-251-0/+1
| | | | of pkg_version in periodic/weekly/400.status-pkg.
* Remove trailing whitespace.fanf2002-08-091-1/+1
|
* Update mail queue related periodic scripts to account for sendmail 8.12'sgshapiro2002-04-101-0/+2
| | | | | | | | | | | | | | | | | | | | clientmqueue (submit mail queue). The new mailq display is only active if both the old daily_status_mailq_enable is set to "YES" and the new daily_status_include_submit_mailq is set to "YES" so people who disabled 440.status-mailq won't have any surprises. Likewise, the new queue run is only active if both the old daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun is set to "YES" so people who disabled 500.queuerun won't have any surprises. While I am here, remove the [ ! -d /var/spool/mqueue ] checks from both scripts as the queue directory isn't always /var/spool/mqueue for the main daemon -- it can be set to anything in the sendmail.cf file. MFC after: 1 week
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-071-3/+46
| | | | | | | | | | of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
* Finish the removal of uucp scripts.ru2001-10-251-9/+0
| | | | Forgotten by: kris
* Remove $daily_status_named_logs and figure out which /var/log/messages*brian2001-07-261-1/+0
| | | | | | | | files to look an (in the same way that /etc/security does). Don't single-quote $start, reducing it to an empty string. MFC after: 3 days
* Remove vestiges of MFS.ru2001-06-011-1/+0
|
* Default daily_accounting_flags to -q. I thought this was a typo in thebrian2001-05-301-1/+1
| | | | | | | | originally submitted patch (oops!). Also check for an empty $daily_accounting_save. Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* Add $daily_accounting_save and $daily_accounting_flagsbrian2001-05-301-0/+2
| | | | | Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de> MFC after: 2 weeks
* Check for denied zone transfers (AXFR and IXFR).dirk2001-04-211-0/+5
|
* Fix a commentbrian2001-03-151-1/+1
| | | | | PR: 25831 Submitted by: quinot@inf.enst.fr
* Move the sendmail -q from cron to periodic, as suggested by a few people.peter2001-02-191-0/+3
| | | | | This has the benefit of adding a random start time element as daily processing takes a different amount of time on different machines.
* Allow the output of /etc/security to be logged or mailed to differentbrian2001-01-301-0/+1
| | | | | | | users in line with ${daily,weekly,monthly}_output using a new $daily_status_security_output variable. PR: 24643
* Another overhaul of the periodic stuff.brian2000-09-141-1/+31
| | | | | | | | | | | | | | | All periodic sub-scripts <larf> now have their return codes interpreted by periodic(8). Output may be masked based on variable values in periodic.conf. It's also now possible to email periodic output to arbitrary addresses, or to send it to a log file, examples of which can be found in newsyslog.conf. The upshot of it all should be no discernable changes to the default behaviour of periodic(8). PR: 21250
* The previous commit changed the df(1) units flag from -k to -h, whichsheldonh2000-07-051-1/+1
| | | | | | | | produced human-readable output. I like this, but it's certainly not something to change willy-nilly without discussion. Revert to -k. Anyway, the new variable allows folks to pick any units flag that fits their fancy.
* Introduce a new option, daily_status_disks_df_flags, which specifiessheldonh2000-07-051-0/+1
| | | | | | | | | | the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
* Add $daily_status_mail_rejects_logs, defaulting to 3 to controlbrian2000-06-301-0/+1
| | | | | | how many /var/log/maillog* files to check PR: 19587
* Fix a commentbrian2000-06-281-1/+1
| | | | Submitted by: joe
* Add weekly_status_pkg_enable (defaults to NO)brian2000-06-271-0/+3
|
* Allow compressed acct filesbrian2000-06-251-0/+1
| | | | | PR: 19483 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-231-0/+166
The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch
OpenPOWER on IntegriCloud