Details

    Description

      Hello,

       

      please add wireguard support simliar to the openvpn agent script to get a vpn connected graph.

      To get a list with the current connected clients use the command:

      wg show all dump | awk 'BEGIN {}; \{if (systime()-$6 < 300 ) print strftime("%m-%d-%Y %H:%M:%S", systime()),$5, $4, (systime()-$6) "sec" } ; END {}'

       

      See: https://manpages.debian.org/unstable/wireguard-tools/wg.8.en.html#show

       

      Contact me in discord (JTC#3678) for further help.

      Attachments

        Activity

          [OBS-4475] Wireguard Observium Agent
          mtivi Martyushev Tim made changes -
          Description Original: Hello,

           

          please add wireguard support simliar to the openvpn agent script to get a vpn connected graph.

          To get a list with the current connected clients use the command:

          _wg show all dump | awk 'BEGIN {}; \{if (systime()-$6 < 300 ) print strftime("%m-%d-%Y %H:%M:%S", systime()),$5, $4, (systime()-$6) "sec" } ; END {}'_

           

          See: [https://manpages.debian.org/unstable/wireguard-tools/wg.8.en.html#show]

           

          Contact me in discord (JTC#3678) for further help.
          New: Hello,

           

          please add wireguard support simliar to the openvpn agent script to get a vpn connected graph.

          To get a list with the current connected clients use the command:

          {code}wg show all dump | awk 'BEGIN {}; \{if (systime()-$6 < 300 ) print strftime("%m-%d-%Y %H:%M:%S", systime()),$5, $4, (systime()-$6) "sec" } ; END {}'{code}

           

          See: [https://manpages.debian.org/unstable/wireguard-tools/wg.8.en.html#show]

           

          Contact me in discord (JTC#3678) for further help.
          itz Jens Brückner created issue -

          People

            sid3windr Tom Laermans
            itz Jens Brückner
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: