Advertisement
Guest User

Untitled

a guest
Nov 10th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {
  2. "organization":
  3. {
  4. "name":"NCC",
  5. "install_dir":"/srv/cordmon/",
  6. "log_file":"logs/cordmon.log",
  7. "error_log_file":"logs/cordmon_error.log",
  8. "building_mask":"1",
  9. "buildings":
  10. [
  11. {
  12. "name":"Rockaway Tower",
  13. "address":"foo st",
  14. "subnet":"192.168.1",
  15. "install_dir":"/srv/cordmon/",
  16. "log_file":"logs/cordmon.log",
  17. "error_log_file":"logs/cordmon_error.log",
  18. "DB":
  19. {
  20. "host":"127.0.0.1",
  21. "username":"cordmon",
  22. "password":"secrete",
  23. "table_name":"statuses"
  24. },
  25. "CLI":
  26. {
  27. "max_height":"5",
  28. "max_width":"24",
  29. "h_spacing":"3",
  30. "v_spacing":"3",
  31. "blinks":"16",
  32. "level_indent":
  33. {
  34. "4":"8",
  35. "5":"10"
  36. },
  37. "fake_units":
  38. {
  39. "99": { "unit_key":"111.5", "unit_no":" 99", "level":"1", "h_spaces":"3" }
  40. }
  41. },
  42. "units":
  43. [
  44. "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "301", "302", "303", "304", "305",
  45. "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214",
  46. "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "99"
  47. ],
  48. "devices":
  49. [
  50. {
  51. "ip":".216",
  52. "tcp_port":"7152",
  53. "port_mask":"31"
  54. },
  55. {
  56. "ip":".217",
  57. "tcp_port":"7152",
  58. "port_mask":"31"
  59. },
  60. {
  61. "ip":".218",
  62. "tcp_port":"7152"
  63. "//":"Set up ports like this:",
  64. "//2":{"port_mask":"127"}
  65. }
  66. ]
  67. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement