We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From 6/8-6/17 we're missing data from all our sensors on serverscheck:
We probably want to implement a watchdog to alert us when the sensors are offline.
Quick solution: we can schedule an hourly cron job to fetch a CSV report (using requests that look like: https://my.infrastructuremonitoring.com/sensordata_fetcher.php?SensorID=9tPL0for9t2dzLHOT70bm4KySLNwIQA729iaQpykhaE%3D-7&fromDate=04/26/2014&toDate=06/29/2015&export=1&public=1), and check for missing time points.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From 6/8-6/17 we're missing data from all our sensors on serverscheck:
We probably want to implement a watchdog to alert us when the sensors are offline.
Quick solution: we can schedule an hourly cron job to fetch a CSV report (using requests that look like:
https://my.infrastructuremonitoring.com/sensordata_fetcher.php?SensorID=9tPL0for9t2dzLHOT70bm4KySLNwIQA729iaQpykhaE%3D-7&fromDate=04/26/2014&toDate=06/29/2015&export=1&public=1), and check for missing time points.
The text was updated successfully, but these errors were encountered: