ids.alfacom.it/deployment
marco370 7c204c62b2 Add automatic Python dependency installation to setup script
Modify deployment/setup_cleanup_timer.sh to automatically install Python dependencies, and update deployment/CLEANUP_DETECTIONS_GUIDE.md to reflect this change and add prerequisites.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 824b5d8d-e4c7-48ef-aff9-60efb91a2082
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/L6QSDnx
2025-11-25 10:49:08 +00:00
..
rsyslog Update log format to include timestamps and filter incoming connections 2025-11-22 08:54:21 +00:00
systemd Automate removal of old blocked IPs and update timer 2025-11-25 10:42:52 +00:00
.gitignore 🚀 Release v1.0.7 2025-11-17 16:54:46 +00:00
backup_db.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
BOOTSTRAP_PRIMO_DEPLOYMENT.md Provide initial setup instructions for deploying the application 2025-11-17 17:15:31 +00:00
check_backend.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
check_frontend.sh Improve how the application starts to ensure environment variables are loaded correctly 2025-11-21 15:58:17 +00:00
check_parser_health.sh Improve syslog parser reliability and add monitoring 2025-11-25 09:09:21 +00:00
CHECKLIST_DEPLOY.md Add critical alert for idle analytics aggregator 2025-11-24 15:09:18 +00:00
CHECKLIST_ML_HYBRID.md Simplify ML dependency to use standard Isolation Forest 2025-11-24 17:44:11 +00:00
cleanup_database.sh Update database cleanup to retain logs for 3 days 2025-11-24 10:56:07 +00:00
CLEANUP_DETECTIONS_GUIDE.md Add automatic Python dependency installation to setup script 2025-11-25 10:49:08 +00:00
COMANDI_RAPIDI.md Add comprehensive installation and configuration guides for the IDS system 2025-11-17 15:19:13 +00:00
CONFIGURAZIONE_ROUTER_MIKROTIK.md Add comprehensive deployment and configuration guides for the IDS system 2025-11-15 11:30:55 +00:00
cron_detect.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
cron_train.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
debug_system.sh Improve environment variable loading for deployment scripts 2025-11-21 16:57:55 +00:00
export_db_schema.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
fix_git_ownership.sh Improve system update script with ownership fixes and better output 2025-11-17 16:03:32 +00:00
fix_postgresql_auth.sh 🚀 Release v1.0.3 2025-11-17 16:00:18 +00:00
ids-analytics-aggregator.service Update script to use correct virtual environment path 2025-11-24 08:42:51 +00:00
ids-analytics-aggregator.timer Add network analytics and live dashboard features 2025-11-22 11:34:36 +00:00
install_ml_deps.sh Simplify ML dependency to use standard Isolation Forest 2025-11-24 17:44:11 +00:00
install_python_deps.sh Improve model training and file saving capabilities 2025-11-22 10:27:30 +00:00
install_systemd_services.sh 🚀 Release v1.0.52 2025-11-24 11:11:32 +00:00
INSTALLAZIONE_STEP_BY_STEP.md 🚀 Release v1.0.3 2025-11-17 16:00:18 +00:00
ISTRUZIONI_DEPLOY.md Update log format to include timestamps and filter incoming connections 2025-11-22 08:54:21 +00:00
MIGRATION_INCOMING_LOGS.md Update log format to include timestamps and filter incoming connections 2025-11-22 08:54:21 +00:00
README_DEPLOYMENT.md Add comprehensive deployment and configuration guides for the IDS system 2025-11-15 11:30:55 +00:00
restart_all.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
restart_frontend.sh Improve analytics data fetching and server restart process 2025-11-24 09:59:06 +00:00
RISOLUZIONE_ERRORE_POSTGRESQL.md 🚀 Release v1.0.3 2025-11-17 16:00:18 +00:00
run_analytics.sh Update script to use correct virtual environment path 2025-11-24 08:42:51 +00:00
run_cleanup.sh 🚀 Release v1.0.83 2025-11-25 10:46:03 +00:00
run_ml_training.sh Add historical training data logging for hybrid models 2025-11-25 08:08:45 +00:00
setup_almalinux.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
setup_analytics_timer.sh Add network analytics and live dashboard features 2025-11-22 11:34:36 +00:00
setup_cleanup_timer.sh Add automatic Python dependency installation to setup script 2025-11-25 10:49:08 +00:00
setup_cron_cleanup.sh Implement automatic database cleanup and schema updates 2025-11-21 16:49:13 +00:00
setup_crontab.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
setup_ml_training_timer.sh Add historical training data logging for hybrid models 2025-11-25 08:08:45 +00:00
setup_parser_monitoring.sh Improve syslog parser reliability and add monitoring 2025-11-25 09:09:21 +00:00
setup_rsyslog.sh Set up system to receive and store MikroTik logs 2025-11-21 17:26:52 +00:00
setup_syslog_server.sh 🚀 Release v1.0.23 2025-11-21 15:45:57 +00:00
setup_systemd_services.sh Improve model training and file saving capabilities 2025-11-22 10:27:30 +00:00
test_log_format.sh Update log format to include timestamps and filter incoming connections 2025-11-22 08:54:21 +00:00
train_hybrid_production.sh 🚀 Release v1.0.67 2025-11-24 18:07:00 +00:00
TROUBLESHOOTING_SYSLOG_PARSER.md Improve syslog parser reliability and add monitoring 2025-11-25 09:09:21 +00:00
update_from_git.sh Set up system to receive and store MikroTik logs 2025-11-21 17:26:52 +00:00