-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cronjob: Pull data from stats.vlabs.ac.in service and POST the usage #42
Comments
Cronjob for pulling the data from stats.vlabs.ac.in
Cronjob for POST
|
Cronjobs are set using the following command |
Modification in conjobs
|
That means |
need change cronjobs again, since, in stats server rsync happens every 6 hours, so in analytics service we need to set cronjobs at least every 7 hous as @ksripathi said |
Checked cronjobs in stats server.
So, as we set cronjobs in analytics-service, that is ok. |
Cronjob: Pull data from stats.vlabs.ac.in service.
Analytics-service has to get/pull the data from "[email protected]:/var/www/html/analytics/output.txt" and put it in /root/nonopenedx-usage.txt.
Once analytics-service gets the data from stats.vlabs.ac.in, POST the collected data into analytics-service( i.e localhost ) .
The text was updated successfully, but these errors were encountered: