{"id":44276,"date":"2026-07-14T07:54:49","date_gmt":"2026-07-14T05:54:49","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=44276"},"modified":"2026-07-14T07:54:49","modified_gmt":"2026-07-14T05:54:49","slug":"zabbix-agent-2-service-terminated-unexpectedly-on-windows-server","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/","title":{"rendered":"Zabbix Agent 2 service terminated unexpectedly on Windows server"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\" id=\"h-introductiom\">Introductiom<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\"><br>The Zabbix Agent 2 service on a Windows server was repeatedly becoming unresponsive and eventually crashing. The issue caused intermittent monitoring interruptions and required further investigation through Event Viewer messages and Zabbix Agent 2 logs to better understand why the service was no longer responding properly.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">While monitoring a Windows server with Zabbix Agent 2, we encountered repeated crashes of the agent service accompanied by the following Event Viewer message:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nA timeout (30000 milliseconds) was reached while waiting for a transaction response from the Zabbix Agent 2 service.\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">A few moments later, Windows reported:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nThe Zabbix Agent 2 service terminated unexpectedly.\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-initial-hypothesis\">Initial Hypothesis<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first assumption was that a plugin or item was taking too long to execute, causing the agent to become unresponsive. A natural idea was therefore to increase the timeout value. Here the official documentation for the <a href=\"https:\/\/www.zabbix.com\/documentation\/current\/en\/manual\/extensions\/plugins\">PluginTimout<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Inside the Zabbix Agent 2 configuration, we identified the following parameter:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n### Option:PluginTimeout\n# Timeout for connections with external plugins.\n## Mandatory: no\n# Range: 1-30\n# Default: &lt;Global timeout&gt;\n# PluginTimeout=\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">However, this parameter only supports values between 1 and 30 seconds.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This raised an important question:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If a timeout already exists, why does the entire agent still become blocked and eventually crash?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-understanding-the-problem\">Understanding the Problem<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Zabbix Agent 2 uses a plugin-based architecture written in Go.<br>Unlike isolated external processes, many plugins run inside the same agent process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means that if a plugin becomes blocked:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>worker threads remain occupied<\/li>\n\n\n\n<li>new requests start queuing<\/li>\n\n\n\n<li>the agent gradually stops responding<\/li>\n\n\n\n<li>Windows eventually considers the service frozen<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The 30-second timeout seen in Event Viewer is actually the Windows Service Control Manager (SCM) timeout, not a protection mechanism for the plugin itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In other words:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the plugin blocks first<\/li>\n\n\n\n<li>the agent becomes unresponsive<\/li>\n\n\n\n<li>Windows waits 30 seconds<\/li>\n\n\n\n<li>Windows kills the service<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-investigating-the-logs\">Investigating the Logs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Zabbix Agent 2 logs quickly pointed toward the real culprit.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;WindowsPerfMon] failed to get performance counters data:&#039;cannot collect value No data to return.&#039;\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This indicated that the agent was struggling to collect Windows Performance Counters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The most important recurring message was:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;WindowsPerfInstance] Cannot refresh object cache:Unable to connect to the specified computer or the computer is offline.\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This error appeared continuously for several days.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The key observation here is that the agent was running locally, so the message below should never normally appear:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nUnable to connect to the specified computer\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This strongly suggested:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>an invalid or corrupted performance counter<\/li>\n\n\n\n<li>a problematic PerfMon object<\/li>\n\n\n\n<li>or a failing wildcard instance (<code>Process(*)<\/code>, <code>LogicalDisk(*)<\/code>, etc.)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-agent-becoming-non-responsive\">Agent Becoming Non-Responsive<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Later in the logs, additional symptoms appeared:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nfailed to accept an incoming connection:accept tcp &#x5B;::]:10050:acceptex: The I\/O operation has been aborted because of either a thread exit or an application request.\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">At this stage, the agent was no longer able to accept incoming connections because its internal workers were saturated or blocked.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This confirmed that the issue was not a traditional crash, but rather a thread starvation \/ blocking situation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-the-existing-30s-timeout-was-not-enough\">Why the Existing 30s Timeout Was Not Enough<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An important misunderstanding was clarified during the investigation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The default timeout value of 30 seconds does not immediately protect the agent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the plugin may block for the full 30 seconds<\/li>\n\n\n\n<li>multiple blocked requests accumulate<\/li>\n\n\n\n<li>worker threads remain occupied<\/li>\n\n\n\n<li>the agent becomes globally unresponsive<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">By the time Windows notices the issue, the agent is already effectively frozen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-solution-reduce-plugintimeout\">The Solution: Reduce PluginTimeout<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of increasing the timeout, the correct approach was to reduce it significantly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following configuration was applied:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nPluginTimeout=15\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This acts as a protection mechanism inside the agent itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this configuration:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>problematic plugin executions are aborted quickly<\/li>\n\n\n\n<li>blocked threads are released faster<\/li>\n\n\n\n<li>the agent remains responsive<\/li>\n\n\n\n<li>only the affected items temporarily fail<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The issue was not caused by the timeout itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The real root cause was a problematic <code>WindowsPerfInstance<\/code> plugin execution blocking the Zabbix Agent 2 internal workers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reducing the plugin timeout from 30 seconds to 15 seconds prevented the entire agent from becoming unresponsive while still allowing the monitoring system to recover automatically when the plugin started responding again.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is a good example of why increasing timeouts is not always the right solution. Sometimes, shorter timeouts are actually what keeps a monitoring agent stable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find other blogs regarding Zabbix or database administration or other topics at this link: <a href=\"https:\/\/www.dbi-services.com\/blog\/\">dbi blogs<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introductiom The Zabbix Agent 2 service on a Windows server was repeatedly becoming unresponsive and eventually crashing. The issue caused intermittent monitoring interruptions and required further investigation through Event Viewer messages and Zabbix Agent 2 logs to better understand why the service was no longer responding properly.<\/p>\n","protected":false},"author":126,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[3683,99,3841],"tags":[53,4025],"type_dbi":[3347],"class_list":["post-44276","post","type-post","status-publish","format-standard","hentry","category-monitoring","category-sql-server","category-zabbix","tag-windows-server","tag-zabbix-agent-2","type-monitoring"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Zabbix Agent 2 service terminated unexpectedly - dbi Blog<\/title>\n<meta name=\"description\" content=\"The Zabbix Agent 2 service terminated unexpectedly on Windows server. The PluginTimout settings could help to resolve the issue\" \/>\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-agent-2-service-terminated-unexpectedly-on-windows-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zabbix Agent 2 service terminated unexpectedly on Windows server\" \/>\n<meta property=\"og:description\" content=\"The Zabbix Agent 2 service terminated unexpectedly on Windows server. The PluginTimout settings could help to resolve the issue\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-14T05:54:49+00:00\" \/>\n<meta name=\"author\" content=\"Aur\u00e9lien Py\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aur\u00e9lien Py\" \/>\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-agent-2-service-terminated-unexpectedly-on-windows-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/\"},\"author\":{\"name\":\"Aur\u00e9lien Py\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f0de87c5f62826f8b9fe6ba9c74968\"},\"headline\":\"Zabbix Agent 2 service terminated unexpectedly on Windows server\",\"datePublished\":\"2026-07-14T05:54:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/\"},\"wordCount\":597,\"commentCount\":0,\"keywords\":[\"windows server\",\"Zabbix agent 2\"],\"articleSection\":[\"Monitoring\",\"SQL Server\",\"Zabbix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/\",\"name\":\"Zabbix Agent 2 service terminated unexpectedly - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-07-14T05:54:49+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f0de87c5f62826f8b9fe6ba9c74968\"},\"description\":\"The Zabbix Agent 2 service terminated unexpectedly on Windows server. The PluginTimout settings could help to resolve the issue\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zabbix Agent 2 service terminated unexpectedly on Windows server\"}]},{\"@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\\\/48f0de87c5f62826f8b9fe6ba9c74968\",\"name\":\"Aur\u00e9lien Py\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/debb6755cf2d0643e345d2f738b8b9a2a1f6a0fdb5ca0284d491abdb5f86f75f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/debb6755cf2d0643e345d2f738b8b9a2a1f6a0fdb5ca0284d491abdb5f86f75f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/debb6755cf2d0643e345d2f738b8b9a2a1f6a0fdb5ca0284d491abdb5f86f75f?s=96&d=mm&r=g\",\"caption\":\"Aur\u00e9lien Py\"},\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/aurelienpy\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Zabbix Agent 2 service terminated unexpectedly - dbi Blog","description":"The Zabbix Agent 2 service terminated unexpectedly on Windows server. The PluginTimout settings could help to resolve the issue","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-agent-2-service-terminated-unexpectedly-on-windows-server\/","og_locale":"en_US","og_type":"article","og_title":"Zabbix Agent 2 service terminated unexpectedly on Windows server","og_description":"The Zabbix Agent 2 service terminated unexpectedly on Windows server. The PluginTimout settings could help to resolve the issue","og_url":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/","og_site_name":"dbi Blog","article_published_time":"2026-07-14T05:54:49+00:00","author":"Aur\u00e9lien Py","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Aur\u00e9lien Py","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/"},"author":{"name":"Aur\u00e9lien Py","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/48f0de87c5f62826f8b9fe6ba9c74968"},"headline":"Zabbix Agent 2 service terminated unexpectedly on Windows server","datePublished":"2026-07-14T05:54:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/"},"wordCount":597,"commentCount":0,"keywords":["windows server","Zabbix agent 2"],"articleSection":["Monitoring","SQL Server","Zabbix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/","url":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/","name":"Zabbix Agent 2 service terminated unexpectedly - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2026-07-14T05:54:49+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/48f0de87c5f62826f8b9fe6ba9c74968"},"description":"The Zabbix Agent 2 service terminated unexpectedly on Windows server. The PluginTimout settings could help to resolve the issue","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-agent-2-service-terminated-unexpectedly-on-windows-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Zabbix Agent 2 service terminated unexpectedly on Windows server"}]},{"@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\/48f0de87c5f62826f8b9fe6ba9c74968","name":"Aur\u00e9lien Py","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/debb6755cf2d0643e345d2f738b8b9a2a1f6a0fdb5ca0284d491abdb5f86f75f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/debb6755cf2d0643e345d2f738b8b9a2a1f6a0fdb5ca0284d491abdb5f86f75f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/debb6755cf2d0643e345d2f738b8b9a2a1f6a0fdb5ca0284d491abdb5f86f75f?s=96&d=mm&r=g","caption":"Aur\u00e9lien Py"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/aurelienpy\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/44276","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\/126"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=44276"}],"version-history":[{"count":5,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/44276\/revisions"}],"predecessor-version":[{"id":44283,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/44276\/revisions\/44283"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=44276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=44276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=44276"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=44276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}