1. 29 Jun, 2021 2 commits
  2. 24 Jun, 2021 2 commits
  3. 23 Jun, 2021 1 commit
  4. 22 Jun, 2021 1 commit
    • Xavier Thompson's avatar
      promise/plugin: Add check_socket_listening promise · 428870e3
      Xavier Thompson authored
      This promise generalizes the check_port_listening promise to include
      AF_UNIX sockets in addition to AF_INET and AF_INET6 host/port sockets.
      
      The socket family and address is deduced from the set of arguments:
      - `host` & `port`: AF_INET or AF_INET6
      - `pathname`: filesystem pathname address for AF_UNIX
      - `abstract`: '\0' is prefixed to build an abstract AF_UNIX address
      
      All other combinations of arguments are forbidden.
      
      The promise creates a socket accordingly and attempts to connect to the
      provided address. The promise fails if the connection fails.
      
      The check_port_listening promise has been removed.
      
      See merge request nexedi/slapos.toolbox!97
      428870e3
  5. 04 Jun, 2021 1 commit
  6. 07 May, 2021 2 commits
  7. 21 Apr, 2021 2 commits
    • Jérome Perrin's avatar
      Release 0.119 · ea09102f
      Jérome Perrin authored
      ea09102f
    • Jérome Perrin's avatar
      slaprunner: fix popen on python3 · 07a18130
      Jérome Perrin authored
      On python3 several views were not functional, because subprocess output was
      retrieved as bytes, but manipulated as a string.
      
      This adds a few tests for views, not complete because it would be too much time
      consuming for now.
      07a18130
  8. 29 Mar, 2021 2 commits
  9. 26 Mar, 2021 1 commit
  10. 04 Feb, 2021 1 commit
  11. 03 Feb, 2021 2 commits
  12. 02 Feb, 2021 1 commit
  13. 01 Feb, 2021 1 commit
  14. 29 Jan, 2021 1 commit
  15. 27 Jan, 2021 2 commits
    • Łukasz Nowak's avatar
      Release 0.115 · bd63a31a
      Łukasz Nowak authored
      bd63a31a
    • Łukasz Nowak's avatar
      check_surykatka_json: Minimise message variation · 587c0792
      Łukasz Nowak authored
      Monitoring is about states, not exact values, so report the states, as
      otherwise it results with bloating databases, very long accesses to results
      and long synchronisations.
      
      Instead of many entries like:
      
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: ERROR IP IP replied in 5.02s which is longer than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: ERROR IP IP replied in 5.03s which is longer than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: ERROR IP IP replied in 5.04s which is longer than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: ERROR IP IP replied in 5.01s which is longer than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: OK IP IP replied in 0.08s which is shorter than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: OK IP IP replied in 1.37s which is shorter than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: OK IP IP replied in 0.09s which is shorter than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: OK IP IP replied in 1.37s which is shorter than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: OK IP IP replied in 0.09s which is shorter than maximum 5.00s
      
      It's minimised to:
      
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: ERROR IP IP replied in more time than maximum 5.00s
      http://url/ : http_query: OK status code 302 on IPs IP elapsed_time: OK IP IP replied in less time than maximum 5.00s
      
      This affects:
      
       * bot_status
       * http_query
      
      Obviously some information are removed from the monitor, but anyway they are
      just text entries and not parsable. So other approaches shall be used to make
      graphs from those values, which is not covered by pure promise status.
      587c0792
  16. 22 Jan, 2021 1 commit
  17. 20 Jan, 2021 1 commit
    • Jérome Perrin's avatar
      apachedex: expect apachedex options to be passed as a file · cc153a6e
      Jérome Perrin authored
      Arguments passed to apachedex are complex, they contain quotes, backslashes,
      spaces and they are propagated through several levels of buildout profiles
      and scripts.
      Simplify all this by relying on argparse ability of passing arguments from
      a file. Users of this tool are now expected to generate a config file and
      specify the path of this config file as an arguments.
      cc153a6e
  18. 11 Jan, 2021 1 commit
  19. 11 Nov, 2020 2 commits
  20. 10 Nov, 2020 2 commits
  21. 20 Oct, 2020 1 commit
  22. 13 Oct, 2020 1 commit
  23. 18 Sep, 2020 1 commit
    • Jérome Perrin's avatar
      Fix random test failures · 2699c3bd
      Jérome Perrin authored
      "test_networkbench: increase resolution time tolerance" addresses [this](https://erp5.nexedi.net/test_result_module/20200911-8C18D791/14):
      
      ```
      ======================================================================
      FAIL: test_dnsbench_fail (slapos.test.test_networkbench.TestDNSBench)
      Test dns failure resolution
      ----------------------------------------------------------------------
      Traceback (most recent call last):
      File "/srv/slapgrid/slappart20/srv/testnode/cum/inst/test0-0/parts/slapos.toolbox/slapos/test/test_networkbench.py", line 66, in test_dnsbench_fail
      self.assertLess(info[3], 1)
      AssertionError: 2.0736539363861084 not less than 1
      ```
      
      "cpu load plugin: fix test and minor cleanups" addresses [this](https://erp5.nexedi.net/test_result_module/20200911-C444DB47/13):
      
      ```
      ======================================================================
      ERROR: test_check_cpu_load_run (slapos.test.promise.plugin.test_check_server_cpu_load.TestCheckServerCPULoad)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "/srv/slapgrid/slappart9/srv/testnode/bvi/inst/test0-0/parts/slapos.toolbox/slapos/test/promise/plugin/test_check_server_cpu_load.py", line 48, in test_check_cpu_load_run
          self.launcher.run()
        File "/srv/slapgrid/slappart9/srv/testnode/bvi/soft/65dbbd3d11daa99cf78c9566a0a4798e/parts/slapos.core-repository/slapos/grid/promise/__init__.py", line 884, in run
          failed_promise_output))
      PromiseError: Promise 'server-cpu-load-promise.py' failed with output: Error: Promise timed out after 0.5 seconds
      ```
      Some more fixes are in nexedi/slapos!809
      
      See merge request nexedi/slapos.toolbox!85
      2699c3bd
  24. 15 Sep, 2020 1 commit
  25. 14 Sep, 2020 4 commits
  26. 11 Sep, 2020 2 commits
  27. 10 Sep, 2020 1 commit