Skip to content
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

pluginsd python.d slowly eating more and more CPU due to smartd collection #6532

Closed
aleks-mariusz opened this issue Jul 24, 2019 · 16 comments · Fixed by #6540
Closed

pluginsd python.d slowly eating more and more CPU due to smartd collection #6532

aleks-mariusz opened this issue Jul 24, 2019 · 16 comments · Fixed by #6540
Assignees
Labels
area/collectors Everything related to data collection bug collectors/python.d
Milestone

Comments

@aleks-mariusz
Copy link

aleks-mariusz commented Jul 24, 2019

Bug report summary

Several hours after (re)starting netdata, the python /usr/libexec/netdata/plugins.d/python.d.plugin plugin ends up using 100% of one CPU. This happens gradually, and it appears to be related to my smartd collection.

I've attached a screenshot of the CPU usage hovering around ~27% (so this roughly is 1 core of a 4 core system).
netdata-cpu-usage

I'm not too familiar with netdata internals but from the errors in the log files (attached after expected behavior below), it looks like the time it takes to collect something from smartctl is skewing the clock time of the samples possibly?

If we look at the graph for execution time for smartd_log, there are periods where it exceeds 10 seconds and there are gaps in both that graph (as well as the smartd related graphs in the relevant section)

netdata-cpu-pythondplugin

(the flat lining at the right of the graph is me restarting netdata to re-set the CPU usage).
OS / Environment

CentOS 7.6 with netdata installed as an RPM (from epel repo), running on a NAS box w/ 11 sata drives (3 for OS/caching and 8 for data), running on top of ZFS (that shouldn't matter though), perhaps the quantity of drives does?

Netdata version (ouput of netdata -V)

netdata v1.15.0

Component Name

python.d.plugin

Steps To Reproduce

start (or re-start) netdata, have the smartd collector enabled (by default if smartmontools RPM is installed), the CPU usage starts off reasonable (single digit usage of one core), over time this uses more and more cycles and eventually it consumes 100% of the single core it's running on

Expected behavior

should stay low CPU usage regardless of how long netdata was running

Log entries
tailing the output of /var/log/netdata/error.log shows the following
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 1.05817 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 1.05814 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 1.05835 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 1.05843 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 1.05848 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 1.05859 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 1.05854 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 1.05873 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 1.05870 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 1.05892 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 1.05839 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 1.05856 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 19:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 1.05887 secs in the future (counter #9428, update #9361). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 2.12113 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 2.12117 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 2.12137 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 2.12150 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 2.12149 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 2.12159 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 2.12160 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 2.12172 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 2.12185 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 2.12195 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 2.12139 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 2.12157 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 20:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 2.12188 secs in the future (counter #14291, update #14101). Adjusting it to current time.
2019-07-23 21:18:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.06924 secs in the past (counter #16172, update #15927). Adjusting it to current time.
2019-07-23 21:18:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.06909 secs in the past (counter #16172, update #15927). Adjusting it to current time.
2019-07-23 21:18:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.06911 secs in the past (counter #16172, update #15927). Adjusting it to current time.
2019-07-23 21:18:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.06909 secs in the past (counter #16172, update #15927). Adjusting it to current time.
2019-07-23 21:18:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.06916 secs in the past (counter #16172, update #15927). Adjusting it to current time.
2019-07-23 21:18:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.06916 secs in the past (counter #16172, update #15927). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.01300 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.01290 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.01310 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.01324 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.01329 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.01340 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.01349 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.01347 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.01348 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.01364 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.01382 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.01374 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 21:57:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.01378 secs in the future (counter #18526, update #18181). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.11773 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.11764 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.11769 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.11773 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.11766 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.11760 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.11752 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.11743 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.11734 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.11728 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.11795 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.11779 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.11752 secs in the past (counter #19060, update #18695). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.25821 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.25831 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.25833 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.25830 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.25835 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.25818 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.25820 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.25808 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.25804 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.25819 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.25913 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.25898 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.25888 secs in the future (counter #19070, update #18697). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.01687 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.01712 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.01712 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.01731 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.01727 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.01722 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.01713 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.01692 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.01659 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.01657 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.01713 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.01706 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.01685 secs in the past (counter #19154, update #18781). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.16565 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.16580 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.16571 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.16586 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.16562 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.16576 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.16573 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.16572 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.16569 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.16568 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.16636 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.16638 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:07:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.16623 secs in the future (counter #19164, update #18783). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.22044 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.22045 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.22033 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.22037 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.22029 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.22021 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.22015 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.22007 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.21996 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.21987 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.21978 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.21971 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.21964 secs in the past (counter #19249, update #18868). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.35925 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.35707 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.35728 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.35760 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.35774 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.35801 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.35813 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.35824 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.35832 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.35840 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.35873 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.35884 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.35904 secs in the future (counter #19259, update #18870). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.15798 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.15789 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.15784 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.15829 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.15719 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.15749 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.15792 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.15814 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.15861 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.15842 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.15863 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.15868 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.15843 secs in the past (counter #19343, update #18954). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.29983 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.29977 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.29979 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.30032 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.30024 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.30026 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.30014 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.30042 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.30108 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.30103 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.30136 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.30149 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:10:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.30131 secs in the future (counter #19353, update #18956). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.62851 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.62846 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.09717 secs in the past (counter #19413, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.62838 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.62832 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.62833 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.09731 secs in the past (counter #19413, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.62824 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.62832 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.62822 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.62817 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.62811 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.09744 secs in the past (counter #19413, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.09749 secs in the past (counter #19413, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.62801 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.62796 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.09750 secs in the past (counter #19413, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.62797 secs in the past (counter #19437, update #19040). Adjusting it to current time.
2019-07-23 22:12:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.09759 secs in the past (counter #19413, update #19040). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 2.74012 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 2.74015 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 2.73998 secs in the future (counter #19423, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 2.74008 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 2.74021 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 2.74031 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 2.74023 secs in the future (counter #19423, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 2.74032 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 2.74048 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 2.74046 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 2.74050 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 2.74052 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 2.74045 secs in the future (counter #19423, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 2.74038 secs in the future (counter #19423, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 2.74043 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 2.74047 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 2.74039 secs in the future (counter #19423, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 2.74046 secs in the future (counter #19448, update #19042). Adjusting it to current time.
2019-07-23 22:12:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 2.74055 secs in the future (counter #19423, update #19042). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.62089 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.62083 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.86081 secs in the past (counter #19506, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.62074 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.62066 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.62063 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.86159 secs in the past (counter #19506, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.62051 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.62042 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.62034 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.62027 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.62020 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.86277 secs in the past (counter #19506, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.86287 secs in the past (counter #19506, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.62002 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.61996 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.86335 secs in the past (counter #19506, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.61990 secs in the past (counter #19531, update #19125). Adjusting it to current time.
2019-07-23 22:13:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.86369 secs in the past (counter #19506, update #19125). Adjusting it to current time.
2019-07-23 22:13:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 0.77898 secs in the future (counter #19540, update #19127). Adjusting it to current time.
2019-07-23 22:13:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 0.77901 secs in the future (counter #19540, update #19127). Adjusting it to current time.
2019-07-23 22:13:52: netdata LOG FLOOD PROTECTION too many logs (201 logs in 992 seconds, threshold is set to 200 logs in 1200 seconds). Preventing more logs from process 'netdata' for 208 seconds.
2019-07-23 22:18:20: netdata LOG FLOOD PROTECTION resuming logging from process 'netdata' (prevented 93 logs in the last 1200 seconds).
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.28350 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.28350 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.50981 secs in the past (counter #19786, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.28344 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.28337 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.28330 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.51065 secs in the past (counter #19786, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.28314 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.28310 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.28310 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.28324 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.28339 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.51226 secs in the past (counter #19786, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.51243 secs in the past (counter #19786, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.28343 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.28332 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.51303 secs in the past (counter #19786, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.28341 secs in the past (counter #19811, update #19382). Adjusting it to current time.
2019-07-23 22:18:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.51338 secs in the past (counter #19786, update #19382). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.43331 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.43340 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.43352 secs in the future (counter #19797, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.43345 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.43347 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.43347 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.43362 secs in the future (counter #19797, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.43352 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.43345 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.43330 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.43348 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.43372 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.43374 secs in the future (counter #19797, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.43385 secs in the future (counter #19797, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.43384 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.43385 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.43396 secs in the future (counter #19797, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.43401 secs in the future (counter #19822, update #19384). Adjusting it to current time.
2019-07-23 22:18:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.43399 secs in the future (counter #19797, update #19384). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.34028 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.34024 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.55862 secs in the past (counter #19881, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.34289 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.34285 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.34264 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.55910 secs in the past (counter #19881, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.34229 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.34221 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.34199 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.34188 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.34179 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.55979 secs in the past (counter #19881, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.55983 secs in the past (counter #19881, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.34146 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.34130 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.56005 secs in the past (counter #19881, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.34102 secs in the past (counter #19906, update #19468). Adjusting it to current time.
2019-07-23 22:19:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.56014 secs in the past (counter #19881, update #19468). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.45915 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.45820 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.46111 secs in the future (counter #19892, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.46115 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.46141 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.45941 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.45931 secs in the future (counter #19892, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.45930 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.45931 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.45921 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.45921 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.45922 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.45910 secs in the future (counter #19892, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.45898 secs in the future (counter #19892, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.45889 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.45884 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.45872 secs in the future (counter #19892, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.45857 secs in the future (counter #19917, update #19470). Adjusting it to current time.
2019-07-23 22:19:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.45846 secs in the future (counter #19892, update #19470). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.12728 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.12721 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.36608 secs in the past (counter #19976, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.12710 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.12707 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.12701 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.36687 secs in the past (counter #19976, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.12695 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.12687 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.12694 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.12687 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.12679 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.36839 secs in the past (counter #19976, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.36855 secs in the past (counter #19976, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.12644 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.12658 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.36911 secs in the past (counter #19976, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.12664 secs in the past (counter #20001, update #19554). Adjusting it to current time.
2019-07-23 22:21:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.36948 secs in the past (counter #19976, update #19554). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 1.26262 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 1.26246 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 1.26248 secs in the future (counter #19984, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 1.26251 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 1.26255 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 1.26252 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 1.26251 secs in the future (counter #19984, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 1.26256 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 1.26258 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 1.26275 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 1.26275 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 1.26281 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 1.26286 secs in the future (counter #19984, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 1.26287 secs in the future (counter #19984, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 1.26290 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 1.26291 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 1.26294 secs in the future (counter #19984, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 1.26295 secs in the future (counter #20009, update #19556). Adjusting it to current time.
2019-07-23 22:21:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 1.26304 secs in the future (counter #19984, update #19556). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.49979 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.49951 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.81197 secs in the past (counter #20067, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.49982 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.49979 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.49969 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.81297 secs in the past (counter #20067, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.49959 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.49967 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.49956 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.49946 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.49937 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.81411 secs in the past (counter #20067, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.81427 secs in the past (counter #20067, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.49961 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.49948 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.81496 secs in the past (counter #20067, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.49925 secs in the past (counter #20092, update #19639). Adjusting it to current time.
2019-07-23 22:22:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.81515 secs in the past (counter #20067, update #19639). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.71092 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.71073 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.71092 secs in the future (counter #20079, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.71110 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.71116 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.71115 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.71115 secs in the future (counter #20079, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.71115 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.71127 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.71122 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.71118 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.71118 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.71114 secs in the future (counter #20079, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.71114 secs in the future (counter #20079, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.71147 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.71138 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.71131 secs in the future (counter #20079, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.71119 secs in the future (counter #20104, update #19641). Adjusting it to current time.
2019-07-23 22:22:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.71117 secs in the future (counter #20079, update #19641). Adjusting it to current time.
2019-07-23 22:24:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.30085 secs in the past (counter #20162, update #19724). Adjusting it to current time.
2019-07-23 22:24:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.30175 secs in the past (counter #20162, update #19724). Adjusting it to current time.
2019-07-23 22:24:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.30371 secs in the past (counter #20162, update #19724). Adjusting it to current time.
2019-07-23 22:24:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.30378 secs in the past (counter #20162, update #19724). Adjusting it to current time.
2019-07-23 22:24:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.30386 secs in the past (counter #20162, update #19724). Adjusting it to current time.
2019-07-23 22:24:18: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.30417 secs in the past (counter #20162, update #19724). Adjusting it to current time.
2019-07-23 22:24:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.22004 secs in the future (counter #20172, update #19726). Adjusting it to current time.
2019-07-23 22:24:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.21938 secs in the future (counter #20172, update #19726). Adjusting it to current time.
2019-07-23 22:24:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.21959 secs in the future (counter #20172, update #19726). Adjusting it to current time.
2019-07-23 22:24:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.21924 secs in the future (counter #20172, update #19726). Adjusting it to current time.
2019-07-23 22:24:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.21912 secs in the future (counter #20172, update #19726). Adjusting it to current time.
2019-07-23 22:24:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.21925 secs in the future (counter #20172, update #19726). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.31109 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.31204 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.54843 secs in the past (counter #20257, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.31175 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.31161 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.31358 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.55096 secs in the past (counter #20257, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.31325 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.31316 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.31293 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.31271 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.31258 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.55150 secs in the past (counter #20257, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.55154 secs in the past (counter #20257, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.31225 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.31200 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.55171 secs in the past (counter #20257, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.31177 secs in the past (counter #20278, update #19811). Adjusting it to current time.
2019-07-23 22:25:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.55180 secs in the past (counter #20257, update #19811). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.44981 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.45084 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.45082 secs in the future (counter #20268, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.45065 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.45063 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.45267 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.45265 secs in the future (counter #20268, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.45041 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.45049 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.45048 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.45049 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.45057 secs in the future (counter #20289, update #19813). Adjusting it to current time.
2019-07-23 22:25:51: netdata LOG FLOOD PROTECTION too many logs (201 logs in 452 seconds, threshold is set to 200 logs in 1200 seconds). Preventing more logs from process 'netdata' for 748 seconds.
2019-07-23 22:40:49: netdata LOG FLOOD PROTECTION resuming logging from process 'netdata' (prevented 253 logs in the last 1200 seconds).
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.25586 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.25686 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.51454 secs in the past (counter #21186, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.25664 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.25659 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.25659 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.51551 secs in the past (counter #21186, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.25664 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.25661 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.25649 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.25639 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.25632 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.51662 secs in the past (counter #21186, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.51677 secs in the past (counter #21186, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.25627 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.25617 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.51724 secs in the past (counter #21186, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.25614 secs in the past (counter #21204, update #20670). Adjusting it to current time.
2019-07-23 22:40:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.51757 secs in the past (counter #21186, update #20670). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.40725 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.40836 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.40836 secs in the future (counter #21197, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.40824 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.40833 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.40836 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.40859 secs in the future (counter #21197, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.40852 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.40857 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.40834 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.40830 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.40832 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.40839 secs in the future (counter #21197, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.40843 secs in the future (counter #21197, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.40837 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.40831 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.40841 secs in the future (counter #21197, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.40840 secs in the future (counter #21215, update #20672). Adjusting it to current time.
2019-07-23 22:40:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.40844 secs in the future (counter #21197, update #20672). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.29322 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.29366 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.53749 secs in the past (counter #21281, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.29342 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.29348 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.29347 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.53827 secs in the past (counter #21281, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.29352 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.29338 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.29331 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.29321 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.29316 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.53949 secs in the past (counter #21281, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.53960 secs in the past (counter #21281, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.29306 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.29300 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.54008 secs in the past (counter #21281, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.29292 secs in the past (counter #21299, update #20756). Adjusting it to current time.
2019-07-23 22:42:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.54046 secs in the past (counter #21281, update #20756). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.43111 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.43174 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.43175 secs in the future (counter #21292, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.43157 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.43170 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.43178 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.43180 secs in the future (counter #21292, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.43193 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.43189 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.43183 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.43105 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.43118 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.43123 secs in the future (counter #21292, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.43130 secs in the future (counter #21292, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.43143 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.43140 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.43139 secs in the future (counter #21292, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.43151 secs in the future (counter #21310, update #20758). Adjusting it to current time.
2019-07-23 22:42:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.43164 secs in the future (counter #21292, update #20758). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.52520 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.52524 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.76969 secs in the past (counter #21377, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.52516 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.52510 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.52502 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.77051 secs in the past (counter #21377, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.52510 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.52526 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.52525 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.52518 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.52509 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.77207 secs in the past (counter #21377, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.77223 secs in the past (counter #21377, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.52511 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.52501 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.77269 secs in the past (counter #21377, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.52484 secs in the past (counter #21395, update #20843). Adjusting it to current time.
2019-07-23 22:43:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.77283 secs in the past (counter #21377, update #20843). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 2.66314 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 2.66284 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 2.66295 secs in the future (counter #21388, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 2.66306 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 2.66231 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 2.66243 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 2.66255 secs in the future (counter #21388, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 2.66280 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 2.66318 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 2.66339 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 2.66352 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 2.66364 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 2.66373 secs in the future (counter #21388, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 2.66294 secs in the future (counter #21388, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 2.66300 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 2.66307 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 2.66307 secs in the future (counter #21388, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 2.66308 secs in the future (counter #21406, update #20845). Adjusting it to current time.
2019-07-23 22:43:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 2.66309 secs in the future (counter #21388, update #20845). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.64969 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.64966 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.89867 secs in the past (counter #21471, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.65094 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.65076 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.65071 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.89960 secs in the past (counter #21471, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.65062 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.65049 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.65030 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.65012 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.65002 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.90043 secs in the past (counter #21471, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.90047 secs in the past (counter #21471, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.64980 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.64964 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.90074 secs in the past (counter #21471, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.64946 secs in the past (counter #21489, update #20928). Adjusting it to current time.
2019-07-23 22:45:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.90086 secs in the past (counter #21471, update #20928). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.38241 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.38315 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.38282 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.38252 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.38315 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.38283 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.38277 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.38269 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.38261 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.38252 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.38232 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.38223 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.38215 secs in the past (counter #21578, update #21012). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.52255 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.52201 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.52184 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.52175 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.52260 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.52262 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.52280 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.52196 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.52208 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.52218 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.52196 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.52193 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:46:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.52160 secs in the future (counter #21589, update #21014). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.38624 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.38667 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.38637 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.38669 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.38649 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.38904 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.38900 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.38889 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.38880 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.38871 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.38836 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.38829 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.38811 secs in the past (counter #21674, update #21099). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.54656 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.54665 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.54667 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.54680 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.54627 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.54916 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.54934 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.54929 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.54925 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.54918 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.54886 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.54883 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:48:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.54847 secs in the future (counter #21685, update #21101). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.59202 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.59198 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.59191 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.59187 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.59181 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.59188 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.59184 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.59173 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.59164 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.59153 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.59135 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.59126 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.59120 secs in the past (counter #21769, update #21185). Adjusting it to current time.
2019-07-23 22:49:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 1.72625 secs in the future (counter #21779, update #21187). Adjusting it to current time.
2019-07-23 22:49:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 1.72468 secs in the future (counter #21779, update #21187). Adjusting it to current time.
2019-07-23 22:49:52: netdata LOG FLOOD PROTECTION too many logs (201 logs in 544 seconds, threshold is set to 200 logs in 1200 seconds). Preventing more logs from process 'netdata' for 656 seconds.
2019-07-23 23:01:48: netdata LOG FLOOD PROTECTION resuming logging from process 'netdata' (prevented 258 logs in the last 1200 seconds).
2019-07-23 23:01:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.23444 secs in the past (counter #22484, update #21864). Adjusting it to current time.
2019-07-23 23:01:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.23532 secs in the past (counter #22484, update #21864). Adjusting it to current time.
2019-07-23 23:01:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.23648 secs in the past (counter #22484, update #21864). Adjusting it to current time.
2019-07-23 23:01:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.23659 secs in the past (counter #22484, update #21864). Adjusting it to current time.
2019-07-23 23:01:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.23709 secs in the past (counter #22484, update #21864). Adjusting it to current time.
2019-07-23 23:01:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.23743 secs in the past (counter #22484, update #21864). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.46193 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.46191 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.46183 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.46172 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.46164 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.46155 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.46142 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.46135 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.46128 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.46122 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.46111 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.46105 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.46094 secs in the past (counter #22522, update #21865). Adjusting it to current time.
2019-07-23 23:01:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 2.10852 secs in the future (counter #22494, update #21866). Adjusting it to current time.
2019-07-23 23:01:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 2.10764 secs in the future (counter #22494, update #21866). Adjusting it to current time.
2019-07-23 23:01:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 2.10733 secs in the future (counter #22494, update #21866). Adjusting it to current time.
2019-07-23 23:01:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 2.10728 secs in the future (counter #22494, update #21866). Adjusting it to current time.
2019-07-23 23:01:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 2.10684 secs in the future (counter #22494, update #21866). Adjusting it to current time.
2019-07-23 23:01:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 2.10712 secs in the future (counter #22494, update #21866). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.54068 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.54060 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.83169 secs in the past (counter #22577, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.54057 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.54051 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.54045 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.83248 secs in the past (counter #22577, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.54033 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.54048 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.54039 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.54030 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.54026 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.83387 secs in the past (counter #22577, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.83397 secs in the past (counter #22577, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.54014 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.54008 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.83446 secs in the past (counter #22577, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.54002 secs in the past (counter #22611, update #21949). Adjusting it to current time.
2019-07-23 23:03:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.83481 secs in the past (counter #22577, update #21949). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.70352 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.70220 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.70196 secs in the future (counter #22589, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.70205 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.70227 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.70241 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.70242 secs in the future (counter #22589, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.70265 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.70301 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.70315 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.70329 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.70345 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.70339 secs in the future (counter #22589, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.70338 secs in the future (counter #22589, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.70350 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.70356 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.70359 secs in the future (counter #22589, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.70341 secs in the future (counter #22623, update #21951). Adjusting it to current time.
2019-07-23 23:03:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.70347 secs in the future (counter #22589, update #21951). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.58266 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.58263 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.85714 secs in the past (counter #22673, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.58257 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.58260 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.58250 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.85802 secs in the past (counter #22673, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.58264 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.58258 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.58250 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.58242 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.58236 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.85938 secs in the past (counter #22673, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.85956 secs in the past (counter #22673, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.58236 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.58227 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.86005 secs in the past (counter #22673, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.58223 secs in the past (counter #22707, update #22035). Adjusting it to current time.
2019-07-23 23:04:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.86034 secs in the past (counter #22673, update #22035). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.72979 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.72949 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.72958 secs in the future (counter #22685, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.72966 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.72988 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.72972 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.72971 secs in the future (counter #22685, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.72989 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.72993 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.72996 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.72998 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.72996 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.72998 secs in the future (counter #22685, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.72998 secs in the future (counter #22685, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.73001 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.73013 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.73024 secs in the future (counter #22685, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.73025 secs in the future (counter #22719, update #22037). Adjusting it to current time.
2019-07-23 23:04:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.73019 secs in the future (counter #22685, update #22037). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.21062 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.21056 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.50531 secs in the past (counter #22768, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.21049 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.21047 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.21053 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.50641 secs in the past (counter #22768, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.21038 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.21090 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.21080 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.21061 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.21041 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.50761 secs in the past (counter #22768, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.50765 secs in the past (counter #22768, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.21022 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.21014 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.50816 secs in the past (counter #22768, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.21007 secs in the past (counter #22802, update #22120). Adjusting it to current time.
2019-07-23 23:06:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.50852 secs in the past (counter #22768, update #22120). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 1.36982 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 1.36984 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 1.36991 secs in the future (counter #22777, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 1.36990 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 1.36997 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 1.37010 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 1.37027 secs in the future (counter #22777, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 1.37005 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 1.37065 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 1.36989 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 1.36971 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 1.36951 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 1.36936 secs in the future (counter #22777, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 1.36923 secs in the future (counter #22777, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 1.36918 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 1.36911 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 1.36901 secs in the future (counter #22777, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 1.36893 secs in the future (counter #22811, update #22122). Adjusting it to current time.
2019-07-23 23:06:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 1.36892 secs in the future (counter #22777, update #22122). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.58141 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.58161 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.89848 secs in the past (counter #22860, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.58222 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.58210 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.58187 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.89982 secs in the past (counter #22860, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.58165 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.58317 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.58299 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.58283 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.58261 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.90206 secs in the past (counter #22860, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.90210 secs in the past (counter #22860, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.58232 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.58210 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.90230 secs in the past (counter #22860, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.58183 secs in the past (counter #22894, update #22205). Adjusting it to current time.
2019-07-23 23:07:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.90244 secs in the past (counter #22860, update #22205). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.76826 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.76860 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.76859 secs in the future (counter #22872, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.76930 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.76926 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.76911 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.76915 secs in the future (counter #22872, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.76900 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.77028 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.77030 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.77024 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.77020 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.77022 secs in the future (counter #22872, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.77020 secs in the future (counter #22872, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.77009 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.76996 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.76995 secs in the future (counter #22872, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.76976 secs in the future (counter #22906, update #22207). Adjusting it to current time.
2019-07-23 23:07:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.76974 secs in the future (counter #22872, update #22207). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.62548 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.62540 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.90633 secs in the past (counter #22955, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.62535 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.62531 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.62521 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.90715 secs in the past (counter #22955, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.62512 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.62586 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.62564 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.62542 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.62520 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.90862 secs in the past (counter #22955, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.90865 secs in the past (counter #22955, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.62479 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.62458 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.90885 secs in the past (counter #22955, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.62451 secs in the past (counter #22989, update #22290). Adjusting it to current time.
2019-07-23 23:09:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.90917 secs in the past (counter #22955, update #22290). Adjusting it to current time.
2019-07-23 23:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.76963 secs in the future (counter #23001, update #22292). Adjusting it to current time.
2019-07-23 23:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.76966 secs in the future (counter #23001, update #22292). Adjusting it to current time.
2019-07-23 23:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.76970 secs in the future (counter #22967, update #22292). Adjusting it to current time.
2019-07-23 23:09:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.76969 secs in the future (counter #23001, update #22292). Adjusting it to current time.
2019-07-23 23:09:21: netdata LOG FLOOD PROTECTION too many logs (201 logs in 453 seconds, threshold is set to 200 logs in 1200 seconds). Preventing more logs from process 'netdata' for 747 seconds.
2019-07-23 23:22:50: netdata LOG FLOOD PROTECTION resuming logging from process 'netdata' (prevented 319 logs in the last 1200 seconds).
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.89183 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.89207 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 6.22857 secs in the past (counter #23804, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.89180 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.89217 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.89213 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 6.22966 secs in the past (counter #23804, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.89180 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.89159 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.89146 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.89136 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.89238 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 6.23144 secs in the past (counter #23804, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 6.23148 secs in the past (counter #23804, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.89206 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.89190 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 6.23175 secs in the past (counter #23804, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.89173 secs in the past (counter #23838, update #23058). Adjusting it to current time.
2019-07-23 23:22:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 6.23189 secs in the past (counter #23804, update #23058). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 1.07367 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 1.07388 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 1.07386 secs in the future (counter #23813, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 1.07297 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 1.07343 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 1.07360 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 1.07358 secs in the future (counter #23813, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 1.07351 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 1.07349 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 1.07346 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 1.07356 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 1.07470 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 1.07456 secs in the future (counter #23813, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 1.07442 secs in the future (counter #23813, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 1.07432 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 1.07424 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 1.07417 secs in the future (counter #23813, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 1.07407 secs in the future (counter #23847, update #23060). Adjusting it to current time.
2019-07-23 23:22:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 1.07398 secs in the future (counter #23813, update #23060). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.85702 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.85711 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 6.16280 secs in the past (counter #23895, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.85701 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.85697 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.85688 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 6.16360 secs in the past (counter #23895, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.85687 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.85682 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.85671 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.85664 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.85766 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 6.16579 secs in the past (counter #23895, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 6.16587 secs in the past (counter #23895, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.85735 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.85717 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 6.16607 secs in the past (counter #23895, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.85696 secs in the past (counter #23929, update #23142). Adjusting it to current time.
2019-07-23 23:24:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 6.16619 secs in the past (counter #23895, update #23142). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 4.00888 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 4.00855 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 4.00860 secs in the future (counter #23907, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 4.00871 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 4.00891 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 4.00890 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 4.00901 secs in the future (counter #23907, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 4.00898 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 4.00896 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 4.00887 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 4.00890 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 4.00999 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 4.00999 secs in the future (counter #23907, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 4.00996 secs in the future (counter #23907, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 4.00976 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 4.00965 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 4.00966 secs in the future (counter #23907, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 4.00952 secs in the future (counter #23941, update #23144). Adjusting it to current time.
2019-07-23 23:24:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 4.00945 secs in the future (counter #23907, update #23144). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.81975 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.81968 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 6.14499 secs in the past (counter #23990, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.81960 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.81956 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.81951 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 6.14581 secs in the past (counter #23990, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.81941 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.81869 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.81884 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.81897 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.81904 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 6.14702 secs in the past (counter #23990, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 6.14718 secs in the past (counter #23990, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.81903 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.81890 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 6.14770 secs in the past (counter #23990, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.81885 secs in the past (counter #24024, update #23227). Adjusting it to current time.
2019-07-23 23:25:49: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 6.14800 secs in the past (counter #23990, update #23227). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 3.98955 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 3.98931 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 3.98935 secs in the future (counter #24002, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 3.98954 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.98906 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 3.98887 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 3.98875 secs in the future (counter #24002, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 3.98895 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 3.98911 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 3.98922 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.98930 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.98940 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 3.98949 secs in the future (counter #24002, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 3.98957 secs in the future (counter #24002, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 3.98971 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 3.98971 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 3.98978 secs in the future (counter #24002, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 3.98975 secs in the future (counter #24036, update #23229). Adjusting it to current time.
2019-07-23 23:25:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 3.98979 secs in the future (counter #24002, update #23229). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.47894 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.47902 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.78547 secs in the past (counter #24086, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.47901 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.48025 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.48051 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.78789 secs in the past (counter #24086, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.48041 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.48032 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.48018 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.48003 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.47985 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.78865 secs in the past (counter #24086, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.78872 secs in the past (counter #24086, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.47953 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.47935 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.78892 secs in the past (counter #24086, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.47912 secs in the past (counter #24120, update #23313). Adjusting it to current time.
2019-07-23 23:27:20: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.78904 secs in the past (counter #24086, update #23313). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 2.63067 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 2.63068 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 2.63087 secs in the future (counter #24097, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 2.62990 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 2.63123 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 2.63168 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 2.63179 secs in the future (counter #24097, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 2.63192 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 2.63204 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 2.63212 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 2.63216 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 2.63215 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 2.63212 secs in the future (counter #24097, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 2.63213 secs in the future (counter #24097, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 2.63135 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 2.63129 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 2.63129 secs in the future (counter #24097, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 2.63133 secs in the future (counter #24131, update #23315). Adjusting it to current time.
2019-07-23 23:27:22: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 2.63130 secs in the future (counter #24097, update #23315). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 5.33140 secs in the past (counter #24179, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.00008 secs in the past (counter #24213, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 5.33280 secs in the past (counter #24179, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.00034 secs in the past (counter #24213, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.00016 secs in the past (counter #24213, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 5.33458 secs in the past (counter #24179, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 5.33462 secs in the past (counter #24179, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 5.33468 secs in the past (counter #24179, update #23397). Adjusting it to current time.
2019-07-23 23:28:48: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 5.33473 secs in the past (counter #24179, update #23397). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.65734 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.65762 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.65728 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.65770 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.65736 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.65720 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.65700 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.65725 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.65713 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:50: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.65689 secs in the past (counter #24214, update #23398). Adjusting it to current time.
2019-07-23 23:28:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 2.02105 secs in the future (counter #24189, update #23399). Adjusting it to current time.
2019-07-23 23:28:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 2.02117 secs in the future (counter #24189, update #23399). Adjusting it to current time.
2019-07-23 23:28:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 2.01999 secs in the future (counter #24189, update #23399). Adjusting it to current time.
2019-07-23 23:28:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 2.01995 secs in the future (counter #24189, update #23399). Adjusting it to current time.
2019-07-23 23:28:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 2.01990 secs in the future (counter #24189, update #23399). Adjusting it to current time.
2019-07-23 23:28:51: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 2.01988 secs in the future (counter #24189, update #23399). Adjusting it to current time.
2019-07-23 23:28:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 3.19204 secs in the future (counter #24225, update #23400). Adjusting it to current time.
2019-07-23 23:28:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 3.19128 secs in the future (counter #24225, update #23400). Adjusting it to current time.
2019-07-23 23:28:52: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 3.19121 secs in the future (counter #24225, update #23400). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 5.87203 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reallocated_sectors_count' on host 'nas' is 5.87206 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.sata_interface_downshift' on host 'nas' is 6.18757 secs in the past (counter #24272, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_time' on host 'nas' is 5.87200 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.udma_crc_error_count' on host 'nas' is 5.87193 secs in the past (counter #24307, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.offline_uncorrectable_sector_count' on host 'nas' is 5.87187 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.unexpected_power_loss' on host 'nas' is 6.18839 secs in the past (counter #24272, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_cycle_count' on host 'nas' is 5.87194 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.seek_error_rate' on host 'nas' is 5.87175 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.airflow_temperature_celsius' on host 'nas' is 5.87168 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.temperature_celsius' on host 'nas' is 5.87159 secs in the past (counter #24307, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.current_pending_sector_count' on host 'nas' is 5.87150 secs in the past (counter #24307, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.program_fail_count' on host 'nas' is 6.18955 secs in the past (counter #24272, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.reserved_block_count' on host 'nas' is 6.18971 secs in the past (counter #24272, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.power_on_hours_count' on host 'nas' is 5.87150 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.spin_up_retries' on host 'nas' is 5.87140 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.erase_fail_count' on host 'nas' is 6.19020 secs in the past (counter #24272, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.read_error_rate' on host 'nas' is 5.87136 secs in the past (counter #24303, update #23482). Adjusting it to current time.
2019-07-23 23:30:19: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'netdata.runtime_smartd_log' on host 'nas' is 6.19056 secs in the past (counter #24272, update #23482). Adjusting it to current time.
2019-07-23 23:30:21: netdata INFO  : PLUGINSD[python.d] : RRD database for chart 'smartd_log.start_stop_count' on host 'nas' is 4.02666 secs in the future (counter #24315, update #23484). Adjusting it to current time.
2019-07-23 23:30:21: netdata LOG FLOOD PROTECTION too many logs (201 logs in 451 seconds, threshold is set to 200 logs in 1200 seconds). Preventing more logs from process 'netdata' for 749 seconds.
@aleks-mariusz aleks-mariusz added bug needs triage Issues which need to be manually labelled labels Jul 24, 2019
@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

Hey @aleks-mariusz

So you are saying that the only enabled python collector is smartd_log?

This is strange because smard_log is very light.

How it works - it reads only one line and only if the log files is modified every update_every.

@handle_error(OSError)
def is_changed(self):
return self.size != os.path.getsize(self.path)
@handle_error(OSError)
def is_active(self, current_time, limit):
return (current_time - os.path.getmtime(self.path)) / 60 < limit
@handle_error(OSError)
def read(self):
self.size = os.path.getsize(self.path)
return read_last_line(self.path)

read last line func

def read_last_line(f):
with open(f, 'rb') as opened:
opened.seek(-2, 2)
while opened.read(1) != b'\n':
opened.seek(-2, 1)
if opened.tell() == 0:
break
result = opened.readline()
return result.decode()

Maybe the func is bugged, but this is very unlikely. However you can test the func in the python interpreter.


netdata v1.15.0

Could you update to the latest and see if the problem is sovled or not.

@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

@aleks-mariusz have you tried to run python.d in debug mode ?

./python.d.plugin debug smartd_log

@aleks-mariusz
Copy link
Author

aleks-mariusz commented Jul 24, 2019

Hey @aleks-mariusz

So you are saying that the only enabled python collector is smartd_log?

This is strange because smard_log is very light.

i would imagine it should be pretty lightweight, however, the graph below shows a gradually increasing execution time for this collector specifically..

netdata-cpu-pythondplugin2

And this corresponds fairly well with the gradual rate of increase in CPU consumption of the python.d plugin..

netdata-cpu-increasing

these is a corresponding with time spent in interrupts on the rise, but these are LOC interrupt which just means the system is becoming more busy handling multithreading

netdata-interrupts-increasing

Seems not unreasonable to thus suspect the smartd collector code (the other 2 runtimes that python.d is reporting on with its self-monitoring graph are runtime_postfix_local and netdata.runtime_sensors and these look well behaved):

netdata-cpu-pythond-all-collectors

netdata v1.15.0

Could you update to the latest and see if the problem is sovled or not.

Considering neither file you linked to has changed since 1.15.0 was released, i'm doubtful that it's been fixed :-) However, if you have an RPM of say a nightly build you can point me to, i can give it a try and rollback easily if it doesn't solve things..

have you tried to run python.d in debug mode ?

./python.d.plugin debug smartd_log

Nothing in the output of running the above jumps out at me as unusual. I see it polling pretty frequently.. which seems unecessary as smartd attributes don't typically change within seconds of each other and take on the order of a minute or two to update.. However again the symptom happens very gradually and takes several hours to manifest (the CPU usage gradually creeps very roughly at 10% usage increase every hour or two?)

@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

I see it polling pretty frequently.. which seems unecessary as smartd attributes don't typically change within seconds of each other and take on the order of a minute or two to update..

it returns cached data. As i said it reads one line (last one) and only if the file is changed.

changed = disk.log_file.is_changed()
if changed is None:
disk.alive = False
continue
if changed and disk.populate_attrs() is None:
disk.alive = False
continue

@handle_error(OSError)
def is_changed(self):
return self.size != os.path.getsize(self.path)

@handle_error(OSError)
def read(self):
self.size = os.path.getsize(self.path)
return read_last_line(self.path)

@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

Lets try to debug it.

if changed and disk.populate_attrs() is None:
disk.alive = False
continue

You can add self.debug('some text') right after line 643 to see that it reads file if there is new line. How often smartd logs to the files btw?

@ilyam8 ilyam8 added area/external/python and removed needs triage Issues which need to be manually labelled labels Jul 24, 2019
@ilyam8 ilyam8 self-assigned this Jul 24, 2019
@aleks-mariusz
Copy link
Author

aleks-mariusz commented Jul 24, 2019

How often smartd logs to the files? Sorry, which files specifically are we asking about? The CSV ones in /var/log/smartd? they each look to be receiving a new line every minute and a half..

possibly relatedly, from this graph at the normal time-scale, the execution value currently hovers during "idle" currently at roughly 360ms (!), then that starts to spike every 90 seconds to a value about 10x as much in a second, then 5 seconds later it returns to the "low" value of 360ms.. there are also syncopated tiny bumps (barely reaching an execution value time of 500ms), roughly 60 seconds apart..

netdata-cpu-pythondplugin-zoomed-in

there's a clear correlation between how often smartd is writing to the CSV files and the spike and accompanying gaps.. but what's more concerning is that between those spikes the "idle" time it hovering at continually increases higher and higher.. THIS is the cause of the gradual CPU usage increase..

i am guessing there's something with the way the python code is handling my huge CSV files, that only grow (the largest of my CSV files is almost 60M and there are 12 of them, as evident from the upward trend of CPU usage by python.d that mirror image matches the execution time for the graph for smartd in a previous comment:

netdata-cpu-pythondplugin-upward-trend

Attaching the log output of the debug run after the code change:

--- smartd_log.chart.py.bak     2019-05-21 17:18:22.000000000 +0100
+++ smartd_log.chart.py 2019-07-24 18:22:10.768899117 +0100
@@ -641,6 +641,7 @@
                 continue

             if changed and disk.populate_attrs() is None:
+                self.debug('some text')
                 disk.alive = False
                 continue

@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

could you do

ls /var/log/smartd

@aleks-mariusz
Copy link
Author

aleks-mariusz commented Jul 24, 2019

total 624004K
-rw-r--r-- 1 root root 53618678 Jul 24 20:40 INTEL_SSDSA2BW160G3-CVPR1xxxxxXZ160DGN.ata.csv
-rw-r--r-- 1 root root 53267997 Jul 24 20:40 INTEL_SSDSA2BW160G3-CVPR1xxxxxJA160DGN.ata.csv
-rw-r--r-- 1 root root 61591677 Jul 24 20:40 INTEL_SSDSA2BZ100G3-CVLV1xxxxxDA100AGN.ata.csv
-rw-r--r-- 1 root root 13836853 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 58176078 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 56433935 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 58116138 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 57833446 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 43755268 Jun  4 00:31 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 57924371 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 56474175 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv
-rw-r--r-- 1 root root 57757573 Jul 24 20:40 ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv```

@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

@aleks-mariusz could you test the fix?

@aleks-mariusz
Copy link
Author

applied the fix and restarted netdata on my nas.. will leave this running overnight, will report back tomorrow morning (i'm in GMT+1) how it looks.. by then should be pretty evident if the plugin's process is requiring more cycles as per the symptom described above,

@ilyam8
Copy link
Member

ilyam8 commented Jul 24, 2019

We can test it very fast

Change the value to 1

  • undo the fix, restart netdata, ensure that cpu usage increases very quickly
  • apply the fix, restart netdata (DEF_RESCAN_INTERVAL should be 1), ensure that cpu usage is low and stable

@aleks-mariusz
Copy link
Author

aleks-mariusz commented Jul 25, 2019

hey clever thinking about changing the rescan interval to expedite the simulation..

however it was late in the day and it didn't occur to me, plus i just thought the easiest, most realistic test would be with all the other settings and values as is (only the patch applied)..

in any case, i am happy to confirm that CPU usage has remained low and has not crept up at all any more, so your reasoning for the fix was spot on!

Screen Shot 2019-07-25 at 8 37 03 AM

now the execution time is fairly consistent and doesn't show any upward trend over the time frame above and previously of 90 minutes..

I have to ask though, what's the reason for the re.sub() deduplicating of the underscores in the first place, that the fix still preserve but saves a raw_name w/o any modification ?

@ilyam8
Copy link
Member

ilyam8 commented Jul 25, 2019

i want to keep name clean because it is used as dimension name

dim = [
'{0}_{1}'.format(disk.name, attr.name),
disk.name,
CHARTS[chart_id]['algo'],
]

ST4000NM0033_49Y6003_49Y6006IBM-xxxxxxxx.ata.csv

looks better then

ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv

@ilyam8 ilyam8 added this to the v1.17-rc2 milestone Jul 25, 2019
@ilyam8
Copy link
Member

ilyam8 commented Jul 25, 2019

ST4000NM0033_________49Y6003_49Y6006IBM-xxxxxxxx.ata.csv

raw_name is needed because we check if the disk log file is already collected before Disk objcet is created

def create_disk_from_file(self, full_name, current_time):
if not full_name.endswith(CSV):
self.debug('skipping {0}: not a csv file'.format(full_name))
return None
name = os.path.basename(full_name).split('.')[-3]
path = os.path.join(self.log_path, full_name)
if name in self.disks:
self.debug('skipping {0}: already in disks'.format(full_name))
return None

if name in self.disks

@aleks-mariusz
Copy link
Author

aleks-mariusz commented Jul 25, 2019

awesome explanation! thanks for being so thorough, recognizing the issue so quickly and resolving it with 24 hours of reporting it.. i <3 netdata and it's good to see it's in good hands! Looking forward to v1.17 being released (as an RPM one day)! :-D

@cakrit
Copy link
Contributor

cakrit commented Jul 25, 2019

Looking forward to v1.17 being released (as an RPM one day)! :-D

What do you mean "one day"? https://packagecloud.io/netdata/netdata !!!

@ilyam8 ilyam8 added collectors/python.d area/collectors Everything related to data collection and removed area/external/python labels Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection bug collectors/python.d
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants