Update install.sh

This commit is contained in:
Esteban Mackay Q 2023-02-11 10:26:55 -05:00 committed by GitHub
parent 4c3dc8ee21
commit b7c2c5b3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ sh /opt/FDMR-Monitor/sysinfo/rrd-db.sh
######################
(crontab -l; echo "*/5 * * * * sh /opt/FDMR-Monitor/sysinfo/graph.sh")|awk '!x[$0]++'|crontab -
(crontab -l; echo "*/2 * * * * sh /opt/FDMR-Monitor/sysinfo/cpu.sh")|awk '!x[$0]++'|crontab -
(crontab -l; echo "* */6 * * * data-id")|awk '!x[$0]++'|crontab -
(crontab -l; echo "* */24 * * * data-id")|awk '!x[$0]++'|crontab -
sudo systemctl enable fdmr_mon.service
#sudo systemctl restart apache2.service