Solution Document
Healthcheck Report Mail Settings
Overview
Steps to be followed to send a health check report via mail
- Install healthcheck-package, please refer below link.
https://sites.google.com/vunetsystems.com/intravunet/platforms/utilities#h.2aktcx6vvqm7
- Configure healthcheck script,send email script.
- Write CronTab
crontab -e
00 09,18 *** /home/vunet/scripts/es-scripts/send_healthcheck_email
This setting will send the report daily at 9am and 6pm to configured email ids.
Check crontab
crontab -l (small L)
- Run manually email script.
cd scripts/es-scripts
./send_healthcheck/_email
- Check mail Inbox.
- If not received, restart “daq” and check /var/log/vusmartmaps logs.