Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
  2. Aug 25, 2024
  3. Feb 28, 2023
  4. 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
  5. 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
  6. Jan 10, 2023
  7. Nov 28, 2022
  8. Nov 18, 2022
  9. Oct 03, 2022
  10. Oct 02, 2022
  11. 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
  12. Mar 09, 2022
  13. Mar 08, 2022
  14. Jul 27, 2021
  15. Jun 29, 2021
  16. Jun 27, 2021
Loading