{"id":29557,"date":"2023-12-20T08:18:30","date_gmt":"2023-12-20T07:18:30","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=29557"},"modified":"2024-09-11T10:16:02","modified_gmt":"2024-09-11T08:16:02","slug":"zabbix-in-the-middle-of-prometheus-and-grafana","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/","title":{"rendered":"Zabbix in the Middle of Prometheus and Grafana"},"content":{"rendered":"\n<p>In this blog post, I will show you how to gather metrics from a OpenTelemetry interface from a Zabbix server and how to display Zabbix data in Grafana.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-should-i-do-that\">Why Should I do that?<\/h2>\n\n\n\n<p>First, you might wonder why should you even do that?<\/p>\n\n\n\n<p>Dashboards capabilities of Zabbix are nice and <a href=\"https:\/\/www.zabbix.com\/documentation\/devel\/en\/manual\/introduction\/whatsnew700#widgets\" target=\"_blank\" rel=\"noreferrer noopener\">evolving<\/a> but is not as complete and customizable as Grafana can be. Thus, Grafana is still the best choice for interactive visualization.<\/p>\n\n\n\n<p>Also, many applications provide metrics in open telemetry format out-of-the-box, so being able to get metrics into Zabbix server for computation and storage would be nice. It can also be preferred by those who do not like black boxes like Prometheus.<\/p>\n\n\n\n<p>Finally, having all Zabbix data stored in, for my case, PostgreSQL with TimescaleDB offers great storage reductions. From my experience of Timescale on a Zabbix database, you can expect a compression rate of x10.<\/p>\n\n\n\n<p>This implementation divides in two chapters:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First is for getting data from Prometheus node exporters to Zabbix.<\/li>\n\n\n\n<li>Second is displaying Zabbix data in Grafana dashboard.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-node-exporter\">Node Exporter<\/h2>\n\n\n\n<p>Monitoring a node exporter is very easy. On the host, simply link &#8220;<em>Linux by Prom<\/em>&#8221; template and that&#8217;s it. Of course, node exporter must be up and running.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-grafana\">Grafana<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-plugin-and-datasource\">Plugin and Datasource<\/h3>\n\n\n\n<p>Before being able to use Zabbix as a datasource for Grafana, we must install and enable the associated <a href=\"https:\/\/grafana.com\/grafana\/plugins\/alexanderzobnin-zabbix-app\/\">plugin<\/a>. Once it is installed, we can create the datasource of type Zabbix:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"508\" height=\"242\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_47_11-Add-data-source-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-29732\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_47_11-Add-data-source-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox.png 508w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_47_11-Add-data-source-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox-300x143.png 300w\" sizes=\"auto, (max-width: 508px) 100vw, 508px\" \/><\/figure>\n\n\n\n<p>After a click on &#8220;Zabbix&#8221;, we are requested to add few parameters. Among these, we will provide:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>URL to Zabbix API<\/li>\n\n\n\n<li>Credentials which can be Username\/Password or an API token<\/li>\n<\/ul>\n\n\n\n<p>Be careful, as the prefilled username is <strong>admin<\/strong> with a small a whereas <strong>Admin<\/strong> is usually with a capital <strong>A<\/strong>.<\/p>\n\n\n\n<p>For better query performance, the plugin can also query the database used by Zabbix directly (This is optional). For that, you must create another datasource to the type of database you are using. In my case, it is a PostgreSQL database:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"860\" height=\"262\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_54_49-Zabbix-1-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-29733\" style=\"width:410px\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_54_49-Zabbix-1-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox.png 860w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_54_49-Zabbix-1-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox-300x91.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-12-11_54_49-Zabbix-1-Data-sources-Administration-Grafana-\u2014-Mozilla-Firefox-768x234.png 768w\" sizes=\"auto, (max-width: 860px) 100vw, 860px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-dashboard\">Dashboard<\/h3>\n\n\n\n<p>Now, it is time to create a dashboard and use that newly created datasource:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"465\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_07_04-Edit-panel-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox-1024x465.png\" alt=\"\" class=\"wp-image-29890\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_07_04-Edit-panel-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox-1024x465.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_07_04-Edit-panel-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox-300x136.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_07_04-Edit-panel-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox-768x349.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_07_04-Edit-panel-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox.png 1479w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Group, Host, Item tag and Item lists are automatically populated from Zabbix configuration.<\/p>\n\n\n\n<p>An example of a dashboard showing idle CPU for both Zabbix server itself and another monitored host:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"383\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_21_44-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-29893\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_21_44-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox.png 774w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_21_44-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox-300x148.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/2023-12-19-14_21_44-New-dashboard-Dashboards-Grafana-\u2014-Mozilla-Firefox-768x380.png 768w\" sizes=\"auto, (max-width: 774px) 100vw, 774px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>In this blog post, I will show you how to gather metrics from a OpenTelemetry interface from a Zabbix server and how to display Zabbix data in Grafana. Why Should I do that? First, you might wonder why should you even do that? Dashboards capabilities of Zabbix are nice and evolving but is not as [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,1320],"tags":[2257,143,2234,2430],"type_dbi":[],"class_list":["post-29557","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-devops","tag-grafana","tag-monitoring","tag-prometheus","tag-zabbix"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Zabbix in the Middle of Prometheus and Grafana - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zabbix in the Middle of Prometheus and Grafana\" \/>\n<meta property=\"og:description\" content=\"In this blog post, I will show you how to gather metrics from a OpenTelemetry interface from a Zabbix server and how to display Zabbix data in Grafana. Why Should I do that? First, you might wonder why should you even do that? Dashboards capabilities of Zabbix are nice and evolving but is not as [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-20T07:18:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-11T08:16:02+00:00\" \/>\n<meta name=\"author\" content=\"Middleware Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Middleware Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\"},\"author\":{\"name\":\"Middleware Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\"},\"headline\":\"Zabbix in the Middle of Prometheus and Grafana\",\"datePublished\":\"2023-12-20T07:18:30+00:00\",\"dateModified\":\"2024-09-11T08:16:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\"},\"wordCount\":383,\"commentCount\":0,\"keywords\":[\"Grafana\",\"Monitoring\",\"Prometheus\",\"Zabbix\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"DevOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\",\"name\":\"Zabbix in the Middle of Prometheus and Grafana - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2023-12-20T07:18:30+00:00\",\"dateModified\":\"2024-09-11T08:16:02+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zabbix in the Middle of Prometheus and Grafana\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\",\"name\":\"Middleware Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"caption\":\"Middleware Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/middleware-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Zabbix in the Middle of Prometheus and Grafana - dbi Blog","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:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/","og_locale":"en_US","og_type":"article","og_title":"Zabbix in the Middle of Prometheus and Grafana","og_description":"In this blog post, I will show you how to gather metrics from a OpenTelemetry interface from a Zabbix server and how to display Zabbix data in Grafana. Why Should I do that? First, you might wonder why should you even do that? Dashboards capabilities of Zabbix are nice and evolving but is not as [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/","og_site_name":"dbi Blog","article_published_time":"2023-12-20T07:18:30+00:00","article_modified_time":"2024-09-11T08:16:02+00:00","author":"Middleware Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Middleware Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/"},"author":{"name":"Middleware Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"headline":"Zabbix in the Middle of Prometheus and Grafana","datePublished":"2023-12-20T07:18:30+00:00","dateModified":"2024-09-11T08:16:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/"},"wordCount":383,"commentCount":0,"keywords":["Grafana","Monitoring","Prometheus","Zabbix"],"articleSection":["Application integration &amp; Middleware","DevOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/","url":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/","name":"Zabbix in the Middle of Prometheus and Grafana - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2023-12-20T07:18:30+00:00","dateModified":"2024-09-11T08:16:02+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-in-the-middle-of-prometheus-and-grafana\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Zabbix in the Middle of Prometheus and Grafana"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1","name":"Middleware Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","caption":"Middleware Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/middleware-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=29557"}],"version-history":[{"count":15,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29557\/revisions"}],"predecessor-version":[{"id":29911,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29557\/revisions\/29911"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=29557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=29557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=29557"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=29557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}