diff --git a/README.md b/README.md index a63e95d8544dc7587fd1b0889e707f398eb5a7ec..40ca85849ecfc1c6f6a8c8d42af1cae5d701cd64 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[PACKAGE]: ../../raw/master/mkp/cisco_vpn_tunnel-0.4.0-20230607.mkp "cisco_vpn_tunnel-0.4.0-20230607.mkp" # Cisco IPSec VPN tunnel Monitors the status of Cisco IPSec VPN tunnels. This is a complete rewrite of the original check diff --git a/cisco_vpn_tunnel-0.4.0-20230607.mkp b/cisco_vpn_tunnel-0.4.0-20230607.mkp deleted file mode 100644 index caf319ae4986237fae6e42e4770e93d1e0b94ad5..0000000000000000000000000000000000000000 Binary files a/cisco_vpn_tunnel-0.4.0-20230607.mkp and /dev/null differ diff --git a/cisco_vpn_tunnel.mkp b/cisco_vpn_tunnel.mkp deleted file mode 100644 index caf319ae4986237fae6e42e4770e93d1e0b94ad5..0000000000000000000000000000000000000000 Binary files a/cisco_vpn_tunnel.mkp and /dev/null differ diff --git a/doc/sample.png b/img/sample.png similarity index 100% rename from doc/sample.png rename to img/sample.png diff --git a/doc/wato.png b/img/wato.png similarity index 100% rename from doc/wato.png rename to img/wato.png diff --git a/mkp/cisco_vpn_tunnel-0.4.0-20230607.mkp b/mkp/cisco_vpn_tunnel-0.4.0-20230607.mkp new file mode 100644 index 0000000000000000000000000000000000000000..0c7acc9c0580ceee3fb79e8b7c1ff1d524b63e07 Binary files /dev/null and b/mkp/cisco_vpn_tunnel-0.4.0-20230607.mkp differ diff --git a/agent_based/cisco_vpn_tunnel.py b/source/agent_based/cisco_vpn_tunnel.py similarity index 100% rename from agent_based/cisco_vpn_tunnel.py rename to source/agent_based/cisco_vpn_tunnel.py diff --git a/gui/metrics/cisco_vpn_tunnel.py b/source/gui/metrics/cisco_vpn_tunnel.py similarity index 100% rename from gui/metrics/cisco_vpn_tunnel.py rename to source/gui/metrics/cisco_vpn_tunnel.py diff --git a/gui/wato/cisco_vpn_tunnel.py b/source/gui/wato/cisco_vpn_tunnel.py similarity index 100% rename from gui/wato/cisco_vpn_tunnel.py rename to source/gui/wato/cisco_vpn_tunnel.py diff --git a/packages/cisco_vpn_tunnel b/source/packages/cisco_vpn_tunnel similarity index 91% rename from packages/cisco_vpn_tunnel rename to source/packages/cisco_vpn_tunnel index c6352d6397a971e28b109c2666a045575974604b..f52593ba9919fd80ac1ea04b02854f8c24b9d2ff 100644 --- a/packages/cisco_vpn_tunnel +++ b/source/packages/cisco_vpn_tunnel @@ -11,5 +11,5 @@ 'title': 'Monitor Cisco VPN Tunnel', 'version': '0.4.0-20230607', 'version.min_required': '2.1.0b1', - 'version.packaged': '2.1.0p21', - 'version.usable_until': None} \ No newline at end of file + 'version.packaged': '2.2.0p24', + 'version.usable_until': None}