Advertisement
markr468

graphs1090-nomessagerate

Dec 26th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. pi@piaware:~ $ sudo systemctl restart collectd
  2. pi@piaware:~ $ sudo journalctl --no-pager -u collectd | tail -n40
  3. Dec 26 17:48:18 piaware collectd[1122]: python plugin: Found a configuration for the "system_stats" plugin, but the plugin isn't loaded or didn't register a configuration callback.
  4. Dec 26 17:48:18 piaware systemd[1]: collectd.service: Main process exited, code=exited, status=1/FAILURE
  5. Dec 26 17:48:18 piaware systemd[1]: collectd.service: Failed with result 'exit-code'.
  6. Dec 26 17:48:18 piaware systemd[1]: Failed to start Statistics collection and monitoring daemon.
  7. Dec 26 17:48:25 piaware systemd[1]: Stopped Statistics collection and monitoring daemon.
  8. Dec 26 17:48:25 piaware systemd[1]: Starting Statistics collection and monitoring daemon...
  9. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "syslog" successfully loaded.
  10. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "rrdtool" successfully loaded.
  11. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "table" successfully loaded.
  12. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "interface" successfully loaded.
  13. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "cpu" successfully loaded.
  14. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "aggregation" successfully loaded.
  15. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "match_regex" successfully loaded.
  16. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "df" successfully loaded.
  17. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "disk" successfully loaded.
  18. Dec 26 17:48:27 piaware collectd[1490]: plugin_load: plugin "python" successfully loaded.
  19. Dec 26 17:48:27 piaware collectd[1490]: Systemd detected, trying to signal readyness.
  20. Dec 26 17:48:27 piaware systemd[1]: Started Statistics collection and monitoring daemon.
  21. Dec 26 17:48:27 piaware collectd[1490]: Initialization complete, entering read-loop.
  22. Dec 26 17:52:46 piaware collectd[1490]: Exiting normally.
  23. Dec 26 17:52:46 piaware collectd[1490]: collectd: Stopping 5 read threads.
  24. Dec 26 17:52:46 piaware collectd[1490]: collectd: Stopping 1 write threads.
  25. Dec 26 17:52:46 piaware systemd[1]: Stopping Statistics collection and monitoring daemon...
  26. Dec 26 17:52:46 piaware collectd[1490]: rrdtool plugin: Shutting down the queue thread.
  27. Dec 26 17:52:50 piaware systemd[1]: collectd.service: Succeeded.
  28. Dec 26 17:52:50 piaware systemd[1]: Stopped Statistics collection and monitoring daemon.
  29. Dec 26 17:52:50 piaware systemd[1]: Starting Statistics collection and monitoring daemon...
  30. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "syslog" successfully loaded.
  31. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "rrdtool" successfully loaded.
  32. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "table" successfully loaded.
  33. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "interface" successfully loaded.
  34. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "cpu" successfully loaded.
  35. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "aggregation" successfully loaded.
  36. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "match_regex" successfully loaded.
  37. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "df" successfully loaded.
  38. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "disk" successfully loaded.
  39. Dec 26 17:52:51 piaware collectd[8309]: plugin_load: plugin "python" successfully loaded.
  40. Dec 26 17:52:51 piaware collectd[8309]: Systemd detected, trying to signal readyness.
  41. Dec 26 17:52:51 piaware collectd[8309]: Initialization complete, entering read-loop.
  42. Dec 26 17:52:51 piaware systemd[1]: Started Statistics collection and monitoring daemon.
  43. pi@piaware:~ $ sudo /usr/share/graphs1090/graphs1090.sh
  44. 9797 (process ID) old priority 0, new priority 19
  45. 619x324
  46. 619x324
  47. 619x324
  48. 619x324
  49. ERROR: invalid right-axis format expected scale:shift
  50. mv: cannot stat '/run/graphs1090/dump1090-localhost-local_rate-24h.png.tmp': No such file or directory
  51. ERROR: invalid right-axis format expected scale:shift
  52. mv: cannot stat '/run/graphs1090/dump1090-localhost-local_trailing_rate-24h.png.tmp': No such file or directory
  53. 619x324
  54. 619x324
  55. 619x324
  56. 619x324
  57. 619x324
  58. 619x324
  59. 1258x327
  60. 619x324
  61. 619x324
  62. 619x324
  63. 619x324
  64. 619x324
  65. 619x324
  66. pi@piaware:~ $ sudo systemctl restart graphs1090
  67. pi@piaware:~ $
  68.  
  69. pi@piaware:~ $ cat /etc/os-release
  70. PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
  71. NAME="Raspbian GNU/Linux"
  72. VERSION_ID="10"
  73. VERSION="10 (buster)"
  74. VERSION_CODENAME=buster
  75. ID=raspbian
  76. ID_LIKE=debian
  77. HOME_URL="http://www.raspbian.org/"
  78. SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
  79. BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement