Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. init_config:
  2.  
  3. instances:
  4. - name: Oracle SSO
  5. url: http://localhost:8080/ssoOracle/ping.html
  6. timeout: 5
  7. content_match: 'ALIVE'
  8. collect_response_time: true
  9.  
  10. - name: SSO Advance
  11. url: https://localhost:8080/ssoAdvance/pingService.jsp
  12. timeout: 5
  13. content_match: 'ALIVE'
  14. collect_response_time: true
  15.  
  16.  
  17. - name: SSO Session
  18. url: http://localhost:8080/ssoSession/ping.html
  19. timeout: 5
  20. content_match: 'ALIVE'
  21. collect_repsonse_time: true
  22.  
  23. - name: SSO Reed
  24. url: http://localhost:8080/ssoReed/ping.html
  25. timeout: 5
  26. content_match: 'ALIVE'
  27. collect_repsonse_time: true
  28.  
  29. - name: SSO Microsoft
  30. url: http://localhost:8080/ssoMicrosoft/ping.jsp
  31. timeout: 15
  32. content_match: "ssoMocrosoft.war deployed Successfully"
  33. collect_response_time: true
  34.  
  35. - name: SSO USAA
  36. url: https://localhost:8080/ssoUSAA/pingService.jsp
  37. timeout: 5
  38. content_match: 'ALIVE'
  39. collect_response_time: true
  40.  
  41. - name: Certain JOB
  42. url: http://localhost:8080/certainJob/ping.html
  43. timeout: 5
  44. username: system
  45. password: FL=dv#5VWcp
  46. content_match: 'ALIVE'
  47. collect_response_time: true
  48.  
  49. - name: Certain Mobile
  50. url: http://localhost:8080/certainMobile/marco.html
  51. timeout: 5
  52. content_match: 'Polo'
  53. collect_response_time: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement