{"id":27615,"date":"2023-09-07T11:24:45","date_gmt":"2023-09-07T09:24:45","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=27615"},"modified":"2024-09-11T10:18:24","modified_gmt":"2024-09-11T08:18:24","slug":"zabbix-report-scheduler-setup-and-troubleshooting","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/","title":{"rendered":"Zabbix Report Scheduler Setup and Troubleshooting"},"content":{"rendered":"\n<p>I wanted to test the Zabbix report scheduler. In this blog, I will explain how to do it as well as the different issues I faced (with cause and resolution, obviously \ud83d\ude42 ).<\/p>\n\n\n\n<p>By the way, report scheduler is a Zabbix feature that allow to generate PDF of dashboard sent via email.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-binaries\">Install Binaries<\/h2>\n\n\n\n<p>First step is to install the package that will generate the report:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\ndnf install zabbix-web-service\n<\/pre><\/div>\n\n\n<p>I also have to install Google Chrome for report generation:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_x86_64.rpm\n$ yum install google-chrome-stable_current_x86_64.rpm\n<\/pre><\/div>\n\n\n<p>Start and enable service:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ systemctl enable zabbix-web-service.service\n$ systemctl start zabbix-web-service.service\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-adapt-configuration\">Adapt Configuration<\/h2>\n\n\n\n<p>Next step is to modify <code>zabbix_server.conf<\/code> file to declare Zabbix web service by adding these lines (or uncommenting them if they exist):<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nWebServiceURL=http:\/\/localhost:10053\/report\nStartReportWriters=3\n<\/pre><\/div>\n\n\n<p>Then, we have to declare front-end URL in Zabbix Web UI. For that, go into Administration, General, Other  and set it:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"552\" height=\"99\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png\" alt=\"Zabbix frontend URL seutp\" class=\"wp-image-27622\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png 552w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters-300x54.png 300w\" sizes=\"auto, (max-width: 552px) 100vw, 552px\" \/><\/figure>\n\n\n\n<p>Following by a service restart: <code>systemctl restart zabbix-server.service<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-sanity-check\">Sanity Check<\/h3>\n\n\n\n<p>Finally, we are ready for some testing. I have created a simple scheduled report like that:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_22-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png\" alt=\"Test Scheduled Report\" class=\"wp-image-27625\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_22-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png 800w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_22-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-300x300.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_22-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-150x150.png 150w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_22-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-768x768.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>A click on test and after few seconds, I have this popup:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"263\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_46-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png\" alt=\"Report test ok\" class=\"wp-image-27626\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_46-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png 474w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_06_46-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-300x166.png 300w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-common-problems\">Common Problems<\/h2>\n\n\n\n<p>Documentation is straight forward and seems easy. Nevertheless, I faced a few issues while trying to set this up.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-front-end-url-has-not-been-configured\">The Front-end URL has not been configured<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"472\" height=\"173\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_54_11-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-27623\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_54_11-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png 472w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_54_11-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-300x110.png 300w\" sizes=\"auto, (max-width: 472px) 100vw, 472px\" \/><\/figure>\n\n\n\n<p>Any change in the front-end URL must be followed by a service restart (<code>systemctl restart zabbix-server.service<\/code>) for it to be properly taken into account.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cannot-fetch-data-exec-google-chrome-executable-file-not-found-in-path\">Cannot fetch data: exec: &#8220;google-chrome&#8221;: executable file not found in $PATH.<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"544\" height=\"173\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_23_53-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-27630\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_23_53-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png 544w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_23_53-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-300x95.png 300w\" sizes=\"auto, (max-width: 544px) 100vw, 544px\" \/><\/figure>\n\n\n\n<p>Zabbix web service cannot find google-chrome in it&#8217;s path. Try to login on Zabbix server and run <code>google-chrome<\/code> command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-no-media-configured-for-the-report-recipients\">No media configured for the report recipients<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"472\" height=\"173\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_16_20-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-27628\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_16_20-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png 472w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_16_20-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-300x110.png 300w\" sizes=\"auto, (max-width: 472px) 100vw, 472px\" \/><\/figure>\n\n\n\n<p>In that situation, it is important to know that the test button will use currently logged in user and not the users defined in <em>Subscriptions <\/em>field.<\/p>\n\n\n\n<p>One more very important tip is to click the <strong>Update<\/strong> button (framed below) after you have added the media, because if you forget user&#8217;s media will not be updated:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"824\" height=\"188\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_19_35-zabbix_-Configuration-of-users-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-27629\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_19_35-zabbix_-Configuration-of-users-\u2014-Mozilla-Firefox.png 824w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_19_35-zabbix_-Configuration-of-users-\u2014-Mozilla-Firefox-300x68.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-14_19_35-zabbix_-Configuration-of-users-\u2014-Mozilla-Firefox-768x175.png 768w\" sizes=\"auto, (max-width: 824px) 100vw, 824px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-other-problems\">Other Problems<\/h3>\n\n\n\n<p>You must not overlook the report test box windows. For example, I had this and wondered why I did not get anything in my mailbox:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"263\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-15_47_11-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png\" alt=\"\" class=\"wp-image-27634\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-15_47_11-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox.png 474w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-15_47_11-zabbix_-Scheduled-reports-\u2014-Mozilla-Firefox-300x166.png 300w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/><\/figure>\n\n\n\n<p>Despite proper report generation, the delivery failed. Zabbix server was not able to reach the SMTP server (Report sending failed) as log confirms:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n19906:20230905:154739.563 failed to send email: cannot connect to SMTP server &quot;x.y.z.t&quot;: cannot connect to &#x5B;&#x5B;x.y.z.t]:2525]: &#x5B;111] Connection refused\n<\/pre><\/div>\n\n\n<p>If you face any other problem, you can have a look at these two logs stored in <code>\/var\/log\/zabbix\/<\/code>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>zabbix_web_service.log<\/code> for web service<\/li>\n\n\n\n<li><code>zabbix_server.log<\/code> for standard Zabbix server<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>I wanted to test the Zabbix report scheduler. In this blog, I will explain how to do it as well as the different issues I faced (with cause and resolution, obviously \ud83d\ude42 ). By the way, report scheduler is a Zabbix feature that allow to generate PDF of dashboard sent via email. Install Binaries First [&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],"tags":[2430],"type_dbi":[],"class_list":["post-27615","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","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 Report Scheduler Setup and Troubleshooting - 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-report-scheduler-setup-and-troubleshooting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zabbix Report Scheduler Setup and Troubleshooting\" \/>\n<meta property=\"og:description\" content=\"I wanted to test the Zabbix report scheduler. In this blog, I will explain how to do it as well as the different issues I faced (with cause and resolution, obviously \ud83d\ude42 ). By the way, report scheduler is a Zabbix feature that allow to generate PDF of dashboard sent via email. Install Binaries First [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-07T09:24:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-11T08:18:24+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png\" \/>\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=\"4 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-report-scheduler-setup-and-troubleshooting\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/\"},\"author\":{\"name\":\"Middleware Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\"},\"headline\":\"Zabbix Report Scheduler Setup and Troubleshooting\",\"datePublished\":\"2023-09-07T09:24:45+00:00\",\"dateModified\":\"2024-09-11T08:18:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/\"},\"wordCount\":379,\"commentCount\":2,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png\",\"keywords\":[\"Zabbix\"],\"articleSection\":[\"Application integration &amp; Middleware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/\",\"name\":\"Zabbix Report Scheduler Setup and Troubleshooting - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png\",\"datePublished\":\"2023-09-07T09:24:45+00:00\",\"dateModified\":\"2024-09-11T08:18:24+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage\",\"url\":\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png\",\"contentUrl\":\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zabbix Report Scheduler Setup and Troubleshooting\"}]},{\"@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 Report Scheduler Setup and Troubleshooting - 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-report-scheduler-setup-and-troubleshooting\/","og_locale":"en_US","og_type":"article","og_title":"Zabbix Report Scheduler Setup and Troubleshooting","og_description":"I wanted to test the Zabbix report scheduler. In this blog, I will explain how to do it as well as the different issues I faced (with cause and resolution, obviously \ud83d\ude42 ). By the way, report scheduler is a Zabbix feature that allow to generate PDF of dashboard sent via email. Install Binaries First [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/","og_site_name":"dbi Blog","article_published_time":"2023-09-07T09:24:45+00:00","article_modified_time":"2024-09-11T08:18:24+00:00","og_image":[{"url":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png","type":"","width":"","height":""}],"author":"Middleware Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Middleware Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/"},"author":{"name":"Middleware Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"headline":"Zabbix Report Scheduler Setup and Troubleshooting","datePublished":"2023-09-07T09:24:45+00:00","dateModified":"2024-09-11T08:18:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/"},"wordCount":379,"commentCount":2,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png","keywords":["Zabbix"],"articleSection":["Application integration &amp; Middleware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/","url":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/","name":"Zabbix Report Scheduler Setup and Troubleshooting - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png","datePublished":"2023-09-07T09:24:45+00:00","dateModified":"2024-09-11T08:18:24+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#primaryimage","url":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png","contentUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/09\/2023-09-05-13_44_22-zabbix_-Other-configuration-parameters.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/zabbix-report-scheduler-setup-and-troubleshooting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Zabbix Report Scheduler Setup and Troubleshooting"}]},{"@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\/27615","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=27615"}],"version-history":[{"count":17,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/27615\/revisions"}],"predecessor-version":[{"id":27644,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/27615\/revisions\/27644"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=27615"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=27615"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=27615"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=27615"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}