Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-26 | Multiple CPU support for cpu_usage (#209) | eplanet | 12 | -0/+62 | |
This change addresses the issue #199 asking for multiple CPU support. It takes an arbitrary CPU number and outputs its usage using the same arithmetics as for CPU aggregation. It currently doesn't support FreeBSD. | |||||
2016-11-19 | Adding documentation for PR #179 (#182) | eplanet | 2 | -0/+0 | |
2016-11-16 | Merge pull request #179 from mihaicmn/feature-threshold-format | Michael Stapelberg | 11 | -0/+59 | |
Provide format_above_threshold/format_below_threshold options | |||||
2016-11-15 | Add unit tests for threshold format | Mihai Coman | 11 | -0/+59 | |
2016-11-14 | Added test case for run_watch | eplanet | 3 | -0/+16 | |
The valid test case assumes pid 1 exists, which should always be true on Unix environment. | |||||
2016-11-14 | Added unit test case for path_exists | eplanet | 2 | -0/+15 | |
2016-11-14 | Added unit test case for CPU temperature | eplanet | 3 | -0/+12 | |
2016-11-14 | Unit testing in Travis (#170) | eplanet | 3 | -0/+15 | |