Update fdmr-bridge.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 535d88c942
commit 6749902500

@ -428,8 +428,7 @@ systemctl disable apache2
##################### #####################
chmod +x /opt/FDMR-Monitor-B/sysinfo/* chmod +x /opt/FDMR-Monitor-B/sysinfo/*
sh /opt/FDMR-Monitor-B/sysinfo/rrd-db.sh sh /opt/FDMR-Monitor-B/sysinfo/rrd-db.sh
(crontab -l; echo "*/5 * * * * sh /opt/FDMR-Monitor-B/sysinfo/graph.sh")|awk '!x[$0]++'|crontab -
(crontab -l; echo "*/2 * * * * sh /opt/FDMR-Monitor-B/sysinfo/cpu.sh")|awk '!x[$0]++'|crontab -
################## ##################
#Service #Service
########## ##########
@ -606,4 +605,3 @@ WantedBy=multi-user.target
EOF EOF
############################# #############################
sudo systemctl daemon-reload sudo systemctl daemon-reload

Loading…
Cancel
Save

Powered by TurnKey Linux.