diff options
author | Aaron Marcher <info@nulltime.net> | 2016-11-16 21:20:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 21:20:26 +0100 |
commit | 1a143566e60d63435c7504382a717e0503decb47 (patch) | |
tree | d6606a62db4a5b45415cb73b834768bf3706e46b /config.def.h | |
parent | bcd5732b04d5b8b6572b2d1f122a2762316ea476 (diff) | |
parent | c3eb0c401200320151770680b9291197e759bfc9 (diff) |
Merge pull request #30 from TheMRod/master
Add a "uname -r" feature to see which kernel is running
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index bc2835c..47e05f0 100644 --- a/config.def.h +++ b/config.def.h @@ -19,6 +19,7 @@ - gid (gid of current user) [argument: NULL] - hostname [argument: NULL] - ip (ip address) [argument: interface] +- kernel_release (uname -r) [argument: NULL] - load_avg (load average) [argument: NULL] - ram_free (free ram in GB) [argument: NULL] - ram_perc (ram usage in percent) [argument: NULL] |