Guest User

Untitled

a guest
Apr 13th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. server1:
  2. host: server1.example.com
  3. user: joeuser
  4. password: secret
  5. command: tail -f
  6. files:
  7. - /var/log/apache/access_log
  8. color: 33ff33
  9. alpha: 1.0
  10. parser: apache
  11. server2:
  12. host: login.mycoolsite.com
  13. user: otheruser
  14. password: othersecret
  15. port: 22222
  16. command: xtail
  17. files:
  18. - /usr/local/www/apps/myapp/current/log/production.log
  19. color: 3333ff
  20. alpha: 1.0
  21. parser: rails
  22. mail:
  23. host: mail.spamme.com
  24. user: otheruser
  25. password: othersecret
  26. command: tail -f
  27. files:
  28. - /var/log/maillog
  29. color: ccff00
  30. alpha: 1.0
  31. parser: postfix
  32. database:
  33. host: db.example.com
  34. user: db
  35. password: othersecret
  36. command: tail -f
  37. files:
  38. - /var/log/pgsql.log
  39. color: 9999ff
  40. alpha: 1.0
  41. parser: postgresql
Add Comment
Please, Sign In to add comment