diff --git a/.gitignore b/archive-arch/.gitignore similarity index 100% rename from .gitignore rename to archive-arch/.gitignore diff --git a/LICENSE b/archive-arch/LICENSE similarity index 100% rename from LICENSE rename to archive-arch/LICENSE diff --git a/README.md b/archive-arch/README.md similarity index 100% rename from README.md rename to archive-arch/README.md diff --git a/alerting/alerts.py b/archive-arch/alerting/alerts.py similarity index 100% rename from alerting/alerts.py rename to archive-arch/alerting/alerts.py diff --git a/alerting/delayed.py b/archive-arch/alerting/delayed.py similarity index 100% rename from alerting/delayed.py rename to archive-arch/alerting/delayed.py diff --git a/alerting/enum.py b/archive-arch/alerting/enum.py similarity index 100% rename from alerting/enum.py rename to archive-arch/alerting/enum.py diff --git a/alerting/login.py b/archive-arch/alerting/login.py similarity index 100% rename from alerting/login.py rename to archive-arch/alerting/login.py diff --git a/assets/lego-login-alert b/archive-arch/assets/lego-login-alert similarity index 100% rename from assets/lego-login-alert rename to archive-arch/assets/lego-login-alert diff --git a/assets/lego-monitoring.service b/archive-arch/assets/lego-monitoring.service similarity index 100% rename from assets/lego-monitoring.service rename to archive-arch/assets/lego-monitoring.service diff --git a/config.example.json b/archive-arch/config.example.json similarity index 100% rename from config.example.json rename to archive-arch/config.example.json diff --git a/misc/checkers.py b/archive-arch/misc/checkers.py similarity index 100% rename from misc/checkers.py rename to archive-arch/misc/checkers.py diff --git a/misc/checks.py b/archive-arch/misc/checks.py similarity index 100% rename from misc/checks.py rename to archive-arch/misc/checks.py diff --git a/misc/common.py b/archive-arch/misc/common.py similarity index 100% rename from misc/common.py rename to archive-arch/misc/common.py diff --git a/misc/config.py b/archive-arch/misc/config.py similarity index 100% rename from misc/config.py rename to archive-arch/misc/config.py diff --git a/misc/cvars.py b/archive-arch/misc/cvars.py similarity index 100% rename from misc/cvars.py rename to archive-arch/misc/cvars.py diff --git a/misc/disks.py b/archive-arch/misc/disks.py similarity index 100% rename from misc/disks.py rename to archive-arch/misc/disks.py diff --git a/misc/docker_registry.py b/archive-arch/misc/docker_registry.py similarity index 100% rename from misc/docker_registry.py rename to archive-arch/misc/docker_registry.py diff --git a/misc/sensors.py b/archive-arch/misc/sensors.py similarity index 100% rename from misc/sensors.py rename to archive-arch/misc/sensors.py diff --git a/misc/vuln.py b/archive-arch/misc/vuln.py similarity index 100% rename from misc/vuln.py rename to archive-arch/misc/vuln.py diff --git a/prettyprint.py b/archive-arch/prettyprint.py similarity index 100% rename from prettyprint.py rename to archive-arch/prettyprint.py diff --git a/requirements.txt b/archive-arch/requirements.txt similarity index 100% rename from requirements.txt rename to archive-arch/requirements.txt diff --git a/send_login_alert.py b/archive-arch/send_login_alert.py similarity index 100% rename from send_login_alert.py rename to archive-arch/send_login_alert.py diff --git a/send_ups_alert.py b/archive-arch/send_ups_alert.py similarity index 100% rename from send_ups_alert.py rename to archive-arch/send_ups_alert.py diff --git a/service.py b/archive-arch/service.py similarity index 100% rename from service.py rename to archive-arch/service.py diff --git a/tests/smartctl_ata_hdd.json b/archive-arch/tests/smartctl_ata_hdd.json similarity index 100% rename from tests/smartctl_ata_hdd.json rename to archive-arch/tests/smartctl_ata_hdd.json diff --git a/tests/smartctl_ata_ssd.json b/archive-arch/tests/smartctl_ata_ssd.json similarity index 100% rename from tests/smartctl_ata_ssd.json rename to archive-arch/tests/smartctl_ata_ssd.json diff --git a/tests/smartctl_nvme_ssd.json b/archive-arch/tests/smartctl_nvme_ssd.json similarity index 100% rename from tests/smartctl_nvme_ssd.json rename to archive-arch/tests/smartctl_nvme_ssd.json diff --git a/tests/test_disks.py b/archive-arch/tests/test_disks.py similarity index 100% rename from tests/test_disks.py rename to archive-arch/tests/test_disks.py diff --git a/tests/test_vuln.py b/archive-arch/tests/test_vuln.py similarity index 100% rename from tests/test_vuln.py rename to archive-arch/tests/test_vuln.py diff --git a/wrappers/login_wrapper.sh b/archive-arch/wrappers/login_wrapper.sh similarity index 100% rename from wrappers/login_wrapper.sh rename to archive-arch/wrappers/login_wrapper.sh diff --git a/wrappers/send_local_login_alert.sh b/archive-arch/wrappers/send_local_login_alert.sh similarity index 100% rename from wrappers/send_local_login_alert.sh rename to archive-arch/wrappers/send_local_login_alert.sh diff --git a/wrappers/send_login_alert.sh b/archive-arch/wrappers/send_login_alert.sh similarity index 100% rename from wrappers/send_login_alert.sh rename to archive-arch/wrappers/send_login_alert.sh