Advertisement
Guest User

Untitled

a guest
Apr 20th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.50 KB | None | 0 0
  1. name: rsyslog-client
  2. summary: "Logging via the syslog facility to remote servers (client part)"
  3. subordinate: true
  4. description: |
  5. Rsyslog is a multi-threaded implementation of syslogd (a system utility
  6.  providing support for message logging), using RELP for reliable logging.
  7. provides:
  8.   logging:
  9.     interface: syslog
  10.     scope: container
  11. requires:
  12.   syslog-server:
  13.     interface: relp
  14.     scope: container
  15.  
  16. #============================================================================
  17.  
  18. name: rsyslog-server
  19. summary: "Logging via the syslog facility to remote servers (server part)"
  20. description: |
  21. Rsyslog is a multi-threaded implementation of syslogd (a system utility
  22.  providing support for message logging), using RELP for reliable logging.
  23. provides:
  24.   syslog-client:
  25.     interface: relp
  26.     limit:
  27.  
  28. #============================================================================
  29.  
  30. name: haproxy
  31. summary: "fast and reliable load balancing reverse proxy"
  32. description:
  33.  HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high
  34.  availability environments. It features connection persistence through HTTP
  35.  cookies, load balancing, header addition, modification, deletion both ways. It
  36.  has request blocking capabilities and provides interface to display server
  37.  status.
  38. requires:
  39.   reverseproxy:
  40.     interface: http
  41.   logging:
  42.     interface: syslog
  43.     scope: container
  44.     optional: true
  45. provides:
  46.   website:
  47.     interface: http
  48.   munin:
  49.     interface: munin-node
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement