1. 18 Nov, 2014 2 commits
  2. 21 Oct, 2014 2 commits
    • Tristan Cavelier's avatar
      erp5 stack: fix mariadb host blocking · 6f11404d
      Tristan Cavelier authored
      - Use latest slapos.toolbox (0.41.0)
      - stack/erp5/buildout.cfg add script is-local-tcp-port-opened
      - Change instance-mariadb promise to use is-local-tcp-port-opened
      
      The monitor runs promises every 5 minutes.
      The previous mariadb promise check for listening tcp port by openning
      a socket and closing it, causing mariadb to block the host after a
      defined amount of time.
      
      The new script `is-local-tcp-port-opened` checks for opened tcp port
      on current machine by reading /proc/net/tcp{,6}. No socket is opened.
      Maria should not block hosts anymore.
      6f11404d
    • Kazuhiko Shiozaki's avatar
      Merge branch 'master' into erp5-cluster · f23c8bfc
      Kazuhiko Shiozaki authored
      Conflicts:
      	stack/erp5/buildout.cfg
      	stack/erp5/instance-erp5-cluster.cfg.in
      	stack/erp5/instance-erp5-single.cfg.in
      	stack/monitor/buildout.cfg
      f23c8bfc
  3. 02 Oct, 2014 1 commit
  4. 30 Sep, 2014 2 commits
  5. 29 Sep, 2014 2 commits
  6. 26 Sep, 2014 3 commits
  7. 25 Sep, 2014 3 commits
  8. 24 Sep, 2014 13 commits
  9. 23 Sep, 2014 2 commits
  10. 22 Sep, 2014 1 commit
  11. 19 Sep, 2014 3 commits
  12. 17 Sep, 2014 4 commits
  13. 16 Sep, 2014 1 commit
  14. 15 Sep, 2014 1 commit