Update install.sh
This commit is contained in:
parent
4c3dc8ee21
commit
b7c2c5b3c0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue