syslog_aggregator job from cf/191
Github source:
43c823b7
or
master branch
Properties¶
domain
¶
DNS domain for this Cloud Foundry deployment
syslog_aggregator
¶
log_email
¶
enabled
¶Enable Email log
from_email
¶From email address
from_password
¶password for SMTP login
smtp_domain
¶SMTP email domain
smtp_port
¶TCP port of SMTP server
smtp_server
¶IP address of SMTP server
to_email
¶To email address
port
¶TCP port of syslog aggregator
relay_host
¶
relay_host_port
¶
transport
¶Transport to be used when forwarding logs (tcp|udp|relp).
- Default
tcp
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/syslog_aggregator/
directory
(learn more).
bin/gzip_old_logs
(fromgzip_old_logs
)bin/reap_old_logs
(fromreap_old_logs
)bin/symlink_logs
(fromsymlink_logs
)bin/syslog_aggregator_ctl
(fromsyslog_aggregator_ctl
)config/rsyslogd.conf
(fromrsyslogd.conf.erb
)config/syslog_aggregator.yml
(fromsyslog_aggregator.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.