{"id":16737,"date":"2015-01-17T13:25:03","date_gmt":"2015-01-17T19:25:03","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=16737"},"modified":"2022-06-03T03:46:24","modified_gmt":"2022-06-03T08:46:24","slug":"how-to-install-munin-on-an-ubuntu-14-04-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/","title":{"rendered":"How to install Munin on an Ubuntu 14.04 VPS"},"content":{"rendered":"
<\/div>

\"muninMunin<\/strong> is an open source system monitoring, network monitoring and infrastructure monitoring application written in Perl, used to monitor the performance of your server, applications and more. Munin uses the RRDtool to create graphs which are accessible over a web browser. Also, Munin can be configured to send alerts when some service\/application etc. is not working and Munin will automatically send an additional email alert once the problem has been resolved.
\nTo install<\/strong>\u00a0Munin on an Ubuntu VPS<\/a><\/strong> follow the very easy steps described below.<\/p>\n

<\/p>\n

Make sure your Ubuntu 14.04 Linux VPS<\/a><\/strong> is fully up to date using:<\/p>\n

apt-get update\r\napt-get upgrade<\/pre>\n

Munin requires that Apache2 is installed and running on the VPS you will use for monitoring, so if it is not installed, run the following command to install it:<\/p>\n

apt-get install apache2<\/pre>\n

Install Munin<\/h4>\n

Install Munin and extra plugins using the following command:<\/p>\n

apt-get install munin munin-node munin-plugins-extra<\/pre>\n

Create a backup of the original Apache configuration file for Munin, or rename it:<\/p>\n

mv \/etc\/munin\/apache.conf \/etc\/munin\/apache.conf.orig<\/p>\n

Edit the ‘\/etc\/munin\/apache.conf’ configuration file and add the following lines:<\/p>\n

vi \/etc\/munin\/apache.conf<\/pre>\n
<VirtualHost *:80>\r\n   ServerName munin.your-domain.com\r\n   ServerAlias www.munin.your-domain.com\r\n   ServerAdmin yours@email.com\r\n      DocumentRoot \"\/var\/cache\/munin\/www\"\r\n      DirectoryIndex index.html\r\n\r\n   <Directory \"\/var\/cache\/munin\/www\">\r\n      Options Indexes Includes FollowSymLinks MultiViews\r\n      AllowOverride AuthConfig\r\n      AuthUserFile \/etc\/munin\/htpasswd\r\n      AuthName \"munin\"\r\n      AuthType Basic\r\n      Require valid-user\r\n      Order allow,deny\r\n      Allow from all\r\n   <\/Directory>\r\n\r\n   CustomLog \/var\/log\/apache2\/munin.your-domain.com-access.log combined\r\n   ErrorLog \/var\/log\/apache2\/munin.your-domain.com-error.log\r\n\r\n   <Directory \"\/etc\/munin\/static\">\r\n      Require all granted\r\n   <\/Directory>\r\n\r\n   <Directory \"\/usr\/lib\/munin\/cgi\">\r\n      Options +ExecCGI\r\n      Require all granted\r\n   <IfModule mod_fcgid.c>\r\n      SetHandler fcgid-script\r\n   <\/IfModule>\r\n   <IfModule !mod_fcgid.c>\r\n      SetHandler cgi-script\r\n   <\/IfModule>\r\n   <\/Directory>\r\n<\/VirtualHost><\/pre>\n

Create an output directory for the Munin graphs and data:<\/p>\n

mkdir -p \/var\/cache\/munin\/www\/<\/pre>\n

The Munin user needs to be able to write to files and directories inside the \u2018\/var\/cache\/munin\/www\u2019 directory, so it can easily be accomplished by executing the following command:<\/p>\n

chown munin:munin -R \/var\/cache\/munin\/www<\/pre>\n

Create a backup of the original Munin configuration file:<\/p>\n

cp \/etc\/munin\/munin.conf \/etc\/munin\/munin.conf.orig<\/pre>\n

Edit the Munin configuration file and add\/modify the following lines:<\/p>\n

vi \/etc\/munin\/munin.conf<\/pre>\n
dbdir \/var\/lib\/munin\r\nhtmldir \/var\/cache\/munin\/www\r\nlogdir \/var\/log\/munin\r\nrundir \/var\/run\/munin\r\ntmpldir \/etc\/munin\/templates\r\n\r\nincludedir \/etc\/munin\/conf.d\r\n\r\ngraph_strategy cron\r\ncgiurl_graph \/munin-cgi\/munin-cgi-graph\r\nhtml_strategy cron\r\n\r\n[localhost]\r\n    address 127.0.0.1\r\n    use_node_name yes<\/pre>\n

Run the following command to set a password for the Munin administrator user:<\/p>\n

htpasswd -c \/etc\/munin\/htpasswd munin<\/pre>\n

This is important to keep your Munin output directory and the files in it private from search engines and unauthorized users.<\/p>\n

Restart Munin and Apache services for the changes to take effect:<\/p>\n

service munin-node restart\r\nservice apache2 restart<\/pre>\n

It might take a couple of minutes for Munin to generate the graphs and html files. Then, open Munin at http:\/\/munin.your-domain.com using ‘munin’ as username and the previously generated munin password as password and you will be able to access Munin graphs and data:<\/p>\n

\"munin<\/p>\n

That is it. The Munin installation is now complete. Of course you don\u2019t have to do any of this if you use one of our Managed Linux VPS Hosting services<\/a>, in which case you can simply ask our expert Linux admins to install Munin<\/strong> for you. They are available 24×7 and will take care of your request immediately.<\/p>\n

PS<\/span>.<\/strong> 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>\n","protected":false},"excerpt":{"rendered":"

Munin is an open source system monitoring, network monitoring and infrastructure monitoring application written in Perl, used to monitor the … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":16739,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1703,13,1698],"tags":[701,702],"yoast_head":"\nHow to install Munin on an Ubuntu 14.04 VPS - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2015-01-17T19:25:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:46:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png\" \/>\n\t<meta property=\"og:image:width\" content=\"305\" \/>\n\t<meta property=\"og:image:height\" content=\"80\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\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:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to install Munin on an Ubuntu 14.04 VPS\",\"datePublished\":\"2015-01-17T19:25:03+00:00\",\"dateModified\":\"2022-06-03T08:46:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\"},\"wordCount\":425,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png\",\"keywords\":[\"install Munin\",\"install Munin on Ubuntu\"],\"articleSection\":[\"Security\",\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\",\"name\":\"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png\",\"datePublished\":\"2015-01-17T19:25:03+00:00\",\"dateModified\":\"2022-06-03T08:46:24+00:00\",\"description\":\"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png\",\"width\":305,\"height\":80,\"caption\":\"munin vps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Munin on an Ubuntu 14.04 VPS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting","description":"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting","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:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting","og_description":"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2015-01-17T19:25:03+00:00","article_modified_time":"2022-06-03T08:46:24+00:00","og_image":[{"width":305,"height":80,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png","type":"image\/png"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to install Munin on an Ubuntu 14.04 VPS","datePublished":"2015-01-17T19:25:03+00:00","dateModified":"2022-06-03T08:46:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/"},"wordCount":425,"commentCount":3,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png","keywords":["install Munin","install Munin on Ubuntu"],"articleSection":["Security","Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/","name":"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png","datePublished":"2015-01-17T19:25:03+00:00","dateModified":"2022-06-03T08:46:24+00:00","description":"How to install Munin on an Ubuntu 14.04 VPS - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/01\/munin-vps.png","width":305,"height":80,"caption":"munin vps"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-munin-on-an-ubuntu-14-04-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Munin on an Ubuntu 14.04 VPS"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/16737"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=16737"}],"version-history":[{"count":1,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/16737\/revisions"}],"predecessor-version":[{"id":42144,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/16737\/revisions\/42144"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/16739"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=16737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=16737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=16737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}