{"id":4307,"date":"2014-08-30T12:58:24","date_gmt":"2014-08-30T17:58:24","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=4307"},"modified":"2022-12-08T11:05:39","modified_gmt":"2022-12-08T17:05:39","slug":"how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/","title":{"rendered":"How to install Icinga network monitoring system on a CentOS 7 VPS"},"content":{"rendered":"
<\/div>

\"icinga\"The following article will guide you through the steps of installing Icinda network monitoring system.<\/p>\n

What is Icinga?<\/strong><\/p>\n

Icinga is an open source network and computer system monitoring application which was originally created as a fork of the Nagios system monitoring application. It is backward compatible and is attempting to get past perceived short-comings in Nagios’ development process as well as adding new features such as a modern Web 2.0 style user interface, additional database connectors (for MySQL, Oracle, and PostgreSQL), and a REST API that lets administrators integrate numerous extensions without complicated modification of the Icinga core.<\/p>\n

<\/p>\n

The Icinga grade monitoring system keeps watch over a network and any conceivable network resource and it notifies the user of errors and recoveries while it generates performance data for reporting. It is extensible and scalable and it can be used to monitor complex, large environments across separate locations.<\/p>\n

Icinga has been gaining popularity due to a more agile development cycle when compared to Nagios.<\/p>\n

In this guide we will show you how to install Icinga on a linux vps<\/a>.<\/p>\n

Login to your server as user \u2018root\u2019 :<\/p>\n

# ssh root@server_IP_address<\/pre>\n

Before you start the installation of Icinga, download the pre-required packages which are: the Apache web server (if you don’t have it already installed), libraries needed to compile the source and tools needed for the web interface and network monitoring. You can install them using the following commands:<\/p>\n

# yum install httpd gcc glibc glibc-common gd gd-devel\r\n# yum install libjpeg libjpeg-devel libpng libpng-devel\r\n# yum install net-snmp net-snmp-devel net-snmp-utils<\/pre>\n

Then, create a user and group to your liking. We will use icinga and rh-icinga for user and group respectively.<\/p>\n

# useradd icinga\r\n# groupadd rh-icinga\r\n# usermod -a -G rh-icinga icinga\r\n# usermod -a -G rh-icinga apache<\/pre>\n

Create Icinga directory:<\/p>\n

# mkdir ~\/icinga\r\n# cd ~\/icinga<\/pre>\n

Now, download the latest versions of Icinga and Plugins packages:<\/p>\n

# wget https:\/\/github.com\/Icinga\/icinga-core\/releases\/download\/v1.11.5\/icinga-1.11.5.tar.gz\r\n# wget http:\/\/www.nagios-plugins.org\/download\/nagios-plugins-2.0.3.tar.gz<\/pre>\n

Extract the files with tar:<\/p>\n

# tar zxvf icinga-1.11.5.tar.gz\r\n# tar zxvf nagios-plugins-2.0.3.tar.gz<\/pre>\n

Enter the Icinga directory and run the configuration file:<\/p>\n

# cd icinga-1.11.5\r\n# .\/configure --with-command-group=rh-icinga --disable-idoutils<\/pre>\n

You should get the following output:<\/p>\n

\"icingapreview\"<\/p>\n

Next, let’s compile and install the Icinga files:<\/p>\n

# make all\r\n# make fullinstall\r\n# make install-config<\/pre>\n

With your favorite text editor open the \/usr\/local\/icinga\/etc\/objects\/contacts.cfg file and enter your email address in the email field in order to receive notifications.<\/p>\n

# vim \/usr\/local\/icinga\/etc\/objects\/contacts.cfg<\/pre>\n

The next step is to install the classic web interface using the following commands:<\/p>\n

# make cgis\r\n# make install-cgis\r\n# make install-html\r\n# make install-webconf<\/pre>\n

Setup a password for the username that will be used to access the web interface. We will use adminIcinga as username. Run this command:<\/p>\n

# htpasswd -c \/usr\/local\/icinga\/etc\/htpasswd.users adminIcinga<\/pre>\n

Restart Apache for the settings to take effect:<\/p>\n

# systemctl restart httpd.service<\/pre>\n

Install the plugins:<\/p>\n

# cd ~\/icinga\/nagios-plugins-2.0.3\r\n# .\/configure --prefix=\/usr\/local\/icinga --with-cgiurl=\/icinga\/cgi-bin --with-nagios-user=icinga --with-nagios-group=icinga\r\n# make\r\n# make install<\/pre>\n

Let’s verify that the configuration file has no errors with the following command:<\/p>\n

# \/usr\/local\/icinga\/bin\/icinga -v \/usr\/local\/icinga\/etc\/icinga.cfg<\/pre>\n

If everything is OK, add the service to run on boot:<\/p>\n

# chkconfig --add icinga\r\n# chkconfig --level 35 icinga on<\/pre>\n

Start Icinga:<\/p>\n

# systemctl start icinga.service<\/pre>\n

That’s it. Icinga monitoring system is installed on your server.
\nNow open your favorite web browser and navigate to: http:\/\/your_server_IP\/icinga and enter the username and password that you set with the ‘htpasswd’ command.<\/p>\n

Of course you don\u2019t have to do any of this if you use one of our Linux VPS hosting<\/a> services, in which case you can simply ask our expert Linux admins to install Icinga for you.They are available 24\u00d77 and will take care of your request immediately.<\/p>\n

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

The following article will guide you through the steps of installing Icinda network monitoring system. What is Icinga? Icinga is … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":4308,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1699,1701,13],"tags":[541,540,500],"yoast_head":"\nHow to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to install Icinga network monitoring system on a CentOS 7 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-icinga-network-monitoring-system-on-a-centos-7-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 Icinga network monitoring system on a CentOS 7 VPS - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-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=\"2014-08-30T17:58:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-08T17:05:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"182\" \/>\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-icinga-network-monitoring-system-on-a-centos-7-vps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to install Icinga network monitoring system on a CentOS 7 VPS\",\"datePublished\":\"2014-08-30T17:58:24+00:00\",\"dateModified\":\"2022-12-08T17:05:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/\"},\"wordCount\":522,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png\",\"keywords\":[\"centos 7\",\"icinga\",\"network monitoring\"],\"articleSection\":[\"CentOS\",\"Networking and Domains\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/\",\"name\":\"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png\",\"datePublished\":\"2014-08-30T17:58:24+00:00\",\"dateModified\":\"2022-12-08T17:05:39+00:00\",\"description\":\"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png\",\"width\":500,\"height\":182},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Icinga network monitoring system on a CentOS 7 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 Icinga network monitoring system on a CentOS 7 VPS - RoseHosting","description":"How to install Icinga network monitoring system on a CentOS 7 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-icinga-network-monitoring-system-on-a-centos-7-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting","og_description":"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2014-08-30T17:58:24+00:00","article_modified_time":"2022-12-08T17:05:39+00:00","og_image":[{"width":500,"height":182,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.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-icinga-network-monitoring-system-on-a-centos-7-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to install Icinga network monitoring system on a CentOS 7 VPS","datePublished":"2014-08-30T17:58:24+00:00","dateModified":"2022-12-08T17:05:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/"},"wordCount":522,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png","keywords":["centos 7","icinga","network monitoring"],"articleSection":["CentOS","Networking and Domains","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/","name":"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png","datePublished":"2014-08-30T17:58:24+00:00","dateModified":"2022-12-08T17:05:39+00:00","description":"How to install Icinga network monitoring system on a CentOS 7 VPS - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/icinga.png","width":500,"height":182},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-icinga-network-monitoring-system-on-a-centos-7-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Icinga network monitoring system on a CentOS 7 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\/4307"}],"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=4307"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4307\/revisions"}],"predecessor-version":[{"id":43877,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4307\/revisions\/43877"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/4308"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=4307"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=4307"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=4307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}