Skip to content

Instantly share code, notes, and snippets.

@hoerup
Last active June 19, 2019 13:01
Show Gist options
  • Save hoerup/c4b29e8eb66172d7b7e26f7ee260869c to your computer and use it in GitHub Desktop.
Save hoerup/c4b29e8eb66172d7b7e26f7ee260869c to your computer and use it in GitHub Desktop.
rsyslog-ceph
Module( load="imuxsock")
Module( load="omfile")
Ruleset (name="radosgw") {
Action(type="omfile" file="/var/log/ceph/radosgw-ops.log")
}
Input( type="imuxsock"
Socket="/var/log/ceph/rgw.sock"
Unlink="off"
ruleset="radosgw"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment