Skip to content
Snippets Groups Projects
  1. Feb 17, 2023
    • Maxb's avatar
      Remove shapeshifter from openvpn container · ed20402a
      Maxb authored
      We'll run obfs4 bridge processes in a separate obfsvpn container which
      can be colocated with the openvpn gateway or hosted separately.
      
      Additionally removes some out of date documentation.
      ed20402a
  2. Jan 11, 2023
    • micah's avatar
      Merge branch 'new_ovpn_exporter' into 'main' · efc2546f
      micah authored
      Replace openvpn-exporter with textfile exporter.
      
      See merge request !5
      efc2546f
    • micah's avatar
      Replace openvpn-exporter with textfile exporter. · b9190084
      micah authored
      The upstream openvpn-exporter was emitting high cardinality metrics, because of
      the CN being an unique identifier based off of the certificate. This would cause
      the tsdb to fill with unnecessary, and unrelated metrics.
      
      This removes that exporter (which has not seen commits for years) and replaces
      it with the prometheus-node-exporter textfile collector, which will emit metrics
      produced by the shell script that is run every 10 seconds. It will only emit
      these metrics:
      
      openvpn_server_connected_clients{status_path="/tmp/openvpn-status-tcp"}
      openvpn_server_connected_clients{status_path="/tmp/openvpn-status-udp"}
      openvpn_up{status_path="/tmp/openvpn-status-tcp"}
      openvpn_up{status_path="/tmp/openvpn-status-udp"}
      b9190084
    • micah's avatar
  3. Jan 10, 2023
  4. Nov 28, 2022
  5. Nov 18, 2022
  6. Oct 03, 2022
  7. Oct 02, 2022
  8. Jun 22, 2022
    • micah's avatar
      Harmonize flags. · f6f49d0f
      micah authored
      The udp service was not passing the same arguments as the tcp one, this fixes
      the missing --syslog flag
      f6f49d0f
  9. Mar 09, 2022
  10. Mar 08, 2022
  11. Jul 27, 2021
  12. Jun 29, 2021
  13. Jun 27, 2021
  14. Aug 17, 2020
  15. Aug 13, 2020
Loading