Guest User

Untitled

a guest
Nov 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. rsyslog::config {
  2. 'openldap':
  3. facility => "local4.*",
  4. destination => '-/var/log/ldap/ldap.log';
  5. + 'humanizer-receive':
  6. + facility => "local4.*",
  7. + destination => '@127.0.0.1:5140'; #humanizer listener
  8. + 'humanizer-send':
  9. + facility => "local5.*",
  10. + destination => '@10.48.75.54';
  11. + 'humanizer-store':
  12. + facility => "local5.*",
  13. + destination => '-/var/log/ldap/humanizer.log';
  14. }
Add Comment
Please, Sign In to add comment