Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. administrator@aegis:~$ sudo docker logs -f 9f98cc662118
  2. WARNING: Highly recommended to mount the directory '/etc/sv/aegis-aggregator/failed_uploads' from the host OS
  3. Example:
  4. docker run -d
  5. -v /home/ubuntu/failed-uploads:/etc/sv/aegis-aggregator/failed_uploads
  6. changedynamix/data-aggregator:latest
  7. ...
  8. Setting up watches.
  9. Watches established.
  10. name: aegis-aggregator, version: 1.7.4, scalaVersion: 2.12.5, sbtVersion: 0.13.16
  11. CommandLineConfig(None,Some(127.0.0.1),Some(5555),Some(5557),Some(300),Some(http://172.17.0.1:8080/s3),Some(http://172.17.0.1:8080/commands),Some(60),None,None,None,Some(false),None,None,Some(INFO),None,None,Some(10),Some(3600),Some(86400),Some(3600),Some(10),Some(),Some(),Some(),Some(),Some(),Some(1))
  12. command-line configuration accepted:
  13. configFileName = None
  14. host = Some(0.0.0.0)
  15. port = Some(5555)
  16. shutdownPort = None
  17. batchTimeSeconds = Some(60)
  18. receiverUrl = Some(http://172.16.4.214:8080)
  19. commandsUrl = Some(http://172.16.4.214:8080/commands)
  20. commandsPollIntervalSeconds = None
  21. uniqueId = Some(monitoring_system_aggregator)
  22. descriptionOpt = Some(Aggregator for testing of the monitoring system)
  23. keepTempFiles = None
  24. logLevelOpt = None
  25. prometheusPushGateway = None
  26. monitoring = Some(https://644zh5sngd.execute-api.us-west-2.amazonaws.com/qa)
  27. parallelism = None
  28. hostnameCacheTtl = None
  29. ldapCacheTtl = None
  30. retriesDuration = None
  31. maxRetriesCount = None
  32. ldapDomain = None
  33. ldapServer = None
  34. ldapBase = None
  35. ldapMaxRequests = None
  36.  
  37.  
  38.  
  39. Merged configuration:
  40. zmqEndpoint = tcp://0.0.0.0:5555
  41. receiverUrl = http://172.16.4.214:8080
  42. parallelism = 10
  43. monitoring = Some(https://644zh5sngd.execute-api.us-west-2.amazonaws.com/qa)
  44. commandsDistributionInterface = 0.0.0.0
  45. commandsDistributionPort = 8113
  46. batchTimeSeconds = 60
  47. zmqHost = 0.0.0.0
  48. zmqPort = 5555
  49. zmqShutdownPort = 5557
  50. zmqShutdownEndpoint = tcp://0.0.0.0:5557
  51. commandsUrl = http://172.16.4.214:8080/commands
  52. commandsPollingIntervalSeconds = 60
  53. keepTempFiles = false
  54. uniqueId = monitoring_system_aggregator
  55. descriptionOpt = Some(Aggregator for testing of the monitoring system)
  56. hostnameCacheTtl = 3600
  57. ldapCacheTtl = 86400
  58. retriesDuration = 3600
  59. maxRetriesCount = 10
  60. prometheusPushGateway = None
  61. ldapDomain =
  62. ldapServer =
  63. ldapBase =
  64. ldapMaxRequests = 1
  65. failedDir = /etc/sv/aegis-aggregator/failed_uploads
  66. shutdownTimeouts = Config(SimpleConfigObject({"delivery":10,"packing":15}))
  67.  
  68.  
  69. setting loglevel to INFO
  70. 2018-09-14 17:14:49,574 INFO Connectivity tester - Tested receiver connectivity: OK
  71. 2018-09-14 17:14:49,583 INFO Connectivity tester - Tested DNS connectivity: OK
  72. 2018-09-14 17:14:49,644 INFO c.s.a.actors.ShutdownListener - accepting shutdown requests on tcp://0.0.0.0:5557
  73. 2018-09-14 17:14:49,937 INFO ZMQ Source - ZMQ PULL socket bound to tcp://0.0.0.0:5555
  74. 2018-09-14 17:14:49,955 INFO Sender stats - 0 files successfully uploaded
  75. 2018-09-14 17:14:53,335 INFO Registering - Register aggregator: OK
  76. 2018-09-14 17:15:49,972 INFO ZMQ Source - total messages: 30 , rate: 0 msg/sec
  77. 2018-09-14 17:15:49,974 INFO Sender stats - 2 files successfully uploaded
  78. 2018-09-14 17:16:49,970 INFO ZMQ Source - total messages: 49 , rate: 0 msg/sec
  79. 2018-09-14 17:16:49,971 INFO Sender stats - 5 files successfully uploaded
  80. 2018-09-14 17:17:49,959 INFO ZMQ Source - total messages: 75 , rate: 0 msg/sec
  81. 2018-09-14 17:17:49,960 INFO Sender stats - 8 files successfully uploaded
  82. 2018-09-14 17:18:49,960 INFO Sender stats - 11 files successfully uploaded
  83. 2018-09-14 17:18:49,961 INFO ZMQ Source - total messages: 107 , rate: 0 msg/sec
  84. 2018-09-14 17:19:49,960 INFO ZMQ Source - total messages: 136 , rate: 0 msg/sec
  85. 2018-09-14 17:19:49,961 INFO Sender stats - 14 files successfully uploaded
  86. 2018-09-14 17:20:49,970 INFO ZMQ Source - total messages: 160 , rate: 0 msg/sec
  87. 2018-09-14 17:20:49,971 INFO Sender stats - 17 files successfully uploaded
  88. 2018-09-14 17:20:58,435 WARN c.s.a.monitoring.Heartbeats$ - Couldn't send collector 'DZFqaYK3Vx9duBaA6yLcq5' heartbeat, returned 502 Bad Gateway instead of 200
  89. 2018-09-14 17:21:00,702 INFO Registering - Register collector 'DZFqaYK3Vx9duBaA6yLcq5': OK
  90. 2018-09-14 17:21:49,969 INFO ZMQ Source - total messages: 231 , rate: 1 msg/sec
  91. 2018-09-14 17:21:49,973 INFO Sender stats - 20 files successfully uploaded
  92. 2018-09-14 17:22:00,188 WARN c.s.a.m.LocalCollectorsBrowserExtensionsStatusPusher$ - Couldn't send local collector status with id 'DZFqaYK3Vx9duBaA6yLcq5', returned 403 Forbidden instead of 200
  93. 2018-09-14 17:22:49,969 INFO ZMQ Source - total messages: 353 , rate: 2 msg/sec
  94. 2018-09-14 17:22:49,971 INFO Sender stats - 23 files successfully uploaded
  95. 2018-09-14 17:22:58,251 WARN c.s.a.monitoring.Heartbeats$ - Couldn't send collector 'DZFqaYK3Vx9duBaA6yLcq5' heartbeat, returned 502 Bad Gateway instead of 200
  96. 2018-09-14 17:23:00,183 WARN c.s.a.m.LocalCollectorsBrowserExtensionsStatusPusher$ - Couldn't send local collector status with id 'DZFqaYK3Vx9duBaA6yLcq5', returned 403 Forbidden instead of 200
  97. 2018-09-14 17:23:49,960 INFO ZMQ Source - total messages: 460 , rate: 1 msg/sec
  98. 2018-09-14 17:23:49,961 INFO Sender stats - 26 files successfully uploaded
  99. 2018-09-14 17:24:00,193 WARN c.s.a.m.LocalCollectorsBrowserExtensionsStatusPusher$ - Couldn't send local collector status with id 'DZFqaYK3Vx9duBaA6yLcq5', returned 403 Forbidden instead of 200
  100. 2018-09-14 17:24:49,960 INFO ZMQ Source - total messages: 533 , rate: 1 msg/sec
  101. 2018-09-14 17:24:49,960 INFO Sender stats - 29 files successfully uploaded
  102. 2018-09-14 17:24:58,229 WARN c.s.a.monitoring.Heartbeats$ - Couldn't send collector 'DZFqaYK3Vx9duBaA6yLcq5' heartbeat, returned 502 Bad Gateway instead of 200
  103. 2018-09-14 17:25:00,192 WARN c.s.a.m.LocalCollectorsBrowserExtensionsStatusPusher$ - Couldn't send local collector status with id 'DZFqaYK3Vx9duBaA6yLcq5', returned 403 Forbidden instead of 200
  104. 2018-09-14 17:25:49,960 INFO ZMQ Source - total messages: 645 , rate: 1 msg/sec
  105. 2018-09-14 17:25:49,961 INFO Sender stats - 32 files successfully uploaded
  106. 2018-09-14 17:26:00,183 WARN c.s.a.m.LocalCollectorsBrowserExtensionsStatusPusher$ - Couldn't send local collector status with id 'DZFqaYK3Vx9duBaA6yLcq5', returned 403 Forbidden instead of 200
  107. 2018-09-14 17:26:49,987 INFO Sender stats - 35 files successfully uploaded
  108. 2018-09-14 17:26:49,993 INFO ZMQ Source - total messages: 734 , rate: 1 msg/sec
  109. 2018-09-14 17:26:51,959 WARN ZMQ Source - ZMQ error EAGAIN from 192.168.52.1
  110. 2018-09-14 17:27:00,233 WARN c.s.a.m.LocalCollectorsBrowserExtensionsStatusPusher$ - Couldn't send local collector status with id 'DZFqaYK3Vx9duBaA6yLcq5', returned 403 Forbidden instead of 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement