{"id":1013,"date":"2019-12-11T15:01:44","date_gmt":"2019-12-11T21:01:44","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=1013"},"modified":"2019-12-11T15:01:44","modified_gmt":"2019-12-11T21:01:44","slug":"how-to-install-nagios-core-on-ubuntu-16-04","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/","title":{"rendered":"How to Install Nagios Core on Ubuntu 16.04"},"content":{"rendered":"<div id=\"linux-2352206583\" 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><img decoding=\"async\" class=\"alignright size-full wp-image-1016\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/setting-up-nagios-core-management-platform-on-ubuntu16.04-server.jpg\" alt=\"\" width=\"140\" height=\"75\" \/>This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor network infrastructures, servers and applications. With Nagios you can monitor Linux and Windows servers as well as web applications, Linux and Unix applications and Windows applications. The features include parallelized service checks, plugin system, notifications via email, pager or user defined service, web interface for viewing status, log files, problem history and notifications and much more.<\/p>\n<p>This guide should work on other Linux VPS systems as well, such as the latest versions of Ubuntu, but it was tested and written for\u00a0Ubuntu 16.04.<\/p>\n<p><!--more--><\/p>\n<h2>Step 1. Update your Ubuntu 16.04 server and Install the Necessary Packages<\/h2>\n<p>Log in to your VPS via SSH as a sudo user:<\/p>\n<pre>ssh userame@<span style=\"color: #ff0000;\">IP_Address<\/span><\/pre>\n<p>Once you are logged in, issue the following commands to update the packages list and upgrade all installed packages:<\/p>\n<pre>sudo apt update\r\nsudo apt upgrade<\/pre>\n<p>Next, install the install the prerequisite packages necessary for building Nagios and Nagios plugins with the following command:<\/p>\n<pre>sudo apt install autoconf gcc libc6 make wget unzip libgd2-xpm-dev<\/pre>\n<h2>Step 2. Install Apache and PHP 7<\/h2>\n<p>To install Apache, PHP 7, and all the necessary modules on your Ubuntu 16.04 server, run the following command:<\/p>\n<pre>sudo apt install apache2 php libapache2-mod-php7.0<\/pre>\n<p>When the Apache installation is complete, run the following command to enable Apache to start on boot with:<\/p>\n<pre>sudo systemctl enable apache2.service<\/pre>\n<h2>Step 3. Download and Install Nagios<\/h2>\n<p>Download the latest stable version of the Nagios tar archive in the <code>\/tmp<\/code> directory on your server by running the following wget command:<\/p>\n<pre>wget https:\/\/github.com\/NagiosEnterprises\/nagioscore\/releases\/download\/nagios-4.4.2\/nagios-4.4.2.tar.gz -O \/tmp\/nagioscore.tar.gz<\/pre>\n<p>When the download is completed navigate to the <code>\/tmp<\/code> directory extract the archive by issuing following command:<\/p>\n<pre>cd \/tmp\r\nsudo tar xf nagioscore.tar.gz<\/pre>\n<p>Once the Nagios Plugins archive is extracted, change to the <code>nagios-4.4.2<\/code> directory:<\/p>\n<pre>cd \/tmp\/nagios-4.4.2<\/pre>\n<p>Next step is to run the <code>.\/configure<\/code> script which will check your system for missing libraries and binaries and prepare the Nagios source code for the build process:<\/p>\n<pre>sudo .\/configure --with-httpd-conf=\/etc\/apache2\/sites-enabled<\/pre>\n<p>The output will look like the following:<\/p>\n<pre>*** Configuration summary for nagios 4.4.2 2018-08-16 ***:\r\n\r\n General Options:\r\n -------------------------\r\n        Nagios executable:  nagios\r\n        Nagios user\/group:  nagios,nagios\r\n       Command user\/group:  nagios,nagios\r\n             Event Broker:  yes\r\n        Install ${prefix}:  \/usr\/local\/nagios\r\n    Install ${includedir}:  \/usr\/local\/nagios\/include\/nagios\r\n                Lock file:  \/run\/nagios.lock\r\n   Check result directory:  \/usr\/local\/nagios\/var\/spool\/checkresults\r\n           Init directory:  \/lib\/systemd\/system\r\n  Apache conf.d directory:  \/etc\/apache2\/sites-enabled\r\n             Mail program:  \/usr\/bin\/mail\r\n                  Host OS:  linux-gnu\r\n          IOBroker Method:  epoll\r\n\r\n Web Interface Options:\r\n ------------------------\r\n                 HTML URL:  http:\/\/localhost\/nagios\/\r\n                  CGI URL:  http:\/\/localhost\/nagios\/cgi-bin\/\r\n Traceroute (used by WAP):  \/usr\/sbin\/traceroute\r\n\r\n\r\nReview the options above for accuracy.  If they look okay,\r\ntype 'make all' to compile the main program and CGIs.\r\n<\/pre>\n<p>Now that the configuration is completed start the compilation process using the <code>make all <\/code>command:<\/p>\n<pre>make all<\/pre>\n<p>Once completed the command will print the following output:<\/p>\n<pre>*** Support Notes *******************************************\r\n\r\nIf you have questions about configuring or running Nagios,\r\nplease make sure that you:\r\n\r\n     - Look at the sample config files\r\n     - Read the documentation on the Nagios Library at:\r\n          library.nagios.com\r\n\r\nbefore you post a question to one of the mailing lists.\r\nAlso make sure to include pertinent information that could\r\nhelp others help you.  This might include:\r\n\r\n     - What version of Nagios you are using\r\n     - What version of the plugins you are using\r\n     - Relevant snippets from your config files\r\n     - Relevant error messages from the Nagios log file\r\n\r\nFor more information on obtaining support for Nagios, visit:\r\n\r\n       support.nagios.com\r\n\r\n*************************************************************\r\n\r\nEnjoy.\r\n<\/pre>\n<p>Run the following command to create the Nagios user and group and add Apache to the Nagios group:<\/p>\n<pre>sudo make install-groups-users\r\nsudo usermod -a -G nagios www-data\r\n<\/pre>\n<p>The next step is to install Nagios using the <code>make install<\/code> command:<\/p>\n<pre>sudo make install<\/pre>\n<p>Run the following command to install the Nagios sample configuration files:<\/p>\n<pre>sudo make install-config<\/pre>\n<p>Install the initialization script so that you can manage your Nagios service using the <code>systemctl<\/code> command :<\/p>\n<pre>sudo make install-daemoninit<\/pre>\n<p>Next, install the Apache web server configuration files with:<\/p>\n<pre>sudo make install-webconf<\/pre>\n<p>Restart apache service:<\/p>\n<pre>sudo systemctl restart apache2<\/pre>\n<p>Run the following command to create a user account called <code>nagiosadmin<\/code><\/p>\n<pre>sudo htpasswd -c \/usr\/local\/nagios\/etc\/htpasswd.users nagiosadmin<\/pre>\n<p>Next run the following command to install and configure the external command directory:<\/p>\n<pre>sudo make install-commandmode<\/pre>\n<h2>Step 4. Install Nagios Plugins<\/h2>\n<p>Install the following dependencies necessary for downloading and compiling Nagios plugins:<\/p>\n<pre>sudo apt install autoconf gcc libc6 libmcrypt-dev make libssl-dev wget bc gawk dc build-essential snmp libnet-snmp-perl gettext\r\n<\/pre>\n<p>Download the latest stable version of the Nagios tar archive in the <code>\/tmp<\/code> directory on your server with:<\/p>\n<pre>wget --no-check-certificate -O \/tmp\/nagios-plugins.tar.gz https:\/\/github.com\/nagios-plugins\/nagios-plugins\/archive\/release-2.2.1.tar.gz\r\n<\/pre>\n<p>When the download is completed change to the tmp directory extract the archive with the following commands:<\/p>\n<pre>cd \/tmp\r\nsudo tar xf nagios-plugins.tar.gz<\/pre>\n<p>Once the Nagios Plugins archive is extracted, change to the <code>nagios-plugins-release-2.2.1<\/code> directory:<\/p>\n<pre>cd \/tmp\/nagios-plugins-release-2.2.1<\/pre>\n<p>The following commands will check your system for missing libraries and binaries and prepare the Nagios Plugins source code for the build process:<\/p>\n<pre>.\/tools\/setup\r\n.\/configure\r\n<\/pre>\n<p>When the configuration is complete start the compilation process using the <code>make<\/code> command:<\/p>\n<pre>make<\/pre>\n<p>Install the Nagios Plugins using the <code>make install<\/code> command:<\/p>\n<pre>sudo make install<\/pre>\n<h2>Step 5. Access Nagios<\/h2>\n<p>Now that you have both Nagios and Nagios Plugins installed on your Ubuntu system, start the Nagios service with the following command:<\/p>\n<pre>systemctl start nagios<\/pre>\n<p>Check the service status with:<\/p>\n<pre>systemctl status nagios<\/pre>\n<p>The output will look something like bellow:<\/p>\n<pre>\u25cf nagios.service - Nagios Core 4.4.2\r\n   Loaded: loaded (\/lib\/systemd\/system\/nagios.service; enabled; vendor preset: enabled)\r\n   Active: active (running) since Sat 2018-12-08 09:56:26 CST; 5s ago\r\n     Docs: https:\/\/www.nagios.org\/documentation\r\n  Process: 16101 ExecStart=\/usr\/local\/nagios\/bin\/nagios -d \/usr\/local\/nagios\/etc\/nagios.cfg (code=exited, status=0\/SUCCESS)\r\n  Process: 16098 ExecStartPre=\/usr\/local\/nagios\/bin\/nagios -v \/usr\/local\/nagios\/etc\/nagios.cfg (code=exited, status=0\/SUCCESS)\r\n Main PID: 16102 (nagios)\r\n<\/pre>\n<p>Open your browser and navigate to <code>http:\/\/your-domain-or-ip\/nagios<\/code> and you will be presented with the login pop-up.<\/p>\n<p>Enter the login credentials that you created earlier with the <code>htpasswd<\/code> command and you will be redirected to the Nagios home page as shown on the image below:<\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-1020\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/Installing-Nagios-on-Ubuntu-16-04.jpg\" alt=\"\" width=\"1366\" height=\"1024\" srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/Installing-Nagios-on-Ubuntu-16-04.jpg 1366w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/Installing-Nagios-on-Ubuntu-16-04-300x225.jpg 300w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/Installing-Nagios-on-Ubuntu-16-04-1024x768.jpg 1024w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/Installing-Nagios-on-Ubuntu-16-04-768x576.jpg 768w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" \/><\/p>\n<p>That\u2019s it. You have successfully installed Nagios on Ubuntu 16.04. For more information about how to manage your Nagios installation, please refer to the official Nagios <a href=\"https:\/\/www.nagios.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">documentation<\/a>.<\/p>\n<hr \/>\n<p><img decoding=\"async\" class=\"alignleft size-full wp-image-1017\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/best-support-for-nagios-on-ubuntu-servers-by-expert-admins.jpg\" alt=\"\" width=\"140\" height=\"75\" \/>Of course, you don\u2019t have to install Nagios on Ubuntu 16.04 if you use one of our\u00a0<a href=\"http:\/\/linuxhostsupport.com\/monthly-server-management.html\">Fully-Managed Server Support<\/a> services, in which case you can simply ask our expert system administrators to install Nagios 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>\u00a0<\/span>If you liked this post on how to install Nagios on Ubuntu 16.04, or if you found it helpful, please share it with your friends on the social networks using the sharing buttons, or simply leave a comment in the comments section. Thanks.<\/p><div id=\"linux-1847352225\" 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>This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor network infrastructures, servers and applications. With Nagios you can monitor Linux and Windows servers as well as web applications, Linux and Unix applications and Windows applications. The features include parallelized [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1015,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-1013","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Nagios Core on Ubuntu 16.04 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor\" \/>\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\/how-to-install-nagios-core-on-ubuntu-16-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Nagios Core on Ubuntu 16.04 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/\" \/>\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=\"2019-12-11T21:01:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/how-to-install-nagios-core-on-ubuntu16.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"410\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install Nagios Core on Ubuntu 16.04\",\"datePublished\":\"2019-12-11T21:01:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/\"},\"wordCount\":710,\"commentCount\":2,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/how-to-install-nagios-core-on-ubuntu16.04.jpg\",\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/\",\"name\":\"How to Install Nagios Core on Ubuntu 16.04 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/how-to-install-nagios-core-on-ubuntu16.04.jpg\",\"datePublished\":\"2019-12-11T21:01:44+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/how-to-install-nagios-core-on-ubuntu16.04.jpg\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/how-to-install-nagios-core-on-ubuntu16.04.jpg\",\"width\":750,\"height\":410},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-nagios-core-on-ubuntu-16-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Nagios Core on Ubuntu 16.04\"}]},{\"@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":"How to Install Nagios Core on Ubuntu 16.04 | LinuxHostSupport","description":"This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor","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\/how-to-install-nagios-core-on-ubuntu-16-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Nagios Core on Ubuntu 16.04 | LinuxHostSupport","og_description":"This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2019-12-11T21:01:44+00:00","og_image":[{"width":750,"height":410,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/how-to-install-nagios-core-on-ubuntu16.04.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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install Nagios Core on Ubuntu 16.04","datePublished":"2019-12-11T21:01:44+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/"},"wordCount":710,"commentCount":2,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/how-to-install-nagios-core-on-ubuntu16.04.jpg","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/","name":"How to Install Nagios Core on Ubuntu 16.04 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/how-to-install-nagios-core-on-ubuntu16.04.jpg","datePublished":"2019-12-11T21:01:44+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"This tutorial explains how to install Nagios Core on an Ubuntu 16.04 server. Nagios is an open source enterprise-class software that is used to monitor","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/how-to-install-nagios-core-on-ubuntu16.04.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/12\/how-to-install-nagios-core-on-ubuntu16.04.jpg","width":750,"height":410},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-nagios-core-on-ubuntu-16-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Nagios Core on Ubuntu 16.04"}]},{"@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\/1013","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=1013"}],"version-history":[{"count":5,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1013\/revisions"}],"predecessor-version":[{"id":1025,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1013\/revisions\/1025"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/1015"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=1013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=1013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=1013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}