{"id":9084,"date":"2021-12-23T13:19:27","date_gmt":"2021-12-23T13:19:27","guid":{"rendered":"https:\/\/www.how2shout.com\/linux\/?p=9084"},"modified":"2021-12-23T13:22:30","modified_gmt":"2021-12-23T13:22:30","slug":"install-centreon-monitoring-on-almalinux-8-rocky-linux-8","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/","title":{"rendered":"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8"},"content":{"rendered":"<p>Centreon is an open-source monitoring system for monitoring IT infrastructures. Due to its modular structure and good scalability suitable for monitoring small to big networks through to complex IT environments with hundreds of hosts. Here in this tutorial, we will learn the commands to install the Open Source Centreon monitoring tool on AlmaLinux 8 or Rocky Linux 8 RPM Linux.<\/p>\n<p>The project Centreon started in 2005 and was distributed among developers under GPLv2 and Apache Open Source licenses. It comes in four editions- Open Source; IT Edition; Business Edition and MSP Edition. Of course, editions other than open-source are subscription-based and with extra features as compared to community (open source) ones.<\/p>\n<p>Just like Nagios or Icinga, Centreon also offers a web interface to view and manage multiple systems, furthermore, configuration through the Centreon web interface makes the effort considerably easier, especially when monitoring complex IT environments with hundreds of hosts and services.<\/p>\n<p>Centreon can be put into operation on various Linux distributions. CentOS and various Debian derivatives are officially planned. Centreon Web requires an Apache web server for operation; MySQL is used for the required database.<\/p>\n<p>As a multi-user system, Centreon offers well-thought-out rights management. It is thus possible to provide users or groups with only part of the monitoring results or to restrict the configuration options.<\/p>\n<p>&nbsp;<\/p>\n<h2>Steps to install Centreon on AlmaLinux 8 | Rocky Linux 8<\/h2>\n<p><strong>Requirements:<\/strong><\/p>\n<p><strong>\u2022<\/strong> Apache web-server<br \/>\n<strong>\u2022<\/strong> MariaDB Database<br \/>\n<strong>\u2022<\/strong> 1 vCPU \/ 1 GB for less than 50 hosts<\/p>\n<p>&nbsp;<\/p>\n<h3>Run DNF update command on Almalinux or Rocky<\/h3>\n<p>First of all, use the DNF package manager and run the system update command to make sure all the packages are up to date including the repository cache.<\/p>\n<pre>sudo dnf update<\/pre>\n<p>&nbsp;<\/p>\n<h3>Disable SELinux for proper Centreon installation<\/h3>\n<p>Next, disable SElinux to let the Centreon install properly without any problem, however, once the setup is complete, you can re-enable it again.<\/p>\n<pre>sed -i s\/^SELINUX=.*$\/SELINUX=disabled\/ \/etc\/selinux\/config<\/pre>\n<p>Once done, reboot the system:<\/p>\n<pre>sudo reboot<\/pre>\n<p>&nbsp;<\/p>\n<h3>Install EPEL, PowerTools, and REMI Repositories<\/h3>\n<p>To install Centreon we need some packages available through EPEL, Remi, and PowerTools. Hence, before going any further, let&#8217;s first install and enable them, if not already on your system.<\/p>\n<pre>sudo dnf install -y dnf-plugins-core<\/pre>\n<p><strong>Install EPEL:<\/strong><\/p>\n<pre>sudo dnf install epel-release<\/pre>\n<p><strong>Install Remi Repository for PHP 8.0:<\/strong><\/p>\n<pre>sudo dnf install -y https:\/\/rpms.remirepo.net\/enterprise\/remi-release-8.rpm<\/pre>\n<p><strong>Enable PowerTools:<\/strong><\/p>\n<pre>sudo dnf config-manager --set-enabled 'powertools' -y<\/pre>\n<p><strong>Run update:<\/strong><\/p>\n<pre>sudo dnf update -y<\/pre>\n<p>&nbsp;<\/p>\n<h3>Install Apache, MariaDB Database, and PHP 8.0<\/h3>\n<p>Both Apache Httpd and MariaDB packages are already available through the default repository of these RHEL based Linux systems, hence just go-to for the given commands:<\/p>\n<p><strong>For Apache and MariaDB<\/strong><\/p>\n<pre>sudo dnf install httpd httpd-tools mariadb-server mariadb -y<\/pre>\n<p><strong>Start and Enable Apache and Mariadb services:<\/strong><\/p>\n<pre>sudo systemctl enable --now httpd mariadb<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9089\" title=\"Install Apache and MAriaDB Almalinux\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Install-Apache-and-MAriaDB-Almalinux.png\" alt=\"Install Apache and MAriaDB Almalinux\" width=\"902\" height=\"413\" \/><\/p>\n<p><strong>Secure Database:<\/strong><\/p>\n<p>Run the given command, to get a guided text-based set up for the removal of demo database and anonymous user including limiting the remote access to the database:<\/p>\n<pre>mysql_secure_installation<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Fo PHP 8.0\u00a0<\/strong><\/p>\n<pre>sudo dnf module reset php\r\nsudo dnf module install php:remi-8.0 -y<\/pre>\n<p>&nbsp;<\/p>\n<h3>Add Centreon Repository on AlamLinux or Rocky Linux 8<\/h3>\n<p>As the packages to install Centreon are not available on AlmaLinux or Rocky Linux, hence we have to add it manually using the command given below:<\/p>\n<pre>sudo dnf install -y https:\/\/yum.centreon.com\/standard\/21.10\/el8\/stable\/noarch\/RPMS\/centreon-release-21.10-2.el8.noarch.rpm<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9088\" title=\"Add Centreon Repository on AlamLinux or Rocky\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Add-Centreon-Repository-on-AlamLinux-or-Rocky.png\" alt=\"Add Centreon Repository on AlamLinux or Rocky\" width=\"1084\" height=\"406\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>Command to install Centreon on Almalinux | Rocky Linux 8<\/h3>\n<p>We have installed all the required things, now let&#8217;s use the DNF package manager to install packages of Centreon on RHEL based Linux such as AlamLinux, Rocky, or CentOS.<\/p>\n<pre>sudo dnf install centreon centreon-database -y<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9090\" title=\"Command to install Centreon on Almalinux or Rocky Linux 8\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Command-to-install-Centreon-on-Almalinux-or-Rocky-Linux-8.png\" alt=\"Command to install Centreon on Almalinux or Rocky Linux 8\" width=\"1047\" height=\"406\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Set the PHP time zone<\/strong><\/p>\n<p>You are required to set the PHP time zone.<\/p>\n<pre>sudo su -\r\n\r\necho \"date.timezone = <strong>Europe\/Paris<\/strong>\" &gt;&gt; \/etc\/php.d\/50-centreon.ini<\/pre>\n<p><strong>Note<\/strong>: Change <strong>Europe\/Paris without your Timezone. <\/strong>You can find the list of supported<strong> time zones\u00a0<a href=\"http:\/\/php.net\/manual\/en\/timezones.php\">here<\/a>.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<h3>Enable services to start with system boot<\/h3>\n<pre>sudo systemctl enable php-fpm httpd mariadb cbd centreon \r\nsudo systemctl enable centengine gorgoned snmptrapd centreontrapd snmpd<\/pre>\n<pre>sudo systemctl restart php-fpm httpd mariadb cbd centreon \r\nsudo systemctl restart centengine gorgoned snmptrapd centreontrapd snmpd<\/pre>\n<p>&nbsp;<\/p>\n<h3>Allow port 80 and 443 in the firewall<\/h3>\n<p>If you have enabled firewall then allow <code>http<\/code> and <code>https<\/code> ports in the firewall:<\/p>\n<pre>sudo firewall-cmd --zone=public --permanent --add-port=80\/tcp\r\nsudo firewall-cmd --zone=public --permanent --add-port=443\/tcp<\/pre>\n<pre>sudo systemctl reload firewalld<\/pre>\n<p>&nbsp;<\/p>\n<h3>Access Cenetron Web installation<\/h3>\n<p>Now, open the web browser on your local system that can access the server IP address where you have installed the Cenetron Monitoring tool.<\/p>\n<p><strong>Example<\/strong>:<\/p>\n<pre>http:\/\/server-ip\/cenetron<\/pre>\n<p>&nbsp;<\/p>\n<h3>Configuration and Setting Up Database<\/h3>\n<p>Follow the guided web-based configuration wizard of Centreon and then when the &#8220;Admin information&#8221; page comes, set password for Admin user account.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9091\" title=\"Create Admin user\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Create-Admin-user.png\" alt=\"Create Admin user\" width=\"825\" height=\"500\" \/><\/p>\n<p>On the Database setup page, add the root user password you have set for the Database server. After that enter whatever password you want to set for Database &#8220;<strong>centreon<\/strong>&#8221; for the Centreon Monitoring tool.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9093\" title=\"Create Database for Cenetron on Rocky Linux 8\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Create-Database-for-Cenetron-on-Rocky-Linux-8.png\" alt=\"Create Database for Cenetron on Rocky Linux 8\" width=\"768\" height=\"524\" \/><\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9093\" title=\"Create Database for Cenetron on Rocky Linux 8\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Create-Database-for-Cenetron-on-Rocky-Linux-8.png\" alt=\"Create Database for Cenetron on Rocky Linux 8\" width=\"768\" height=\"524\" \/><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-9094\" title=\"Database configuration\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Database-configuration.png\" alt=\"Database configuration\" width=\"768\" height=\"416\" \/> <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-9095\" title=\"Modules to install\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Modules-to-install.png\" alt=\"Modules to install\" width=\"766\" height=\"601\" \/> <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9096\" title=\"Log in\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Log-in.png\" alt=\"Log in\" width=\"523\" height=\"436\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>Dashboard Centreon Monitoring tool<\/h3>\n<p>Once you logged in, the Dashboard will appear.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-9098 size-full\" title=\"Dashboard Centreon Monitoring tool\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png\" alt=\"Rocky Linux or Almalinux Dashboard Centreon Monitoring tool\" width=\"1366\" height=\"592\" \/><\/p>\n<p>To install Poller on some remote system to monitor you can refer to the<a href=\"https:\/\/docs.centreon.com\/current\/en\/installation\/installation-of-a-poller\/using-packages.html\" target=\"_blank\" rel=\"noopener\"><strong> official documentation.\u00a0<\/strong><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Other Tutorials:<\/strong><\/p>\n<p><strong>\u2022 <\/strong><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/best-htop-alternatives-to-monitor-linux-systems\/\" target=\"_blank\" rel=\"noopener\">5 Best htop alternatives to monitor Linux systems<\/a><br \/>\n<strong>\u2022 <\/strong><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/7-best-gnome-system-monitor-alternative-linux-applications\/\" target=\"_blank\" rel=\"noopener\">7 Best Gnome system monitor alternative Linux applications<\/a><br \/>\n<strong>\u2022 <\/strong><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-install-netdata-on-linux-such-as-ubuntu-20-04-server\/\" target=\"_blank\" rel=\"noopener\">How to install Netdata on Linux such as Ubuntu 20.04 Server<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Centreon is an open-source monitoring system for monitoring IT infrastructures. Due to its modular structure and good scalability suitable for monitoring small to big networks through to complex IT environments with hundreds of hosts. Here in this tutorial, we will learn the commands to install the Open Source Centreon monitoring tool on AlmaLinux 8 or [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":9098,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[3112,3140],"tags":[3113,227,3139,3087],"class_list":{"0":"post-9084","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-almalinux","8":"category-rocky-linux","9":"tag-almalinux","10":"tag-linux-monitoring-tool","11":"tag-rocky-linux","12":"tag-system-monitor"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8 - LinuxShout<\/title>\n<meta name=\"description\" content=\"Tutorial to install Centreon monitoring tool on Almalinux 8 or RockyLinux 8 server using command terminal for\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8\" \/>\n<meta property=\"og:description\" content=\"Tutorial to install Centreon monitoring tool on Almalinux 8 or RockyLinux 8 server using command terminal for\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-23T13:19:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-23T13:22:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1366\" \/>\n\t<meta property=\"og:image:height\" content=\"592\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heyan Maurya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heyan Maurya\" \/>\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\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8\",\"datePublished\":\"2021-12-23T13:19:27+00:00\",\"dateModified\":\"2021-12-23T13:22:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/\"},\"wordCount\":723,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Dashboard-Centreon-Monitoring-tool.png\",\"keywords\":[\"almalinux\",\"Linux monitoring tool\",\"rocky linux\",\"system monitor\"],\"articleSection\":[\"AlmaLinux\",\"Rocky Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#respond\"]}],\"copyrightYear\":\"2021\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/\",\"name\":\"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8 - LinuxShout\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Dashboard-Centreon-Monitoring-tool.png\",\"datePublished\":\"2021-12-23T13:19:27+00:00\",\"dateModified\":\"2021-12-23T13:22:30+00:00\",\"description\":\"Tutorial to install Centreon monitoring tool on Almalinux 8 or RockyLinux 8 server using command terminal for\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Dashboard-Centreon-Monitoring-tool.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Dashboard-Centreon-Monitoring-tool.png\",\"width\":1366,\"height\":592,\"caption\":\"Rocky Linux or Almalinux Dashboard Centreon Monitoring tool\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\",\"name\":\"Heyan Maurya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"caption\":\"Heyan Maurya\"},\"description\":\"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...\",\"sameAs\":[\"https:\\\/\\\/www.how2shout.com\\\/\"],\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/heyan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8 - LinuxShout","description":"Tutorial to install Centreon monitoring tool on Almalinux 8 or RockyLinux 8 server using command terminal for","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:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/","og_locale":"en_US","og_type":"article","og_title":"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8","og_description":"Tutorial to install Centreon monitoring tool on Almalinux 8 or RockyLinux 8 server using command terminal for","og_url":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2021-12-23T13:19:27+00:00","article_modified_time":"2021-12-23T13:22:30+00:00","og_image":[{"width":1366,"height":592,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png","type":"image\/png"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8","datePublished":"2021-12-23T13:19:27+00:00","dateModified":"2021-12-23T13:22:30+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/"},"wordCount":723,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png","keywords":["almalinux","Linux monitoring tool","rocky linux","system monitor"],"articleSection":["AlmaLinux","Rocky Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#respond"]}],"copyrightYear":"2021","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/","url":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/","name":"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8 - LinuxShout","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png","datePublished":"2021-12-23T13:19:27+00:00","dateModified":"2021-12-23T13:22:30+00:00","description":"Tutorial to install Centreon monitoring tool on Almalinux 8 or RockyLinux 8 server using command terminal for","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/12\/Dashboard-Centreon-Monitoring-tool.png","width":1366,"height":592,"caption":"Rocky Linux or Almalinux Dashboard Centreon Monitoring tool"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/install-centreon-monitoring-on-almalinux-8-rocky-linux-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"Install Centreon Monitoring on AlmaLinux 8 | Rocky Linux 8"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72","name":"Heyan Maurya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","caption":"Heyan Maurya"},"description":"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...","sameAs":["https:\/\/www.how2shout.com\/"],"url":"https:\/\/linux.how2shout.com\/author\/heyan\/"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/9084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=9084"}],"version-history":[{"count":5,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/9084\/revisions"}],"predecessor-version":[{"id":9103,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/9084\/revisions\/9103"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/9098"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=9084"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=9084"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=9084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}