{"id":35,"date":"2017-03-02T13:31:13","date_gmt":"2017-03-02T13:31:13","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=35"},"modified":"2018-01-25T06:15:25","modified_gmt":"2018-01-25T12:15:25","slug":"check-filesystems-files-hosts-and-custom-scripts-with-monit","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/","title":{"rendered":"Check filesystems, files, hosts and custom scripts with Monit"},"content":{"rendered":"<div id=\"linux-3524819105\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p><a href=\"https:\/\/mmonit.com\/\" target=\"_blank\" rel=\"noopener\">Monit<\/a> is a free and open source monitoring system for Linux. It&#8217;s one of the essential tools a sysadmin must have. Use the following examples to create your own checks and your own conditions that will suit your need.<\/p>\n<p>So, let&#8217;s begin.<\/p>\n<p>With Monit, you can check a certain filesystem. As we are using include \/etc\/monit.d\/* (it&#8217;s just another way of configuring Monit, you can put all of this in \/etc\/monit.conf too), we need to first create the appropriate file for the check we are about to configure. You can also name the file to your liking, it does not have to be the same as the example.<\/p>\n<p><!--more--><\/p>\n<p>Create and edit the file using your favorite text editor as follows:<\/p>\n<pre># vim \/etc\/monit.d\/fs_check<\/pre>\n<p><code>check filesystem my_fs with path \/<br \/>\n#\u00a0\u00a0\u00a0 if failed permission 660 then unmonitor<br \/>\n#\u00a0\u00a0\u00a0 if failed uid root then unmonitor<br \/>\n#\u00a0\u00a0\u00a0 if failed gid disk then unmonitor<br \/>\n#\u00a0\u00a0\u00a0 if space usage &gt; 80% for 5 times within 15 cycles then alert<br \/>\nif space usage &gt; 50% then alert<br \/>\nif inode usage &gt; 30000 then alert<br \/>\nif inode usage &gt; 99% then stop<br \/>\n<\/code><\/p>\n<p>Monit can also do various checks for a certain file. We will setup an SSL certificate&#8217;s permissions check. The configuration is pretty straightforward, and it goes as follows:<\/p>\n<pre># vim \/etc\/monit.d\/cert_check<\/pre>\n<p><code>check file certificate with path \"\/root\/ssl\/mydomain.tld.crt\"<br \/>\nif failed permission 0700 then alert<\/code><\/p>\n<p>Another example where Monit can do a file size check. Create and edit the corresponding file as follows:<\/p>\n<pre># vim \/etc\/monit.d\/file_check<\/pre>\n<p><code>check file important with path \"\/root\/packages\/test\"<br \/>\nif size &gt; 1000 KB then alert<\/code><\/p>\n<p>Monit can also monitor a remote machine. In this example we will configure Monit to check different ports on a certain machine:<\/p>\n<pre># vim \/etc\/monit.d\/host1<\/pre>\n<p><code>check host dns1 with address 111.111.111.111<br \/>\nif failed icmp type echo count 3 with timeout 3 seconds then alert<br \/>\nif failed port 53 protocol dns with timeout 5 seconds then alert<br \/>\nif failed port 22 protocol ssh with timeout 3 seconds then alert<br \/>\nif failed port 80 protocol http with timeout 5 seconds then alert<\/code><\/p>\n<p>In the example below we are checking for certain ports as well as an URL:<\/p>\n<pre># vim \/etc\/monit.d\/host2<\/pre>\n<p><code>check host my_host with address 11.22.33.44<br \/>\nif failed port 22 protocol ssh with timeout 5 seconds then unmonitor<br \/>\nif failed port 80 protocol http with timeout 5 seconds then unmonitor<br \/>\nif failed url http:\/\/11.22.33.44\/test.txt then alert<\/code><\/p>\n<p>Monit can also check for an exit status of a custom script file:<\/p>\n<pre># vim \/etc\/monit.d\/program<\/pre>\n<p><code>check program stat_check with path \"\/root\/packages\/test.sh\"<br \/>\nif status &gt; 0 then alert<\/code><\/p>\n<p>Of course, you don\u2019t have to do any of this if you use one of our <a href=\"https:\/\/linuxhostsupport.com\/software-installation.html\">Software Installation Services<\/a>, in which case you can simply ask our expert Linux admins to setup this for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.<\/strong><\/span> If you liked this post, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p><div id=\"linux-703220779\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Monit is a free and open source monitoring system for Linux. It&#8217;s one of the essential tools a sysadmin must have. Use the following examples to create your own checks and your own conditions that will suit your need. So, let&#8217;s begin. With Monit, you can check a certain filesystem. As we are using include [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":37,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[79,14,15],"class_list":["post-35","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-linux-host-support","tag-monit","tag-monitoring"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Check filesystems, files, hosts and custom scripts with Monit | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"Monit is a free and open source monitoring system for Linux. It&#039;s one of the essential tools a sysadmin must have. Use the following examples to create\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Check filesystems, files, hosts and custom scripts with Monit | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"Monit is a free and open source monitoring system for Linux. It&#039;s one of the essential tools a sysadmin must have. Use the following examples to create\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2017-03-02T13:31:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-25T12:15:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/03\/monit.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"Check filesystems, files, hosts and custom scripts with Monit\",\"datePublished\":\"2017-03-02T13:31:13+00:00\",\"dateModified\":\"2018-01-25T12:15:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/\"},\"wordCount\":309,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/monit.jpg\",\"keywords\":[\"Linux host support\",\"monit\",\"monitoring\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/\",\"name\":\"Check filesystems, files, hosts and custom scripts with Monit | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/monit.jpg\",\"datePublished\":\"2017-03-02T13:31:13+00:00\",\"dateModified\":\"2018-01-25T12:15:25+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"Monit is a free and open source monitoring system for Linux. It's one of the essential tools a sysadmin must have. Use the following examples to create\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/monit.jpg\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/monit.jpg\",\"width\":1200,\"height\":600,\"caption\":\"monit\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/check-filesystems-files-hosts-and-custom-scripts-with-monit\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Check filesystems, files, hosts and custom scripts with Monit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Check filesystems, files, hosts and custom scripts with Monit | LinuxHostSupport","description":"Monit is a free and open source monitoring system for Linux. It's one of the essential tools a sysadmin must have. Use the following examples to create","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/","og_locale":"en_US","og_type":"article","og_title":"Check filesystems, files, hosts and custom scripts with Monit | LinuxHostSupport","og_description":"Monit is a free and open source monitoring system for Linux. It's one of the essential tools a sysadmin must have. Use the following examples to create","og_url":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2017-03-02T13:31:13+00:00","article_modified_time":"2018-01-25T12:15:25+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/03\/monit.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"Check filesystems, files, hosts and custom scripts with Monit","datePublished":"2017-03-02T13:31:13+00:00","dateModified":"2018-01-25T12:15:25+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/"},"wordCount":309,"commentCount":0,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/03\/monit.jpg","keywords":["Linux host support","monit","monitoring"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/","url":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/","name":"Check filesystems, files, hosts and custom scripts with Monit | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/03\/monit.jpg","datePublished":"2017-03-02T13:31:13+00:00","dateModified":"2018-01-25T12:15:25+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"Monit is a free and open source monitoring system for Linux. It's one of the essential tools a sysadmin must have. Use the following examples to create","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/03\/monit.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/03\/monit.jpg","width":1200,"height":600,"caption":"monit"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/check-filesystems-files-hosts-and-custom-scripts-with-monit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Check filesystems, files, hosts and custom scripts with Monit"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":3,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/35\/revisions"}],"predecessor-version":[{"id":380,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/35\/revisions\/380"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/37"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}