Advertisement
susnake

tray-monitor

May 7th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #
  2. # Bareos Tray Monitor Configuration File
  3. #
  4.  
  5. Monitor {
  6. Name = mypc-03-mon
  7. Password = "Tu5i9dnq4Jkl9fA4Nuy7DFmNudXTm3gY9BeCsU6qDIQL" # password for the Directors
  8. RefreshInterval = 30 seconds
  9. }
  10.  
  11. Client {
  12. Name = mypc-03-fd
  13. Address = mypc-03
  14. FDPort = 9102
  15. Password = "jtBp0VAZaCNjdozPcVGrDnkL+a1ZkevqQaLNpegVzXFM" # password for FileDaemon
  16. }
  17.  
  18. Storage {
  19. Name = mypc-03-sd
  20. Address = mypc-03
  21. SDPort = 9103
  22. Password = "ACVrJKAvvF+vucS4ldyB65HF3dQ/xATBMJm8zGyJQFCf" # password for StorageDaemon
  23. }
  24.  
  25. Director {
  26. Name = mypc-03-dir
  27. DIRport = 9101
  28. address = mypc-03
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement