Sysanalytics
This is a skill to be used with opsdroid - it will keep track of your system status. It will keep track of memory and cpu usage and which processes are running. Then the data will be displayed in a nice graphlike way.
Refactor class to handle image creation directly from auxiliary method
Update documentation for new methods
Create method to get graph of specific date
Shows graph of daily usage for % of RAM and CPU
Update readme with all the functions available
Create graph from analytics
Create basic data structure for collected analytics
Puts into database the date, time, cpu usage % and ram usage %
Fix issue with hours of uptime not being shown properly
Test skill on raspberry pi and compare with glances - looks good!
Get details of how long the machine has been running and when was the last reboot
Play around with datetime and timedeltas
Create async function to show network status
Create async function to show disk status
Create async function to show config status
Create async function to show cpu status
Create async function to show memory status
Plan the skeleton for the opsdroid skill
Set up repository for skill