Skip to content

Commit

Permalink
Update pillar with impstats
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyarthur authored Apr 11, 2019
1 parent ad25aae commit 4abe44c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ rsyslog:
listentcp: true # omit to disable listening on tcp port
listentcpprt: 10514 # specify tcp listen port ($InputTCPServerRun)
listenudp: true # omit to disable listening on udp port
impstats: false # impstats set to true to enable impstats
impstatsinterval: 600 # impstats interval to gather stats
impstatsseverity: 6 # The numerical syslog severity code to be used for generated messages. Default is 6(info)
impstatsresetcounters: on # When set to “on”, counters are automatically reset after they are emitted
impstatslogsyslog: on # This is a boolean setting specifying if data should be sent to the usual syslog stream
impstatsformat: legacy # Impstats format. Legacy is default but other options can be used.
impstatssyslogrule: 'syslog.=debug /var/log/rsyslog-stats' # Impstats log rule.

imkllog: true # omit to log kernel messages
imjournal: false # omit to log journal messages
immark: false # enable/disable mark messages support
Expand Down

0 comments on commit 4abe44c

Please sign in to comment.