diff --git a/README.md b/README.md index b96f5c4..71d4106 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # check_linux_memory -Naemon/Icinga/Nagios-Plugin to check Linux memory/swap \ No newline at end of file +Naemon/Icinga/Nagios-Plugin to check Linux memory/swap + +## Some helpful links +- https://www.thegeekdiary.com/understanding-proc-meminfo-file-analyzing-memory-utilization-in-linux/ +- (RH6) https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-meminfo +- https://linuxwiki.de/proc/meminfo +- Active/Inactive: https://stackoverflow.com/questions/45487506/what-is-inactivefile-and-activefile-in-proc-meminfo +