{"id":21620,"date":"2023-09-03T13:58:39","date_gmt":"2023-09-03T13:58:39","guid":{"rendered":"https:\/\/www.devopsschool.com\/blog\/?p=21620"},"modified":"2023-09-03T14:03:55","modified_gmt":"2023-09-03T14:03:55","slug":"how-to-configure-zabbix-linux-agent-with-snmp-protocol","status":"publish","type":"post","link":"https:\/\/www.devopsschool.com\/blog\/how-to-configure-zabbix-linux-agent-with-snmp-protocol\/","title":{"rendered":"Zabbix Tutorials: How to configure Zabbix Linux Agent with SNMP protocol?"},"content":{"rendered":"\n<p>Zabbix can use SNMP (Simple Network Management Protocol) to monitor network devices. SNMP is a standard protocol that allows devices to exchange management information.<\/p>\n\n\n\n<p>In Zabbix, SNMP monitoring works as follows:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The Zabbix server sends an SNMP request to the monitored device.<\/li>\n\n\n\n<li>The monitored device responds to the SNMP request with the requested information.<\/li>\n\n\n\n<li>The Zabbix server stores the information in its database.<\/li>\n\n\n\n<li>The Zabbix server uses the information to generate graphs, reports, and alerts.<\/li>\n<\/ol>\n\n\n\n<p>The Zabbix server can use SNMP to monitor a variety of information from the monitored devices, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CPU usage<\/li>\n\n\n\n<li>Memory usage<\/li>\n\n\n\n<li>Disk usage<\/li>\n\n\n\n<li>Network traffic<\/li>\n\n\n\n<li>Interface status<\/li>\n\n\n\n<li>Uptime<\/li>\n\n\n\n<li>Temperature<\/li>\n\n\n\n<li>Fan speed<\/li>\n<\/ul>\n\n\n\n<p>To use SNMP monitoring in Zabbix, you need to configure the Zabbix server and the monitored devices. The configuration process varies depending on the type of device and the version of SNMP that it supports.<\/p>\n\n\n\n<p>Here are some of the benefits of using SNMP monitoring in Zabbix:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Widely supported: SNMP is a widely supported protocol, so it can be used to monitor a wide variety of devices.<\/li>\n\n\n\n<li>Easy to configure: The configuration process for SNMP monitoring is relatively easy.<\/li>\n\n\n\n<li>Scalable: SNMP monitoring can be scaled to monitor a large number of devices.<\/li>\n\n\n\n<li>Cost-effective: SNMP monitoring is a cost-effective way to monitor network devices.<\/li>\n<\/ul>\n\n\n\n<p>Here are some of the limitations of using SNMP monitoring in Zabbix:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Polling: SNMP monitoring relies on polling, which can introduce latency.<\/li>\n\n\n\n<li>Security: SNMP is not a secure protocol, so it is important to take steps to secure the SNMP traffic.<\/li>\n\n\n\n<li>MIBs: The SNMP data that is available depends on the MIBs that are supported by the monitored devices.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How zabbix agent monitor using snmp?<\/h2>\n\n\n\n<p>Zabbix agent can monitor using SNMP by using the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install the SNMP service on the device that you want to monitor.<\/li>\n\n\n\n<li>Configure the SNMP service to allow read access to the MIBs that you want to monitor.<\/li>\n\n\n\n<li>Install the Zabbix agent on the device that you want to monitor.<\/li>\n\n\n\n<li>Configure the Zabbix agent to use SNMP monitoring.<\/li>\n\n\n\n<li>Create a Zabbix host and configure it to use SNMP monitoring.<\/li>\n<\/ol>\n\n\n\n<p>Here are the specific steps for each of these tasks:<\/p>\n\n\n\n<p><strong>Installing the SNMP service<\/strong><\/p>\n\n\n\n<p>The steps for installing the SNMP service will vary depending on the operating system that you are using. For example, to install the SNMP service on a Linux system, you can use the following command:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">sudo apt-<span class=\"hljs-keyword\">get<\/span> install snmpd\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>Configuring the SNMP service<\/strong><\/p>\n\n\n\n<p>The specific settings that you need to configure will vary depending on the SNMP agent that you are using. However, in general, you will need to configure the following settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The read-only community string: This is the string that Zabbix will use to access the SNMP agent.<\/li>\n\n\n\n<li>The MIBs that you want to monitor: This is a list of the MIBs that contain the data that you want to monitor.<\/li>\n<\/ul>\n\n\n\n<p><strong>Installing the Zabbix agent<\/strong><\/p>\n\n\n\n<p>The steps for installing the Zabbix agent will vary depending on the operating system that you are using. For example, to install the Zabbix agent on a Linux system, you can use the following command:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">sudo apt-<span class=\"hljs-keyword\">get<\/span> install zabbix-agent\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>Configuring the Zabbix agent<\/strong><\/p>\n\n\n\n<p>To configure the Zabbix agent to use SNMP monitoring, you need to edit the <code>zabbix_agentd.conf<\/code> file. In this file, you need to set the following options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>SnmpAgentEnabled<\/code>: This must be set to&nbsp;<code>1<\/code>&nbsp;to enable SNMP monitoring.<\/li>\n\n\n\n<li><code>SnmpCommunity<\/code>: This must be set to the same read-only community string that you configured for the SNMP service.<\/li>\n<\/ul>\n\n\n\n<p><strong>Creating a Zabbix host<\/strong><\/p>\n\n\n\n<p>To create a Zabbix host, you need to log in to the Zabbix web interface and go to the <strong>Hosts<\/strong> page. Click the <strong>Create Host<\/strong> button and select the <strong>SNMP<\/strong> monitoring method. In the <strong>SNMP<\/strong> tab, you need to configure the following settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Host:<\/strong>&nbsp;The IP address or hostname of the device that you want to monitor.<\/li>\n\n\n\n<li><strong>Community string:<\/strong>&nbsp;The read-only community string that you configured for the SNMP service.<\/li>\n\n\n\n<li><strong>Version:<\/strong>&nbsp;The SNMP version to use.<\/li>\n<\/ul>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>Once you have completed these steps, Zabbix will be able to monitor the device using SNMP.<\/p>\n\n\n\n<p>Here are some additional things to keep in mind:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The SNMP agent and Zabbix server must be running on the same subnet.<\/li>\n\n\n\n<li>The SNMP agent must have read access to the MIBs that you want to monitor.<\/li>\n\n\n\n<li>You can use SNMPv3 instead of SNMPv2c. SNMPv3 provides stronger security features.<\/li>\n<\/ul>\n\n\n\n<p><strong>Ubuntu 18.X &#8211; Verified<\/strong><\/p>\n\n\n\n<script src=\"https:\/\/gist.github.com\/devops-school\/2413f2618eb43317a58925f2594c1901.js\"><\/script>\n\n\n\n<h3 class=\"wp-block-heading\">Reference<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>https:\/\/techexpert.tips\/zabbix\/zabbix-monitor-linux-using-snmp\/<\/li>\n\n\n\n<li>https:\/\/techexpert.tips\/zabbix\/zabbix-monitor-windows-using-snmp\/<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"770\" height=\"443\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-54.png\" alt=\"\" class=\"wp-image-21621\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-54.png 770w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-54-300x173.png 300w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-54-768x442.png 768w\" sizes=\"auto, (max-width: 770px) 100vw, 770px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"549\" height=\"204\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-55.png\" alt=\"\" class=\"wp-image-21622\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-55.png 549w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-55-300x111.png 300w\" sizes=\"auto, (max-width: 549px) 100vw, 549px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"777\" height=\"211\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-56.png\" alt=\"\" class=\"wp-image-21623\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-56.png 777w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-56-300x81.png 300w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-56-768x209.png 768w\" sizes=\"auto, (max-width: 777px) 100vw, 777px\" \/><\/figure>\n\n\n\n<p>After a few minutes, you will be able to see the initial result on the Zabbix Dashboard.<\/p>\n\n\n\n<p>The final result will take at least one hour.<\/p>\n\n\n\n<p>By default, Zabbix will wait 1 hour to discover the number of interfaces available on the Linux computer.<\/p>\n\n\n\n<p>By default, Zabbix will wait 1 hour before collect information from the network interfaces.<\/p>\n\n\n\n<p>In order to test your configuration, access the Monitoring menu and click on the Graphs option.<\/p>\n\n\n\n<p>Wait 1 hour before trying to access the Linux computer graph.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"526\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-57.png\" alt=\"\" class=\"wp-image-21625\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-57.png 620w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2021\/05\/image-57-300x255.png 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>here are the steps on how to configure Zabbix Linux Agent with SNMP protocol:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install the SNMP service on the Linux host.<\/strong><\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-3\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">sudo apt-<span class=\"hljs-keyword\">get<\/span> install snmpd snmp\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li><strong>Edit the&nbsp;<code>snmpd.conf<\/code>&nbsp;file and configure the following settings:<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>agentAddress<\/code>: This specifies the IP address and port number that the SNMP agent will listen on.<\/li>\n\n\n\n<li><code>rocommunity<\/code>: This defines the read-only community string that will be used by Zabbix to access the SNMP agent.<\/li>\n\n\n\n<li><code>sysLocation<\/code>: This specifies the physical location of the Linux host.<\/li>\n\n\n\n<li><code>sysContact<\/code>: This specifies the contact information for the Linux host.<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-4\" data-shcb-language-name=\"CSS\" data-shcb-language-slug=\"css\"><span><code class=\"hljs language-css\"><span class=\"hljs-selector-tag\">agentAddress<\/span> <span class=\"hljs-selector-tag\">udp<\/span><span class=\"hljs-selector-pseudo\">:127.0.0.1<\/span><span class=\"hljs-selector-pseudo\">:161<\/span>\n<span class=\"hljs-selector-tag\">rocommunity<\/span> <span class=\"hljs-selector-tag\">public<\/span>\n<span class=\"hljs-selector-tag\">sysLocation<\/span> <span class=\"hljs-selector-tag\">Sitting<\/span> <span class=\"hljs-selector-tag\">on<\/span> <span class=\"hljs-selector-tag\">the<\/span> <span class=\"hljs-selector-tag\">Dock<\/span> <span class=\"hljs-selector-tag\">of<\/span> <span class=\"hljs-selector-tag\">the<\/span> <span class=\"hljs-selector-tag\">Bay<\/span>\n<span class=\"hljs-selector-tag\">sysContact<\/span> <span class=\"hljs-selector-tag\">Me<\/span> &lt;<span class=\"hljs-selector-tag\">me<\/span><span class=\"hljs-keyword\">@example<\/span>.org&gt;\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">CSS<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">css<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li><strong>Restart the SNMP service.<\/strong><\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">sudo service snmpd restart\n<\/code><\/span><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li><strong>Install the Zabbix agent on the Linux host.<\/strong><\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-5\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">sudo apt-<span class=\"hljs-keyword\">get<\/span> install zabbix-agent\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li><strong>Edit the&nbsp;<code>zabbix_agentd.conf<\/code>&nbsp;file and configure the following settings:<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>SnmpAgentEnabled<\/code>: This must be set to&nbsp;<code>1<\/code>&nbsp;to enable SNMP monitoring.<\/li>\n\n\n\n<li><code>SnmpCommunity<\/code>: This must be set to the same read-only community string that you configured in the&nbsp;<code>snmpd.conf<\/code>&nbsp;file.<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-6\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">SnmpAgentEnabled=<span class=\"hljs-number\">1<\/span>\nSnmpCommunity=<span class=\"hljs-keyword\">public<\/span>\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-6\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li><strong>Restart the Zabbix agent.<\/strong><\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">sudo service zabbix-agent restart\n<\/code><\/span><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"7\">\n<li><strong>Create a Zabbix host and configure it to use SNMP monitoring.<\/strong><\/li>\n<\/ol>\n\n\n\n<p>In the Zabbix web interface, go to <strong>Hosts<\/strong> &gt; <strong>Create Host<\/strong>. In the <strong>General<\/strong> tab, select <strong>SNMP<\/strong> as the <strong>Monitoring<\/strong> method. In the <strong>SNMP<\/strong> tab, configure the following settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Host:<\/strong>&nbsp;The IP address or hostname of the Linux host.<\/li>\n\n\n\n<li><strong>Community string:<\/strong>&nbsp;The read-only community string that you configured in the&nbsp;<code>snmpd.conf<\/code>&nbsp;file.<\/li>\n\n\n\n<li><strong>Version:<\/strong>&nbsp;The SNMP version to use.<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-7\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">Host = <span class=\"hljs-number\">192.168<\/span><span class=\"hljs-number\">.1<\/span><span class=\"hljs-number\">.10<\/span>\nCommunity string = <span class=\"hljs-keyword\">public<\/span>\nVersion = <span class=\"hljs-number\">2<\/span>c\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-7\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"8\">\n<li>Click&nbsp;<strong>Create<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>Once you have completed these steps, Zabbix will be able to monitor the Linux host using SNMP.<\/p>\n\n\n\n<p>Here are some additional things to keep in mind:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The SNMP agent and Zabbix server must be running on the same subnet.<\/li>\n\n\n\n<li>The SNMP agent must have read access to the MIBs that you want to monitor.<\/li>\n\n\n\n<li>You can use SNMPv3 instead of SNMPv2c. SNMPv3 provides stronger security features.<\/li>\n<\/ul>\n\n\n<div class=\"epyt-gallery\" data-currpage=\"1\" id=\"epyt_gallery_79053\"><iframe loading=\"lazy\"  id=\"_ytid_76822\"  width=\"760\" height=\"427\"  data-origwidth=\"760\" data-origheight=\"427\" src=\"https:\/\/www.youtube.com\/embed\/?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  no-lazyload\" title=\"YouTube player\"  data-epytgalleryid=\"epyt_gallery_79053\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe><div class=\"epyt-gallery-list\"><div>Sorry, there was a YouTube error.<\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Zabbix can use SNMP (Simple Network Management Protocol) to monitor network devices. SNMP is a standard protocol that allows devices to exchange management information. In Zabbix, SNMP monitoring works as&#8230; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_joinchat":[],"footnotes":""},"categories":[2],"tags":[],"class_list":["post-21620","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/21620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=21620"}],"version-history":[{"count":9,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/21620\/revisions"}],"predecessor-version":[{"id":39214,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/21620\/revisions\/39214"}],"wp:attachment":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=21620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=21620"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=21620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}