{"id":11535,"date":"2019-03-14T11:22:03","date_gmt":"2019-03-14T11:22:03","guid":{"rendered":"http:\/\/www.appservgrid.com\/paw92\/?p=11535"},"modified":"2019-03-14T11:22:03","modified_gmt":"2019-03-14T11:22:03","slug":"monitorix-3-10-1-released-a-lightweight-system-and-network-monitoring-tool-for-linux","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/14\/monitorix-3-10-1-released-a-lightweight-system-and-network-monitoring-tool-for-linux\/","title":{"rendered":"Monitorix 3.10.1 Released \u2013 A Lightweight System and Network Monitoring Tool for Linux"},"content":{"rendered":"<p><strong>Monitorix<\/strong>\u00a0is an open source, free and most powerful lightweight tool designed to monitor system and network resources in Linux. It regularly collects system and network data and display the information in graphs using its own web interface.\u00a0<strong>Monitorix<\/strong>\u00a0allows to monitor overall system performance and also help in detecting bottlenecks, failures, unwanted long response times and other abnormal activities.<\/p>\n<div id=\"attachment_18492\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/Linux-and-Network-Monitoring.png\" rel=\"attachment wp-att-18492\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18492\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/Linux-and-Network-Monitoring.png\" alt=\"Linux System and Network Monitoring Tool\" width=\"720\" height=\"345\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Monitorix \u2013 Linux System and Network Monitoring Tool<\/p>\n<\/div>\n<p>It is written in\u00a0<strong>Perl<\/strong>\u00a0language and licensed under the terms of\u00a0<strong>GNU<\/strong>\u00a0(<strong>General Public License<\/strong>) as published by the\u00a0<strong>FSP<\/strong>\u00a0(<strong>Free Software Foundation<\/strong>). It uses\u00a0<strong>RRDtool<\/strong>\u00a0to generate graphs and display them using web interface.<\/p>\n<p>This tool is specifically created for monitoring\u00a0<strong>Red Hat<\/strong>,\u00a0<strong>CentOS<\/strong>,\u00a0<strong>Fedora<\/strong>\u00a0based Linux systems, but today it runs on many different flavors of\u00a0<strong>GNU\/Linux<\/strong>\u00a0distributions and even it runs on\u00a0<strong>UNIX<\/strong>\u00a0systems like\u00a0<strong>OpenBSD<\/strong>,\u00a0<strong>NetBSD<\/strong>and\u00a0<strong>FreeBSD<\/strong>.<\/p>\n<p>The development of\u00a0<strong>Monitorix<\/strong>\u00a0is currently in active state and adding new features, new graphs, new updates and fixing bugs to offer a great tool for Linux system\/network administration.<\/p>\n<h3>Monitorix Features<\/h3>\n<ol>\n<li>System load average, active processes, per-processor kernel usage, global kernel usage and memory allocation.<\/li>\n<li>Monitors Disk drive temperatures and health.<\/li>\n<li>Filesystem usage and I\/O activity of filesystems.<\/li>\n<li>Network traffic usage up to 10 network devices.<\/li>\n<li>System services including SSH, FTP, Vsftpd, ProFTP, SMTP, POP3, IMAP, POP3, VirusMail and Spam.<\/li>\n<li>MTA Mail statistics including input and output connections.<\/li>\n<li>Network port traffic including TCP, UDP, etc.<\/li>\n<li>FTP statistics with log file formats of FTP servers.<\/li>\n<li>Apache statistics of local or remote servers.<\/li>\n<li>MySQL statistics of local or remote servers.<\/li>\n<li>Squid Proxy Web Cache statistics.<\/li>\n<li>Fail2ban statistics.<\/li>\n<li>Monitor remote servers (Multihost).<\/li>\n<li>Ability to view statistics in graphs or in plain text tables per day, week, month or year.<\/li>\n<li>Ability to zoom graphs for better view.<\/li>\n<li>Ability to define the number of graphs per row.<\/li>\n<li>Built-in HTTP server.<\/li>\n<\/ol>\n<p>For a full list of new features and updates, please check out the official\u00a0<a href=\"http:\/\/www.monitorix.org\/features.html\" target=\"_blank\" rel=\"nofollow noopener\">feature page<\/a>.<\/p>\n<h3>Installing Monitorix on a RHEL\/CentOS\/Fedora Linux<\/h3>\n<p>First, install following required packages.<\/p>\n<pre># yum install rrdtool rrdtool-perl perl-libwww-perl perl-MailTools perl-MIME-Lite perl-CGI perl-DBI perl-XML-Simple perl-Config-General perl-HTTP-Server-Simple perl-IO-Socket-SSL wget\r\n<\/pre>\n<p>If in case\u00a0<strong>yum<\/strong>\u00a0fails to installing one or more of above packages, then you could enable following additional repositories to install them.<\/p>\n<ol>\n<li><a href=\"https:\/\/www.tecmint.com\/how-to-enable-epel-repository-for-rhel-centos-6-5\/\" target=\"_blank\" rel=\"noopener\">Enable EPEL repository<\/a><\/li>\n<li><a href=\"https:\/\/www.tecmint.com\/install-and-enable-rpmforge-repository-in-rhel-centos-6-5-4\/\" target=\"_blank\" rel=\"noopener\">Enable RPMforge repository<\/a><\/li>\n<\/ol>\n<p>Next, download the latest version of \u2018<strong>Monitorix<\/strong>\u2018 package using\u00a0<strong>wget<\/strong>\u00a0command.<\/p>\n<pre># wget http:\/\/www.monitorix.org\/monitorix-3.10.1-1.noarch.rpm<\/pre>\n<p>Once successfully downloaded, install it using the\u00a0<strong>rpm<\/strong>\u00a0command.<\/p>\n<pre># rpm -ivh monitorix-3.10.1-1.noarch.rpm<\/pre>\n<pre>Preparing...                ########################################### [100%]\r\n   1:monitorix              ########################################### [100%]<\/pre>\n<p>Once successfully installed, please have a look at the main configuration file \u2018<strong>\/etc\/monitorix.conf<\/strong>\u2018 to add some extra settings according to your system and enable or disable graphs.<\/p>\n<p>Finally, add\u00a0<strong>Monitorix<\/strong>\u00a0service to system start-up and start the service with following commands.<\/p>\n<pre># chkconfig --level 35 monitorix on\r\n# service monitorix start        \r\n# systemctl start monitorix       [On <strong>RHEL<\/strong>\/<strong>CentOS 7<\/strong> and <strong>Fedora 22+<\/strong> versions ]\r\n<\/pre>\n<p>Once, you\u2019ve started service, the program will start collecting system information according to configuration set in \u2018<strong>\/etc\/monitorix.conf<\/strong>\u2018 file, and after few minutes you will start seeing system graphs from your browser at.<\/p>\n<pre>http:\/\/localhost:8080\/monitorix\/<\/pre>\n<p>If you have\u00a0<strong>SELinux<\/strong>\u00a0in enabled state, then graphs are not visible and you will get tons of error messages in \u2018<strong>\/var\/log\/messages<\/strong>\u2018 or \u2018<strong>\/var\/log\/audit\/audit.log<\/strong>\u2018 file about access denied to\u00a0<strong>RRD<\/strong>\u00a0database files. To get rid of such errors messages and visible graphs, you need to disable\u00a0<strong>SELinux<\/strong>.<\/p>\n<p>To Turn Off\u00a0<strong>SELinux<\/strong>, simple changing the line \u201c<strong>enforcing<\/strong>\u201d to \u201c<strong>disabled<\/strong>\u201d in \u2018<strong>\/etc\/selinux\/config\u2019<\/strong>\u00a0file.<\/p>\n<pre>SELINUX=disabled<\/pre>\n<p>The above will disable\u00a0<strong>SELinux<\/strong>\u00a0temporarily, until you reboot the machine. If you want the system to start in always disable mode, you need to reboot the system.<\/p>\n<h3>Installing Monitorix on a Ubuntu\/Debian\/Linux Mint<\/h3>\n<p>The\u00a0<strong>Monitorix<\/strong>\u00a0installation can be done in two-ways, using\u00a0<strong>Izzy repository<\/strong>\u00a0for automatic installation\/updates and another using manually download and install\u00a0<strong>.deb<\/strong>\u00a0package.<\/p>\n<p>The Izzy repository is an experimental repository but the packages from this repository should work on all versions of\u00a0<strong>Ubuntu<\/strong>,\u00a0<strong>Debian<\/strong>, etc. However, no warranties are given \u2013 So, the risk is all yours. If you still want to add this repository for automatic updates via\u00a0<strong>apt-get<\/strong>, simply follow the steps provided below for automatic installation.<\/p>\n<h4>Automatic Installation Using Izzy Repository<\/h4>\n<p>Add the following line to your \u2018<strong>\/etc\/apt\/sources.list\u2019<\/strong>\u00a0file.<\/p>\n<pre>deb http:\/\/apt.izzysoft.de\/ubuntu generic universe<\/pre>\n<p>Get\u00a0<strong>GPG<\/strong>\u00a0key for this repository, you can get it using\u00a0<strong>wget<\/strong>\u00a0command.<\/p>\n<pre># wget http:\/\/apt.izzysoft.de\/izzysoft.asc<\/pre>\n<p>Once downloaded, add this\u00a0<strong>GPG<\/strong>\u00a0key to apt configuration by using the command \u2018<strong>apt-key<\/strong>\u2018 as shown below.<\/p>\n<pre># apt-key add izzysoft.asc<\/pre>\n<p>Finally, install the package via the repository.<\/p>\n<pre># apt-get update\r\n# apt-get install monitorix<\/pre>\n<h4>Manual Installation Using .Deb Package<\/h4>\n<p>Manually, downloading latest version of\u00a0<strong>.deb<\/strong>\u00a0package and install it with taking care of required dependencies as shown below.<\/p>\n<pre># apt-get update\r\n# apt-get install rrdtool perl libwww-perl libmailtools-perl libmime-lite-perl librrds-perl libdbi-perl libxml-simple-perl libhttp-server-simple-perl libconfig-general-perl libio-socket-ssl-perl\r\n# wget http:\/\/www.monitorix.org\/monitorix_3.10.1-izzy1_all.deb\r\n# dpkg -i monitorix_3.10.1-izzy1_all.deb<\/pre>\n<p>During installation, a web server configuration takes place. So, you need to reload the\u00a0<strong>Apache<\/strong>\u00a0web server to reflect new configuration.<\/p>\n<pre># service apache2 restart         [On <strong>SysVinit<\/strong>]\r\n# systemctl restart apache2       [On <strong>SystemD<\/strong>]\r\n<\/pre>\n<p><strong>Monitorix<\/strong>\u00a0comes with a default configuration, if you wish to change or adjust some settings take a look at the configuration file at \u2018<strong>\/etc\/monitorix.conf<\/strong>\u2018. Once you\u2019ve done changes reload the service for new configuration to take effect.<\/p>\n<pre># service monitorix restart         [On <strong>SysVinit<\/strong>]\r\n# systemctl restart monitorix       [On <strong>SystemD<\/strong>]\r\n<\/pre>\n<p>Now point your browser to \u2018<strong>http:\/\/localhost:8080\/monitorix<\/strong>\u2018 and start watching graphs of your system. It can be accessed from\u00a0<strong>localhost<\/strong>\u00a0only, if you wish to allow access to remote\u00a0<strong>IP\u2019s<\/strong>. Simply open the \u2018<strong>\/etc\/apache2\/conf.d\/monitorix.conf<\/strong>\u2018 file and add IP\u2019s to the \u2018<strong>Allow from<\/strong>\u2018 clause. For example see below.<\/p>\n<pre>&lt;Directory \/usr\/share\/monitorix\/cgi-bin\/&gt;\r\n        DirectoryIndex monitorix.cgi\r\n        Options ExecCGI\r\n        Order Deny,Allow\r\n        Deny from all\r\n        <strong>Allow from 172.16.16.25<\/strong>\r\n&lt;\/Directory&gt;<\/pre>\n<p>After you made changes to above configuration, do not forget to restart\u00a0<strong>Apache<\/strong>.<\/p>\n<pre># service apache2 restart         [On <strong>SysVinit<\/strong>]\r\n# systemctl restart apache2       [On <strong>SystemD<\/strong>]\r\n<\/pre>\n<h3>Monitorix Screenshots<\/h3>\n<p>Please check out the following are some screenshots.<\/p>\n<h4>Monitorix Homepage<\/h4>\n<div id=\"attachment_18491\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/Monitorix-Homepage.png\" rel=\"attachment wp-att-18491\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18491\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/Monitorix-Homepage.png\" sizes=\"auto, (max-width: 866px) 100vw, 866px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/Monitorix-Homepage.png 866w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/Monitorix-Homepage-768x443.png 768w\" alt=\"Monitorix Homepage\" width=\"866\" height=\"499\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Monitorix Homepage<\/p>\n<\/div>\n<h4>Monitor Linux Load Average<\/h4>\n<div id=\"attachment_2728\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-2.png\" rel=\"attachment wp-att-2728\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2728 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-2-620x223.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-2-620x223.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-2.png 865w\" alt=\"System load average, active processes and memory allocation. \" width=\"620\" height=\"223\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">System load average, active processes and memory allocation.<\/p>\n<\/div>\n<h4>Monitor Linux Kernel Usage<\/h4>\n<div id=\"attachment_2729\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-3.png\" rel=\"attachment wp-att-2729\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2729 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-3-620x249.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-3-620x249.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-3.png 865w\" alt=\"Global kernel usage\" width=\"620\" height=\"249\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Global kernel usage<\/p>\n<\/div>\n<h4>Monitor Linux Kernel Processor<\/h4>\n<div id=\"attachment_2730\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-4.png\" rel=\"attachment wp-att-2730\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2730 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-4-592x450.png\" sizes=\"auto, (max-width: 592px) 100vw, 592px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-4-592x450.png 592w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-4.png 863w\" alt=\"Per-processor kernel usage. \" width=\"592\" height=\"450\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Per-processor kernel usage.<\/p>\n<\/div>\n<h4>Monitor Linux Disk Health<\/h4>\n<div id=\"attachment_2731\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-5.png\" rel=\"attachment wp-att-2731\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2731 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-5-620x240.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-5-620x240.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-5.png 865w\" alt=\"Disk drive temperatures and health.\" width=\"620\" height=\"240\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Disk drive temperatures and health.<\/p>\n<\/div>\n<h4>Monitor Linux Filesystem and Disk I\/O Read<\/h4>\n<div id=\"attachment_2732\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-6.png\" rel=\"attachment wp-att-2732\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2732 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-6-620x275.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-6-620x275.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-6.png 865w\" alt=\"Filesystem usage and I\/O activity. \" width=\"620\" height=\"275\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Filesystem usage and I\/O activity.<\/p>\n<\/div>\n<h4>Monitor Linux Network Traffic<\/h4>\n<div id=\"attachment_2733\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-7.png\" rel=\"attachment wp-att-2733\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2733 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-7-620x223.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-7-620x223.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-7.png 865w\" alt=\"eth0 interface traffic\" width=\"620\" height=\"223\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">eth0 interface traffic<\/p>\n<\/div>\n<h4>Monitor Linux System Services<\/h4>\n<div id=\"attachment_2735\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-8.png\" rel=\"attachment wp-att-2735\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2735 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-8-620x240.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-8-620x240.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-8.png 865w\" alt=\"System services demand\" width=\"620\" height=\"240\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">System services demand<\/p>\n<\/div>\n<h4>Monitor Linux Network Port Traffic<\/h4>\n<div id=\"attachment_2736\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-9.png\" rel=\"attachment wp-att-2736\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2736 size-full\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-9.png\" alt=\"Network Port Traffic\" width=\"600\" height=\"450\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Network Port Traffic<\/p>\n<\/div>\n<h4>Monitor Linux Apache Statistics<\/h4>\n<div id=\"attachment_2737\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-10.png\" rel=\"attachment wp-att-2737\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2737 size-medium\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-10-620x222.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-10-620x222.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-10.png 865w\" alt=\"Apache Statistics\" width=\"620\" height=\"222\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Apache Statistics<\/p>\n<\/div>\n<h4>Monitor MySQL\/MariaDB Statistics<\/h4>\n<div id=\"attachment_2738\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-11.png\" rel=\"attachment wp-att-2738\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2738 size-full\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/04\/Monitorix-11.png\" alt=\"MySQL Statistics\" width=\"600\" height=\"450\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">MySQL Statistics<\/p>\n<\/div>\n<h3>Reference Links:<\/h3>\n<ol>\n<li><a href=\"http:\/\/www.monitorix.org\/\" target=\"_blank\" rel=\"nofollow noopener\">Monitorix Homepage<\/a><\/li>\n<li><a href=\"http:\/\/www.monitorix.org\/documentation.html\" target=\"_blank\" rel=\"nofollow noopener\">Monitorix Documentation<\/a><\/li>\n<\/ol>\n<p><a href=\"https:\/\/www.tecmint.com\/monitorix-a-lightweight-system-and-network-monitoring-tool-for-linux\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Monitorix\u00a0is an open source, free and most powerful lightweight tool designed to monitor system and network resources in Linux. It regularly collects system and network data and display the information in graphs using its own web interface.\u00a0Monitorix\u00a0allows to monitor overall system performance and also help in detecting bottlenecks, failures, unwanted long response times and other &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/14\/monitorix-3-10-1-released-a-lightweight-system-and-network-monitoring-tool-for-linux\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Monitorix 3.10.1 Released \u2013 A Lightweight System and Network Monitoring Tool for Linux&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11535","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/11535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=11535"}],"version-history":[{"count":1,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/11535\/revisions"}],"predecessor-version":[{"id":11536,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/11535\/revisions\/11536"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=11535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=11535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=11535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}