Search found 2 matches
- Wed Apr 15, 2015 11:55 pm
- Forum: Feature Requests
- Topic: e-mail notifications
- Replies: 9
- Views: 12118
Re: e-mail notifications
Use this code to gather data and save it into a file: #!/bin/sh rm /tmp/email-log.txt touch /tmp/email-log.txt #Web Usage sh /tmp/do_webmon_backup.sh echo -e "Recently Visited Sites:\n" >> /tmp/email-log.txt cat /usr/data/webmon_domains.txt >> /tmp/email-log.txt echo -e "\nRecent Web...
- Mon Apr 06, 2015 8:57 pm
- Forum: Feature Requests
- Topic: Automatic Downlolad of the Daily Quotas
- Replies: 1
- Views: 3503
Automatic Downlolad of the Daily Quotas
I would like to be able to Schedule an automatic download of the bandwith usage (download Bandwidth Data) one or twice a day as well as the Recently Visited Sites and Recent Web Searches to my pc. Also it would be nice to have an API (Application program interface) to communicate to get information ...