Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added disk functions for details | Aaron Marcher | 2016-06-10 | 1 | -0/+6 |
| | |||||
* | hostname function | Aaron Marcher | 2016-06-10 | 1 | -0/+1 |
| | |||||
* | added ip address function | Aaron Marcher | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | added entropy | Aaron Marcher | 2016-06-03 | 1 | -0/+2 |
| | |||||
* | Changes to documentation and new screenshot. | Aaron Marcher | 2016-03-20 | 1 | -7/+7 |
| | | | | | | | - Better README.md - Headlines in all files - CONTRIBUTING.md - New screenshot | ||||
* | Easier info function names | Aaron Marcher | 2016-03-18 | 1 | -9/+9 |
| | | | | | | | | All the info function names started with "get_", which I removed to make it easier for the user to configure the program to its needs. Additionally I renamed some functions (e.g. get_ram_usage) to better names, making it easier to extend the program with ram usage / total functions. | ||||
* | completely new system: only values in config file get updated + cleaner code | Aaron Marcher | 2016-03-14 | 1 | -24/+20 |
| | |||||
* | Add diskusage support | Daniel Walter | 2016-03-11 | 1 | -2/+6 |
| | | | | add support to show used disk for a given mountpoint | ||||
* | fixed some small things (update_interval) interferes with get_cpu_usage() ↵ | Aaron Marcher | 2016-03-10 | 1 | -2/+2 |
| | | | | and reordered) | ||||
* | add update_interval | Daniel Walter | 2016-03-10 | 1 | -0/+3 |
| | | | | add a short sleep to reduce load | ||||
* | simplified config.def.h | Aaron Marcher | 2016-03-10 | 1 | -1/+9 |
| | |||||
* | changed to easier variable names | Aaron Marcher | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | fixed some memory leaks | Roy Freytag | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | added config.def.h handling and fixed typo | Aaron Marcher | 2016-03-04 | 1 | -0/+22 |