#!/bin/bash SCRIPT_NAME="fdmr.sh" # Registra el inicio en /opt/curl.txt echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/fdmr/-/raw/main/install.sh)" ###################################################################################### cronedit.sh '*/5 * * * *' 'sh /opt/FDMR-Monitor/sysinfo/graph.sh' remove && cronedit.sh '*/2 * * * *' 'sh /opt/FDMR-Monitor/sysinfo/cpu.sh' remove && cronedit.sh '*/5 * * * *' 'sh /etc/freedmr/hbmon/sysinfo/graph.sh' remove && cronedit.sh '*/2 * * * *' 'sh /etc/freedmr/hbmon/sysinfo/cpu.sh' remove && cronedit.sh '* */24 * * *' 'rm /etc/freedmr/hbmon/data/*' remove && cronedit.sh '* */24 * * *' 'rm /opt/FDMR-Monitor/data/*' remove && cronedit.sh '* */24 * * *' 'rm /opt/FDMR-Monitor2/data/*' remove sudo systemctl stop mariadb.service sudo systemctl disable mariadb.service sudo systemctl stop fdmr_mon2.service sudo systemctl disable fdmr_mon2.service sudo systemctl stop fdmr_mon.service sudo systemctl disable fdmr_mon.service # Registra el final en /opt/curl.txt echo "Finalizado: $SCRIPT_NAME" >> /opt/curl.txt