{"id":939,"date":"2017-12-14T15:11:53","date_gmt":"2017-12-14T15:11:53","guid":{"rendered":"https:\/\/pandorafms.com\/library\/?p=939"},"modified":"2017-12-14T15:14:05","modified_gmt":"2017-12-14T15:14:05","slug":"disk-space","status":"publish","type":"post","link":"https:\/\/pandorafms.com\/library\/disk-space\/","title":{"rendered":"Disk Space"},"content":{"rendered":"<p>Show amount of disk space free or used.<\/p>\n<h2>Module data<\/h2>\n<pre>\r\nmodule_begin\u00a0\r\nmodule_name dsk_home_free\u00a0\r\nmodule_type generic_data\u00a0\r\nmodule_exec df -kh \/home | tail -1 | awk '{NF--; print 100-$NF }'\u00a0\r\nmodule_max 100\u00a0\r\nmodule_min 0\u00a0\r\nmodule_description Free disk (%) of home partition\u00a0\r\nmodule_end<\/pre>\n<pre>\r\nmodule_begin\u00a0\r\nmodule_name dsk_root_free\u00a0\r\nmodule_type generic_data\u00a0\r\nmodule_exec df -kh \/ | tail -1 | awk '{NF--; print 100-$NF }'\u00a0\r\nmodule_max 100\u00a0\r\nmodule_min 0\u00a0\r\nmodule_description Free disk (%) of root partition\u00a0\r\nmodule_end<\/pre>\n<p>\u00a0<\/p>\n<p>If you want the % of disk usage, remove the 100 and add a tr -d to remove the % sign:\u00a0<\/p>\n<p>ex:\u00a0<\/p>\n<pre>module_exec df -kh \/ | tail -1 | awk '{NF--; print $NF }' | tr -d \"%\"<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Show amount of disk space free or used. Module data module_begin\u00a0 module_name dsk_home_free\u00a0 module_type generic_data\u00a0 module_exec df -kh \/home | tail -1 | awk &#8216;{NF&#8211;; print 100-$NF }&#8217;\u00a0 module_max 100\u00a0 module_min 0\u00a0 module_description Free disk (%) of home partition\u00a0 module_end module_begin\u00a0 module_name dsk_root_free\u00a0 module_type generic_data\u00a0 module_exec df -kh \/ | tail -1 | awk &#8216;{NF&#8211;; [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[25,6],"tags":[228],"_links":{"self":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/posts\/939"}],"collection":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/comments?post=939"}],"version-history":[{"count":0,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/posts\/939\/revisions"}],"wp:attachment":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/media?parent=939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/categories?post=939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/tags?post=939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}