1#
2# All the normal system reports are reassigned to go to a file instead of
3# being sent as email to user root because sendmail is disabled by default
4# in the jails rc.conf. These log files have the current output written to
5# a newly rotated file as specified in newsyslog.conf so each file will have
6# the current date stamp in the file and the files creation date.
7# See /etc/defaults/periodic.conf for parameter names.
8
9# System status reports.
10daily_output="/var/log/status_daily.log"
11weekly_output="/var/log/status_weekly.log"
12monthly_output="/var/log/status_monthly.log"
13
14# Security reports.
15# This file all ways has content.
16daily_status_security_output="/var/log/security_daily.log"
17
18# The weekly_status_security_output file will be empty all the time,
19# unless this jail has pkg's installed.
20weekly_status_security_output="/var/log/security_weekly.log"
21
22# The monthly_status_security_output file is empty all the time.
23monthly_status_security_output="/var/log/security_monthly.log"
24
25
26# Disable these daily checks so jails daily status runs faster instead
27# of waiting for time outs to occur.
28daily_status_network_enable="NO"        # shows host network instead of jails
29daily_status_disks_enable="NO"          # shows host file system not jails
30daily_clean_hoststat_enable="NO"        # sendmail is not running in jail
31daily_status_mailq_enable="NO"          # sendmail is not running in jail
32daily_status_mail_rejects_enable="NO"   # sendmail is not running in jail
33daily_queuerun_enable="NO"              # sendmail is not running in jail
34daily_submit_queuerun="NO"              # sendmail is not running in jail
35daily_status_world_kernel="NO"          # Jail has no kernel
36
37weekly_whatis_enable="NO"               # Not used in jails
38security_status_kernelmsg_enable="NO"   # Jails don't have kernel messages
39
40
41