Guest User

Untitled

a guest
Nov 16th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.conflicts.*.*.*
  2. name="postgres_conflicts_${5}"
  3. guid="$1"
  4. node="$2"
  5. conflict_number="$3"
  6. database="$4"
  7.  
  8. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.database.*.*.*
  9. name="postgres_database_${5}"
  10. guid="$1"
  11. node="$2"
  12. database_number="$3"
  13. database="$4"
  14.  
  15. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.io_table.*.*.*.*
  16. name="postgres_${4}_${6}"
  17. guid="$1"
  18. node="$2"
  19. io_table_id="$3"
  20. type="$5"
  21.  
  22. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.replication.*
  23. name="postgres_replication_${3}"
  24. guid="$1"
  25. node="$2"
  26.  
  27. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.database.*.table.*.*.*.*
  28. name="postgres_${5}_${7}"
  29. guid="$1"
  30. node="$2"
  31. database="$3"
  32. table_id="$4"
  33. type="$6"
  34.  
  35. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.database.*.table.*.*.*.*.*.*.*
  36. name="postgres_${5}_${7}_${8}_${9}_${10}"
  37. guid="$1"
  38. node="$2"
  39. database="$3"
  40. table_id="$4"
  41. type="$6"
  42.  
  43. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.collect_time
  44. name="postgres_collect_time"
  45. guid="$1"
  46. node="$2"
  47.  
  48. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.database.*.pg_database_size
  49. name="postgres_database_size"
  50. guid="$1"
  51. node="$2"
  52. database="$3"
  53.  
  54. *.postgres.*.node.dc1.001bosh001pde1.bicsvc.com.ha.*
  55. name="postgres_${3}"
  56. guid="$1"
  57. node="$2"
Add Comment
Please, Sign In to add comment