{"id":46770,"date":"2023-07-28T00:00:00","date_gmt":"2023-07-28T07:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/monitor-your-griddb-server-with-zabbix\/"},"modified":"2025-11-13T12:56:40","modified_gmt":"2025-11-13T20:56:40","slug":"monitor-your-griddb-server-with-zabbix","status":"publish","type":"post","link":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/","title":{"rendered":"Monitor your GridDB Server with Zabbix"},"content":{"rendered":"<p>In this article, we will be discussing connecting GridDB with <a href=\"https:\/\/github.com\/zabbix\/zabbix\">zabbix<\/a>. If you are unfamiliar with Zabbix, it is described as &#8220;a software that monitors numerous parameters of a network and the health and integrity of servers, virtual machines, applications, services, databases, websites, the cloud and more.&#8221; In our case, we will plan to connect GridDB to Zabbix and monitor the health and integrity of the running GridDB database.<\/p>\n<p>So, for this article, we will walk through setting up Zabbix, setting up GridDB, and then how to monitor GridDB in Zabbix with an included template file. This template file will instruct our Zabbix server of how to connect to our running GridDB server and what sorts of things to monitor.<\/p>\n<h2>Prerequisites &amp; Installation<\/h2>\n<p>As stated above, we will need to have the following:<\/p>\n<ol>\n<li>Zabbix<\/li>\n<li>GridDB<\/li>\n<li>GridDB Web API<\/li>\n<\/ol>\n<p>A copy of the template file: <a href=\"https:\/\/griddb.net\/en\/download\/29709\/\">https:\/\/griddb.net\/en\/download\/29709\/<\/a><\/p>\n<h3>Installing Zabbix<\/h3>\n<p>To install Zabbix, you can follow the instructions here: <a href=\"https:\/\/www.zabbix.com\/download?zabbix=6.4&amp;os_distribution=ubuntu&amp;os_version=22.04&amp;components=server_frontend_agent&amp;db=mysql&amp;ws=apache\">https:\/\/www.zabbix.com\/download?zabbix=6.4&amp;os_distribution=ubuntu&amp;os_version=22.04&amp;components=server_frontend_agent&amp;db=mysql&amp;ws=apache<\/a>. The instructions here are very straight forward, so there is not much I can add to help you along. The only thing I will say is that make sure you set a password during the mysql portion of the installation process; don&#8217;t just simply copy and paste the lines and set your password to &#8220;password&#8221; (as I did).<\/p>\n<p>Another note is that I already had port 80 being used on my ubuntu machine so I needed to edit my apache2 config to change the port. If your port 80 is free, then you will be fine and once you are done following the instructions on the web page, you can navigate to the running Zabbix frontend (http:\/\/[host ip:port]\/zabbix).<\/p>\n<h3>Installing GridDB<\/h3>\n<p>You can install GridDB using the docs here: <a href=\"https:\/\/docs.griddb.net\/gettingstarted\/using-apt\/\">https:\/\/docs.griddb.net\/gettingstarted\/using-apt\/<\/a>. Once your GridDB is installed, we can move on to the next portion.<\/p>\n<h2>Connecting GridDB to Zabbix<\/h2>\n<p>Now that we have our software ready to go, let&#8217;s actually walk through the process of uploading our (included) template file to monitor our GridDB server with Zabbix. For reference, a lot of the following information has been pulled from this document: <a href=\"https:\/\/www.toshiba-sol.co.jp\/en\/pro\/griddb\/docs-en\/v5_2\/GridDB_ZabbixTemplateGuide.html\">https:\/\/www.toshiba-sol.co.jp\/en\/pro\/griddb\/docs-en\/v5_2\/GridDB_ZabbixTemplateGuide.html<\/a>.<\/p>\n<h3>Zabbix Agent<\/h3>\n<p>First, we will need to set some config parameters; the GridDB template uses Active Check to retrieve the GridDB logs, so we will need to point our agent to the Zabbix server. Edit the <code>zabbix_agentd.conf<\/code> file (located in <code>\/etc\/zabbix\/<\/code>) to add in the address of your Zabbix server and to add in the hostname. In my case, I simply kept it as localhost (127.0.0.1) and kept the hostname as the default value from the frontend &#8220;Zabbix server&#8221;. Please note that this is crucial to receive the gs_logs; if you do not insert the correct hostname, you will not receive the gs_log data.<\/p>\n<p>Once you make your changes, restart the agent:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ sudo systemctl restart zabbix-server zabbix-agent<\/code><\/pre>\n<\/div>\n<h3>Importing the GridDB Template<\/h3>\n<p>Next we will need to connect to the Zabbix frontend; the default username and password are: Admin\/zabbix. Once you have gone through the set up wizard, you will be greeted with the dashboard. Once in the dashboard, let&#8217;s try to import our GridDB Template xml file.<\/p>\n<p>To do so, Data Collection &#8211;> Templates. On the top right corner, click import and select your GridDB template file and click import, confirm what&#8217;s on the screen, and click import again.<\/p>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/Screenshot_17.png\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/Screenshot_17.png\" alt=\"\" width=\"1915\" height=\"715\" class=\"aligncenter size-full wp-image-29707\" srcset=\"\/wp-content\/uploads\/2023\/07\/Screenshot_17.png 1915w, \/wp-content\/uploads\/2023\/07\/Screenshot_17-300x112.png 300w, \/wp-content\/uploads\/2023\/07\/Screenshot_17-1024x382.png 1024w, \/wp-content\/uploads\/2023\/07\/Screenshot_17-768x287.png 768w, \/wp-content\/uploads\/2023\/07\/Screenshot_17-1536x573.png 1536w, \/wp-content\/uploads\/2023\/07\/Screenshot_17-600x224.png 600w\" sizes=\"(max-width: 1915px) 100vw, 1915px\" \/><\/a><\/p>\n<p>Also please note, that the template file provided here is solely for GridDB CE, meaning it does not contain information regarding GridDB node group (aka clustering) as it is solely for one node.<\/p>\n<p>Again, you can download the template file here: <a href=\"https:\/\/griddb.net\/en\/download\/29709\/\">https:\/\/griddb.net\/en\/download\/29709\/<\/a><\/p>\n<h4>Setting a Template to the Host<\/h4>\n<p>Next, go to Data Collection&#8211;> Hosts and click on your hostname &#8211;> &#8220;Zabbix server&#8221;. From there, in the template section, click select and find Template GridDB and add it and update it.<\/p>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/Screenshot_18.png\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/Screenshot_18.png\" alt=\"\" width=\"1545\" height=\"880\" class=\"aligncenter size-full wp-image-29708\" srcset=\"\/wp-content\/uploads\/2023\/07\/Screenshot_18.png 1545w, \/wp-content\/uploads\/2023\/07\/Screenshot_18-300x171.png 300w, \/wp-content\/uploads\/2023\/07\/Screenshot_18-1024x583.png 1024w, \/wp-content\/uploads\/2023\/07\/Screenshot_18-768x437.png 768w, \/wp-content\/uploads\/2023\/07\/Screenshot_18-1536x875.png 1536w, \/wp-content\/uploads\/2023\/07\/Screenshot_18-150x85.png 150w, \/wp-content\/uploads\/2023\/07\/Screenshot_18-600x342.png 600w\" sizes=\"(max-width: 1545px) 100vw, 1545px\" \/><\/a><\/p>\n<p>Once that is done, you will be able to see your GridDB properties by going to Monitoring &#8211;> Latest data. When on this page, click on gs_stat from the application tags, for example, to see your GridDB gs_stat information. Very cool!<\/p>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/Screenshot_13.png\"><img decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/Screenshot_13.png\" alt=\"\" width=\"1258\" height=\"837\" class=\"aligncenter size-full wp-image-29702\" srcset=\"\/wp-content\/uploads\/2023\/07\/Screenshot_13.png 1258w, \/wp-content\/uploads\/2023\/07\/Screenshot_13-300x200.png 300w, \/wp-content\/uploads\/2023\/07\/Screenshot_13-1024x681.png 1024w, \/wp-content\/uploads\/2023\/07\/Screenshot_13-768x511.png 768w, \/wp-content\/uploads\/2023\/07\/Screenshot_13-600x399.png 600w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" \/><\/a><\/p>\n<p>You can click on the graphs associated with a certain metric to better visualize your data as well. Like so:<\/p>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/systemCache.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/systemCache.png\" alt=\"\" width=\"1668\" height=\"861\" class=\"aligncenter size-full wp-image-29706\" srcset=\"\/wp-content\/uploads\/2023\/07\/systemCache.png 1668w, \/wp-content\/uploads\/2023\/07\/systemCache-300x155.png 300w, \/wp-content\/uploads\/2023\/07\/systemCache-768x396.png 768w, \/wp-content\/uploads\/2023\/07\/systemCache-1024x529.png 1024w, \/wp-content\/uploads\/2023\/07\/systemCache-1536x793.png 1536w, \/wp-content\/uploads\/2023\/07\/systemCache-600x310.png 600w\" sizes=\"(max-width: 1668px) 100vw, 1668px\" \/><\/a><\/p>\n<p>And like so:<\/p>\n<p><a href=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/processMemory.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/processMemory.png\" alt=\"\" width=\"1670\" height=\"841\" class=\"aligncenter size-full wp-image-29712\" srcset=\"\/wp-content\/uploads\/2023\/07\/processMemory.png 1670w, \/wp-content\/uploads\/2023\/07\/processMemory-300x151.png 300w, \/wp-content\/uploads\/2023\/07\/processMemory-1024x516.png 1024w, \/wp-content\/uploads\/2023\/07\/processMemory-768x387.png 768w, \/wp-content\/uploads\/2023\/07\/processMemory-1536x774.png 1536w, \/wp-content\/uploads\/2023\/07\/processMemory-600x302.png 600w\" sizes=\"(max-width: 1670px) 100vw, 1670px\" \/><\/a><\/p>\n<h2>Conclusion<\/h2>\n<p>And with that, you can now monitor your GridDB Instance right alongside all of your other services in Zabbix!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as &#8220;a software that monitors numerous parameters of a network and the health and integrity of servers, virtual machines, applications, services, databases, websites, the cloud and more.&#8221; In our case, we will plan to connect [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":29706,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-46770","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Monitor your GridDB Server with Zabbix | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as &quot;a software that monitors\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monitor your GridDB Server with Zabbix | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as &quot;a software that monitors\" \/>\n<meta property=\"og:url\" content=\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\" \/>\n<meta property=\"og:site_name\" content=\"GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/griddbcommunity\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-28T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T20:56:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/systemCache.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1668\" \/>\n\t<meta property=\"og:image:height\" content=\"861\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Israel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@GridDBCommunity\" \/>\n<meta name=\"twitter:site\" content=\"@GridDBCommunity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Israel\" \/>\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:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\"},\"author\":{\"name\":\"Israel\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740\"},\"headline\":\"Monitor your GridDB Server with Zabbix\",\"datePublished\":\"2023-07-28T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:56:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\"},\"wordCount\":765,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2023\/07\/systemCache.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\",\"url\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\",\"name\":\"Monitor your GridDB Server with Zabbix | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2023\/07\/systemCache.png\",\"datePublished\":\"2023-07-28T07:00:00+00:00\",\"dateModified\":\"2025-11-13T20:56:40+00:00\",\"description\":\"In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as \\\"a software that monitors\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2023\/07\/systemCache.png\",\"contentUrl\":\"\/wp-content\/uploads\/2023\/07\/systemCache.png\",\"width\":1668,\"height\":861},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website\",\"url\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/\",\"name\":\"GridDB: Open Source Time Series Database for IoT\",\"description\":\"GridDB is an open source time-series database with the performance of NoSQL and convenience of SQL\",\"publisher\":{\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization\",\"name\":\"Fixstars\",\"url\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png\",\"contentUrl\":\"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png\",\"width\":200,\"height\":83,\"caption\":\"Fixstars\"},\"image\":{\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/griddbcommunity\/\",\"https:\/\/x.com\/GridDBCommunity\",\"https:\/\/www.linkedin.com\/company\/griddb-by-toshiba\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740\",\"name\":\"Israel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g\",\"caption\":\"Israel\"},\"url\":\"https:\/\/griddb.net\/en\/author\/israel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Monitor your GridDB Server with Zabbix | GridDB: Open Source Time Series Database for IoT","description":"In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as \"a software that monitors","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:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/","og_locale":"en_US","og_type":"article","og_title":"Monitor your GridDB Server with Zabbix | GridDB: Open Source Time Series Database for IoT","og_description":"In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as \"a software that monitors","og_url":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2023-07-28T07:00:00+00:00","article_modified_time":"2025-11-13T20:56:40+00:00","og_image":[{"width":1668,"height":861,"url":"https:\/\/griddb.net\/wp-content\/uploads\/2023\/07\/systemCache.png","type":"image\/png"}],"author":"Israel","twitter_card":"summary_large_image","twitter_creator":"@GridDBCommunity","twitter_site":"@GridDBCommunity","twitter_misc":{"Written by":"Israel","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#article","isPartOf":{"@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/"},"author":{"name":"Israel","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740"},"headline":"Monitor your GridDB Server with Zabbix","datePublished":"2023-07-28T07:00:00+00:00","dateModified":"2025-11-13T20:56:40+00:00","mainEntityOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/"},"wordCount":765,"commentCount":0,"publisher":{"@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2023\/07\/systemCache.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/","url":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/","name":"Monitor your GridDB Server with Zabbix | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2023\/07\/systemCache.png","datePublished":"2023-07-28T07:00:00+00:00","dateModified":"2025-11-13T20:56:40+00:00","description":"In this article, we will be discussing connecting GridDB with zabbix. If you are unfamiliar with Zabbix, it is described as \"a software that monitors","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/blog\/monitor-your-griddb-server-with-zabbix\/#primaryimage","url":"\/wp-content\/uploads\/2023\/07\/systemCache.png","contentUrl":"\/wp-content\/uploads\/2023\/07\/systemCache.png","width":1668,"height":861},{"@type":"WebSite","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#website","url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/","name":"GridDB: Open Source Time Series Database for IoT","description":"GridDB is an open source time-series database with the performance of NoSQL and convenience of SQL","publisher":{"@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#organization","name":"Fixstars","url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png","contentUrl":"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png","width":200,"height":83,"caption":"Fixstars"},"image":{"@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/griddbcommunity\/","https:\/\/x.com\/GridDBCommunity","https:\/\/www.linkedin.com\/company\/griddb-by-toshiba"]},{"@type":"Person","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/c8a430e7156a9e10af73b1fbb46c2740","name":"Israel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4df8cfc155402a2928d11f80b0220037b8bd26c4f1b19c4598d826e0306e6307?s=96&d=mm&r=g","caption":"Israel"},"url":"https:\/\/griddb.net\/en\/author\/israel\/"}]}},"_links":{"self":[{"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/posts\/46770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/comments?post=46770"}],"version-history":[{"count":1,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/posts\/46770\/revisions"}],"predecessor-version":[{"id":51436,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/posts\/46770\/revisions\/51436"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/media\/29706"}],"wp:attachment":[{"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/media?parent=46770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/categories?post=46770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/griddb.net\/en\/wp-json\/wp\/v2\/tags?post=46770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}