Skip to content
Snippets Groups Projects
  1. Aug 25, 2024
  2. 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
  3. Jan 11, 2023
    • 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
  4. Nov 18, 2022
  5. Oct 03, 2022
  6. Oct 02, 2022
  7. Mar 08, 2022
  8. Jun 29, 2021
  9. Jun 27, 2021
  10. Aug 17, 2020
  11. Aug 13, 2020
  12. Mar 31, 2020
  13. Feb 06, 2020
  14. Jan 31, 2020
  15. Dec 18, 2019
Loading