1. 24 Oct, 2021 3 commits
    • Jérome Perrin's avatar
      96d5e48f
    • Jérome Perrin's avatar
      software/grafana: include a telegraf plugin to get slapos process metrics · 54f11387
      Jérome Perrin authored
      For now this still have to be enabled with a config like this in a .conf
      file in srv/telegraf/extra-config/  :
      
          [[inputs.execd]]
            name_override = "slapos"
            # this needs sudo when using can not access supervisor socket, like when being installed in root slapos
            command = ["/usr/bin/sudo", "$SOFTWARE_DIR/go.work/bin/telegraf-input-slapos", "-config", "/path/to/slapos.conf"]
      
      /path/to/slapos.conf would contain something like this:
      
          [[inputs.slapos]]
            ## Folder where partitions are located
            instance_root = "/srv/slapgrid/"
      
            ## filepath.Glob pattern to look for recursive instances
            recursive_instance_glob_pattern = "*/srv/runner/inst*/"
      
            ## Path of supervisor socket, relative to instance root
            socket_name = "sv.sock"
      54f11387
    • Jérome Perrin's avatar
      software/grafana: version up telegraf v1.20.2 · c3ffadf0
      Jérome Perrin authored
      This version has a new sql input, that can be used to get metrics from sql
      queries.
      c3ffadf0
  2. 22 Oct, 2021 1 commit
  3. 21 Oct, 2021 2 commits
  4. 20 Oct, 2021 1 commit
  5. 19 Oct, 2021 1 commit
  6. 18 Oct, 2021 1 commit
  7. 15 Oct, 2021 1 commit
  8. 14 Oct, 2021 3 commits
  9. 13 Oct, 2021 5 commits
  10. 12 Oct, 2021 1 commit
  11. 11 Oct, 2021 16 commits
  12. 10 Oct, 2021 1 commit
  13. 08 Oct, 2021 4 commits