{"id":8294,"date":"2021-03-18T23:02:09","date_gmt":"2021-03-18T20:02:09","guid":{"rendered":"https:\/\/kifarunix.com\/?p=8294"},"modified":"2024-03-19T18:49:29","modified_gmt":"2024-03-19T15:49:29","slug":"install-monitorix-on-ubuntu","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-monitorix-on-ubuntu\/","title":{"rendered":"Install Monitorix on Ubuntu 20.04"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"946\" height=\"464\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard.png\" alt=\"Install Monitorix on Ubuntu 20.04\" class=\"wp-image-8306\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard.png?v=1616097181 946w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-768x377.png?v=1616097181 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-150x74.png?v=1616097181 150w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-300x147.png?v=1616097181 300w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-696x341.png?v=1616097181 696w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-856x420.png?v=1616097181 856w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-324x160.png?v=1616097181 324w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-533x261.png?v=1616097181 533w\" sizes=\"(max-width: 946px) 100vw, 946px\" \/><\/figure>\n\n\n\n<p>In this guide, we are going to learn how to install Monitorix on Ubuntu 20.04.&nbsp;<a href=\"https:\/\/www.monitorix.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Monitorix<\/a>&nbsp;is an open source, system monitoring tool that is used to monitor variou services and system resources as outlined below;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>System load average and usage<\/li>\n\n\n\n<li>Disk drive temperatures and health<\/li>\n\n\n\n<li>Filesystem usage and I\/O activity<\/li>\n\n\n\n<li>Directory usage&nbsp;<\/li>\n\n\n\n<li>Netstat statistics<\/li>\n\n\n\n<li>Users using the system<\/li>\n\n\n\n<li>Network port traffic<\/li>\n<\/ul>\n\n\n\n<p>Read more about the features on the&nbsp;<a class=\"rank-math-link\" href=\"https:\/\/www.monitorix.org\/features.html\" target=\"_blank\" rel=\"noreferrer noopener\">Monitorix features page<\/a>.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#installing-monitorix-on-ubuntu-20-04\">Installing Monitorix on Ubuntu 20.04<\/a><ul><li><a href=\"#install-izzy-soft-apt-repositories-on-ubuntu\">Install IzzySoft Apt Repositories on Ubuntu<\/a><\/li><li><a href=\"#install-monitorix\">Install Monitorix<\/a><\/li><li><a href=\"#running-monitorix\">Running Monitorix<\/a><\/li><li><a href=\"#configure-monitorix-on-ubuntu-20-04\">Configure Monitorix on Ubuntu 20.04<\/a><ul><li><a href=\"#configure-monitorix-web-server\">Configure Monitorix Web Server<\/a><\/li><\/ul><\/li><li><a href=\"#restart-monitorix\">Restart Monitorix<\/a><\/li><li><a href=\"#accessing-monitorix-web-interface\">Accessing Monitorix Web Interface<\/a><ul><li><a href=\"#further-reading\">Further Reading<\/a><\/li><li><a href=\"#related-tutorials\">Related Tutorials<\/a><\/li><\/ul><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-monitorix-on-ubuntu-20-04\">Installing Monitorix on Ubuntu 20.04<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-izzy-soft-apt-repositories-on-ubuntu\">Install IzzySoft Apt Repositories on Ubuntu<\/h3>\n\n\n\n<p>As much as you can install it using the DEB binary, it is easier to install if from the Apt repositories since APT automatically takes care of the dependencies and also offers updates when available. The repos also provides latest versions of Monitorix package.<\/p>\n\n\n\n<p>IzzySoft Apt repositories provides Monitorix package on Ubuntu systems. You can install it as follows;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>echo \"deb https:\/\/apt.izzysoft.de\/ubuntu generic universe\" &gt; \/etc\/apt\/sources.list.d\/monitorix.list<\/code><\/pre>\n\n\n\n<p>Install IzzySoft Apt repositories signing key;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>wget -qO- https:\/\/apt.izzysoft.de\/izzysoft.asc | apt-key add -<\/code><\/pre>\n\n\n\n<p>Run system update;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>apt update<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-monitorix\">Install Monitorix<\/h3>\n\n\n\n<p>Then install Monitorix by executing the command below;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>apt install monitorix<\/code><\/pre>\n\n\n\n<p>If you encounter the error below;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>Starting monitorix (via systemctl): monitorix.service.\nchown: cannot access '\/var\/lib\/monitorix\/www\/imgs': No such file or directory\ndpkg: error processing package monitorix (--configure):\n installed monitorix package post-installation script subprocess returned error exit status 1\nErrors were encountered while processing:\n monitorix\nE: Sub-process \/usr\/bin\/dpkg returned an error code (1)\n<\/code><\/pre>\n\n\n\n<p>Just create the directory and rerun the installation command;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>mkdir \/var\/lib\/monitorix\/www\/imgs<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>apt install monitorix<\/code><\/pre>\n\n\n\n<p><em>Monitorix consists mainly of two programs: a collector, called monitorix, which is a Perl daemon that is started automatically like any other system service, and a CGI script called monitorix.cgi. Monitorix includes its own HTTP server built in, so you aren&#8217;t forced to install a third-party web server to use it<\/em>.<\/p>\n\n\n\n<p>This installs the latest Monitorix on Ubuntu 20.04.<\/p>\n\n\n\n<p>You can verify installed version of Monitorix by running;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>monitorix -v<\/code><\/pre>\n\n\n\n<pre class=\"scroll-sz\"><code>Monitorix version 3.13.1 (27-Jan-2021)\nby Jordi Sanfeliu &lt;jordi@fibranet.cat&gt;\nhttps:\/\/www.monitorix.org\/\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"running-monitorix\">Running Monitorix<\/h3>\n\n\n\n<p>Once Monitorix is installed, it is started and enabled to run on system boot;<\/p>\n\n\n\n<p>Check the status;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>systemctl status monitorix<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\u25cf monitorix.service - LSB: Start Monitorix daemon\n     Loaded: loaded (\/etc\/init.d\/monitorix; generated)\n     Active: active (running) since Thu 2021-03-18 19:15:44 UTC; 10min ago\n       Docs: man:systemd-sysv-generator(8)\n      Tasks: 2 (limit: 2282)\n     Memory: 81.2M\n     CGroup: \/system.slice\/monitorix.service\n             \u251c\u250016634 \/usr\/bin\/monitorix -c \/etc\/monitorix\/monitorix.conf -p \/var\/run\/monitorix.pid\n             \u2514\u250016806 monitorix-httpd listening on 8080\n\nMar 18 19:15:43 ubuntu20 systemd[1]: Starting LSB: Start Monitorix daemon...\nMar 18 19:15:44 ubuntu20 monitorix[16613]:    ...done.\nMar 18 19:15:44 ubuntu20 systemd[1]: Started LSB: Start Monitorix daemon.\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"configure-monitorix-on-ubuntu-20-04\">Configure Monitorix on Ubuntu 20.04<\/h3>\n\n\n\n<p>To run system monitoring with Monitorix, you need to do some configuration tuning according to your system details.<\/p>\n\n\n\n<p><code><strong>\/etc\/monitorix\/monitorix.conf<\/strong><\/code>&nbsp;is default Monitorix configuration file.<\/p>\n\n\n\n<p>Open the Monitorix configuration file for editing;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>vim \/etc\/monitorix\/monitorix.conf<\/code><\/pre>\n\n\n\n<p>Below are some of the configuration options of Monitorix that we are changing in this demo.&nbsp;<strong>Be sure to replace the settings according to your environment<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set a description of the server, the location, the Company name, etc.<br><br><code><strong>title = Kifarunix-demo.com<\/strong><\/code><\/li>\n\n\n\n<li>Set the hostname of the host<br><br><code><strong>hostname = monitorix.kifarunix-demo.com<\/strong><\/code><\/li>\n<\/ul>\n\n\n\n<pre class=\"scroll-box\"><code>...\n<strong>title = Kifarunix-demo.com\nhostname = monitorix.kifarunix-demo.com<\/strong>\ntheme_color = black\nrefresh_rate = 150\niface_mode = graph\n...\n<\/code><\/pre>\n\n\n\n<p>Ensure that the hostname of your system is set and resolvable.<\/p>\n\n\n\n<p>Adjust the rest of the options to suit your needs.<\/p>\n\n\n\n<p>You can find out more about Monitorix configuration options on&nbsp;<code><strong>man monitorix.conf<\/strong><\/code>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"configure-monitorix-web-server\">Configure Monitorix Web Server<\/h4>\n\n\n\n<p>Monitorix is bundled with its own HTTP server. Thus, configure web server access permissions under the&nbsp;<strong><code>&lt;httpd_builtin&gt;<\/code><\/strong>&nbsp;section of the default configuration file, <code><strong>\/etc\/monitorix\/monitorix.conf<\/strong><\/code>.<\/p>\n\n\n\n<p>See the highlighted lines that shows which networks are allowed to access our Monitorix.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>...\n&lt;httpd_builtin&gt;\n        enabled = y\n        <strong>host = monitorix.kifarunix-demo.com<\/strong>\n        port = 8080\n        user = nobody\n        group = nobody\n        log_file = \/var\/log\/monitorix-httpd\n        <strong>hosts_deny = all<\/strong>\n        <strong>hosts_allow = 192.168.57.0\/24<\/strong>\n        autocheck_responsiveness = y\n...\n<\/code><\/pre>\n\n\n\n<p>You can as well enable htaccess basic authentication.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>..\n        &lt;auth&gt;\n                <strong>enabled = y<\/strong>\n                <strong>msg = Kifarunix-Demo Monitorix: Restricted access<\/strong>\n                htpasswd = \/var\/lib\/monitorix\/htpasswd\n        &gt;\/auth&gt;\n&lt;\/httpd_builtin&gt;\n<\/code><\/pre>\n\n\n\n<p>Enable or disable the Monitorix graphs to be displayed.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>...\n# Graphs (de)activation\n# -----------------------------------------------------------------------------\n&lt;graph_enable&gt;\n        system          = y\n        kern            = n\n        proc            = y\n        hptemp          = n\n        lmsens          = n\n        gensens         = n\n        ipmi            = n\n        ambsens         = n\n        nvidia          = n\n        disk            = n\n        fs              = y\n\n...\n        int             = y\n        verlihub        = n\n&lt;\/graph_enable&gt;\n\n<\/code><\/pre>\n\n\n\n<p>Save and quit the configuration file once done making changes.<\/p>\n\n\n\n<p>If you enabled htaccess basic authentications, you need to create users to be allowed to login. Hence, install Apache Utilities.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>apt install apache-utils<\/code><\/pre>\n\n\n\n<p>Next, create users and store them on the specified file,&nbsp;<code>\/var\/lib\/monitorix\/htpasswd<\/code>. For example to create a user called, monitadmin, run the command below. You will be prompted to set the password for the user.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>htpasswd -d -c \/var\/lib\/monitorix\/htpasswd monitadmin<\/code><\/pre>\n\n\n\n<p>You can add more users to the same file above by&nbsp;<strong>just omitting option -c<\/strong>. For example, to add a user;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>htpasswd -d \/var\/lib\/monitorix\/htpasswd monituser<\/code><\/pre>\n\n\n\n<p>If you want, you can further tweak your Monitorix configurations, consult man pages,&nbsp;<code><strong>man monitorix.conf<\/strong><\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"restart-monitorix\">Restart Monitorix<\/h3>\n\n\n\n<p>Once you are satisfied by the configurations, restart Monitorix service.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>systemctl restart monitorix<\/code><\/pre>\n\n\n\n<p>By default, Monitorix listens on TCP port 8080. You can verify this by running;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>ss -altnp | grep 8080<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>LISTEN    0         4096          192.168.57.6:8080             0.0.0.0:*        users:((\"monitorix-httpd\",pid=20482,fd=3))<\/code><\/pre>\n\n\n\n<p>If firewalld is running, open the port 8080\/tcp on it.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>ufw allow from 192.168.57.0\/24 to any port 8080 proto tcp<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"accessing-monitorix-web-interface\">Accessing Monitorix Web Interface<\/h3>\n\n\n\n<p>Monitorix can be accessed from a web browser using the address&nbsp;<strong>http:\/\/server-IP-or-hostname:8080\/monitorix<\/strong>.<\/p>\n\n\n\n<p>If you enabled basic authentication, authenticate and proceed to the dashboard.<\/p>\n\n\n\n<p>Upon successful authentication, such interface welcomes you.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"946\" height=\"464\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard.png\" alt=\"\" class=\"wp-image-8306\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard.png?v=1616097181 946w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-768x377.png?v=1616097181 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-150x74.png?v=1616097181 150w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-300x147.png?v=1616097181 300w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-696x341.png?v=1616097181 696w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-856x420.png?v=1616097181 856w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-324x160.png?v=1616097181 324w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/monitorix-default-dashboard-533x261.png?v=1616097181 533w\" sizes=\"(max-width: 946px) 100vw, 946px\" \/><\/figure><\/div>\n\n\n<p>Select the specific graphs you would like to view from drop down on Graphs options.<\/p>\n\n\n\n<p>You can as well view all Graphs for the specified times, daily, weekly, monthly.<\/p>\n\n\n\n<p>To view all daily graphs, select Daily and click Ok.<\/p>\n\n\n\n<p>System load average ans usage<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1190\" height=\"834\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average.png\" alt=\"\" class=\"wp-image-8307\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average.png?v=1616097218 1190w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-768x538.png?v=1616097218 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-150x105.png?v=1616097218 150w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-300x210.png?v=1616097218 300w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-696x488.png?v=1616097218 696w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-1068x748.png?v=1616097218 1068w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-599x420.png?v=1616097218 599w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/system-load-average-100x70.png?v=1616097218 100w\" sizes=\"(max-width: 1190px) 100vw, 1190px\" \/><\/figure>\n\n\n\n<p>Network Port Traffic<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1169\" height=\"733\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic.png\" alt=\"\" class=\"wp-image-8308\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic.png?v=1616097240 1169w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic-768x482.png?v=1616097240 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic-150x94.png?v=1616097240 150w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic-300x188.png?v=1616097240 300w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic-696x436.png?v=1616097240 696w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic-1068x670.png?v=1616097240 1068w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/03\/network-port-traffic-670x420.png?v=1616097240 670w\" sizes=\"(max-width: 1169px) 100vw, 1169px\" \/><\/figure>\n\n\n\n<p>And many other dashboards for various statistics.<\/p>\n\n\n\n<p>That is it on how to install Monitorix on CentOS 8.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"further-reading\">Further Reading<\/h4>\n\n\n\n<p><a href=\"https:\/\/www.monitorix.org\/documentation.html\" target=\"_blank\" rel=\"noopener\">https:\/\/www.monitorix.org\/documentation.html<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"related-tutorials\">Related Tutorials<\/h4>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/kifarunix.com\/install-monitorix-on-debian-10\/\" target=\"_blank\">Install Monitorix on Debian 10<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-monitorix-on-centos-8\/\" target=\"_blank\" aria-label=\"Install Monitorix on CentOS 8 (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install Monitorix on CentOS 8<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-and-configure-prometheus-on-centos-8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install and Configure Prometheus on CentOS 8<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/installing-perf-performance-analysis-tool-on-centos-8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Installing Perf Performance Analysis Tool on CentOS 8<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we are going to learn how to install Monitorix on Ubuntu 20.04.&nbsp;Monitorix&nbsp;is an open source, system monitoring tool that is used to<\/p>\n","protected":false},"author":1,"featured_media":8306,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[72,121,1192],"tags":[3281,1193,3283,3284,1200,3282],"class_list":["post-8294","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-monitoring","category-howtos","category-monitorix","tag-install-monitorix-ubuntu-20-04","tag-monitorix","tag-monitorix-linux-install","tag-monitorix-ubuntu-20-04","tag-ubuntu-20-04","tag-ubuntu-20-04-monitorix","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/8294"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=8294"}],"version-history":[{"count":4,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/8294\/revisions"}],"predecessor-version":[{"id":21897,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/8294\/revisions\/21897"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/8306"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=8294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=8294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=8294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}