Update
This commit is contained in:
parent
9afacd4119
commit
8587224cde
@ -136,6 +136,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "auto_updates.sh"
|
||||
|
||||
# Main execution for automatic updates
|
||||
configure_auto_updates
|
||||
|
||||
|
@ -183,6 +183,9 @@ EOF
|
||||
source "$prompt_file"
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "custom_prompt.sh"
|
||||
|
||||
# Main execution for custom prompt
|
||||
configure_custom_banner
|
||||
configure_custom_profile
|
||||
|
@ -74,6 +74,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "dns_config.sh"
|
||||
|
||||
# Main execution for DNS configuration
|
||||
configure_dns
|
||||
|
||||
|
@ -90,6 +90,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "ssh_hardening.sh"
|
||||
|
||||
# Main execution for fail2ban
|
||||
configure_fail2ban
|
||||
|
||||
|
@ -77,6 +77,9 @@ configure_ufw() {
|
||||
ufw status verbose
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "fivewall.sh"
|
||||
|
||||
# Main execution for firewall
|
||||
configure_ufw
|
||||
|
||||
|
@ -149,6 +149,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "glpi_agent.sh"
|
||||
|
||||
# Main execution for GLPI agent
|
||||
install_glpi_agent
|
||||
|
||||
|
@ -290,6 +290,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "monitoring.sh"
|
||||
|
||||
# Main execution for monitoring
|
||||
configure_snmp
|
||||
configure_nrpe
|
||||
|
@ -97,6 +97,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "ntp.sh"
|
||||
|
||||
# Main execution for NTP configuration
|
||||
configure_ntp
|
||||
|
||||
|
@ -173,6 +173,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "ssh_hardening.sh"
|
||||
|
||||
# Main execution for SSH hardening
|
||||
create_root_ssh_keys
|
||||
create_non_root_ssh_keys
|
||||
|
@ -102,6 +102,9 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
log_message "SCRIPT" "wazuh_agent.sh"
|
||||
|
||||
# Main execution for Wazuh agent
|
||||
install_wazuh_agent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user