FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

os:linux:set:deamon:etc_systemd_journald.conf.html



Set Linux Configuration with Fabric (set.py)

/etc/systemd/journald.conf Example Configuration

My /etc/systemd/journald.conf

#===============================================================================
# /etc/systemd/journald.con
# -rw-r--r--  root root
#
# man 5 journald.conf
#===============================================================================

[Journal]

# Max message is 10000 messages in 30 seconds
RateLimitInterval=30s
RateLimitBurst=10000


CentOS7 and Ubuntu 16.0.4 Default /etc/systemd/journald.conf

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See journald.conf(5) for details.

[Journal]
#Storage=auto
#Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
#RateLimitInterval=30s
#RateLimitBurst=1000
#SystemMaxUse=
#SystemKeepFree=
#SystemMaxFileSize=
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#MaxRetentionSec=
#MaxFileSec=1month
#ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg


Set Linux Configuration with Fabric (set.py)





Set Linux Configuration with Fabric (set.py)



os/linux/set/deamon/etc_systemd_journald.conf.html.txt ยท Last modified: 2018/05/07 21:04 by kurihara