{"id":35438,"date":"2023-10-05T11:36:28","date_gmt":"2023-10-05T16:36:28","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=35438"},"modified":"2025-04-16T07:37:36","modified_gmt":"2025-04-16T12:37:36","slug":"monitor-filecloud-server-with-zabbix","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/","title":{"rendered":"Monitor FileCloud Server with Zabbix"},"content":{"rendered":"<p><em>Note: this blog post is intended for system and IT administrators who manage FileCloud Server environments.<\/em><\/p>\n<p>FileCloud Server is a powerful on-prem file sharing and data governance solution for enterprises and institutions around the world. One of FileCloud\u2019s strengths is the ability to <a href=\"https:\/\/www.filecloud.com\/third-party-integration\/\">integrate with third-party applications<\/a> to better serve an organization; these include Active Directory and LDAP, Windows file servers, Salesforce, Microsoft and Google productivity apps, even security tools for SAML SSO, antivirus, malware protection, and SIEM.<\/p>\n<p>In this article, we will describe how Zabbix, an open-source software, can be used to monitor a FileCloud Server environment.<\/p>\n<h2>What is Zabbix?<\/h2>\n<p><a href=\"https:\/\/www.zabbix.com\/\">Zabbix<\/a> is an open-source monitoring software tool for diverse IT components, including networks, servers, virtual machines (VMs), and cloud services. Zabbix provides monitoring metrics, such as network utilization, CPU load, and disk space consumption.<\/p>\n<p>The software is capable of monitoring operations across operating systems, including Linux, Hewlett Packard Unix (HP-UX), Mac OS X, and Solaris; however, Windows monitoring is only possible through agents.<\/p>\n<p>Zabbix can be deployed for agent-based and agentless monitoring:<\/p>\n<h3>Agent-based Monitoring<\/h3>\n<p>Agents are installed on IT components to check performance and collect data. The agent then reports back to a centralized Zabbix management server. That information is included in reports or presented visually in the Zabbix graphical user interface (GUI). If any issues are detected, Zabbix will notify or alert the user.<\/p>\n<h3>Agentless Monitoring<\/h3>\n<p>Agentless monitoring accomplishes the same type of monitoring by leveraging the existing resources within a system or device to emulate an agent. The Zabbix web-based GUI enables users to view their IT environment via customizable dashboards based on widgets, graphs, network maps, slideshows, and reports<\/p>\n<h2>Requirements to Configure FileCloud and Zabbix<\/h2>\n<p>In this scenario, FileCloud Server has been installed in three nodes, as per the table below. <em>(Note: MongoDB works in replica sets, and a minimum of 3 nodes are required.)<\/em><\/p>\n<p>You can monitor a single node installation using the same steps. The FileCloud Server nodes are following the FileCloud <a href=\"https:\/\/www.filecloud.com\/supportdocs\/fcdoc\/latest\/server\/filecloud-administrator-guide\/about-filecloud-for-administrators\/requirements\">Requirements<\/a>.<\/p>\n<table width=\"624\">\n<tbody>\n<tr>\n<td width=\"208\"><strong>Server name<\/strong><\/td>\n<td width=\"208\"><strong>IP<\/strong><\/td>\n<td width=\"208\"><strong>Server Role<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"208\"><strong>FCserver1.localdomain<\/strong><\/td>\n<td width=\"208\"><strong>192.168.10.241<\/strong><\/td>\n<td width=\"208\"><strong>Web, DB<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"208\"><strong>FCserver2.localdomain<\/strong><\/td>\n<td width=\"208\"><strong>192.168.10.242<\/strong><\/td>\n<td width=\"208\"><strong>Web, DB<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"208\"><strong>FCserver3.localdomain<\/strong><\/td>\n<td width=\"208\"><strong>192.168.10.243<\/strong><\/td>\n<td width=\"208\"><strong>Web, DB<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>We also have a Zabbix Appliance which is installed under AlmaLinux 8 (x86_64):<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"312\"><strong>Server name<\/strong><\/td>\n<td width=\"312\"><strong>IP<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"312\"><strong>appliance<\/strong><\/td>\n<td width=\"312\"><strong>192.168.10.230<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Configure FileCloud and Zabbix<\/h2>\n<ol>\n<li><a href=\"https:\/\/www.filecloud.com\/supportdocs\/fcdoc\/latest\/server\/filecloud-administrator-guide\/installing-filecloud-server\/post-installation\/ssl-configuration\">Install FileCloud Server.<\/a><\/li>\n<li><a href=\"https:\/\/www.filecloud.com\/supportdocs\/fcdoc\/latest\/server\/filecloud-administrator-guide\/filecloud-site-setup\">Configure the FileCloud instance.<\/a><\/li>\n<li>Configure <a href=\"https:\/\/www.filecloud.com\/supportdocs\/fcdoc\/latest\/server\/filecloud-administrator-guide\/filecloud-site-setup\/filecloud-high-availability\">FileCloud High-Availability<\/a> (skip this step if you are using a FileCloud Server single-node installation).<\/li>\n<li>Install <a href=\"https:\/\/www.zabbix.com\/download_appliance\">Zabbix Appliance<\/a> (this provides all the required Zabbix components in the fastest deployment. Download the ISO and use it as a source installation image. You can read more detailed installation instructions in the <a href=\"https:\/\/www.zabbix.com\/documentation\/6.4\/en\/manual\/appliance\">Zabbix documentation<\/a>.)<\/li>\n<\/ol>\n<p>The default user\/password for Zabbix Appliance and Zabbix Frontend are below:<\/p>\n<p><strong>Zabbix Appliance<\/strong><\/p>\n<p>root:zabbix<\/p>\n<p><strong>Zabbix Frontend<\/strong><\/p>\n<p>Admin:zabbix<\/p>\n<h3>Specify Static IP Address<\/h3>\n<p>The appliance uses DHCP to obtain the IP address by default. Follow the below steps to specify a static IP address:<\/p>\n<ol>\n<li>Log in as root user.<\/li>\n<li>Open <strong>\/etc\/sysconfig\/network-scripts\/ifcfg-eth0 <\/strong>file.<\/li>\n<li>Replace <strong>BOOTPROTO=dhcp<\/strong> with <strong>BOOTPROTO=none<\/strong>.<\/li>\n<li>Add the following lines:<\/li>\n<\/ol>\n<pre><strong>IPADDR=&lt;IP address of the appliance&gt;\r\nPREFIX=&lt;CIDR prefix&gt;\r\nGATEWAY=&lt;gateway IP address&gt;\r\nDNS1=&lt;DNS server IP address&gt;<\/strong><\/pre>\n<p>Example:<\/p>\n<pre>[root@appliance network-scripts]# cat ifcfg-eth0\r\nDEVICE=\"eth0\"\r\nBOOTPROTO=none\r\nNM_CONTROLLED=\"no\"\r\nPERSISTENT_DHCLIENT=1\r\nONBOOT=\"yes\"\r\nTYPE=Ethernet\r\nDEFROUTE=yes\r\nPEERDNS=yes\r\nPEERROUTES=yes\r\nIPV4_FAILURE_FATAL=yes\r\nNAME=\"eth0\"\r\nIPADDR=192.168.10.230\r\nPREFIX=24\r\nGATEWAY=192.168.10.1\r\nDNS1=192.168.10.230\r\nDNS2=192.168.10.230<\/pre>\n<p>After making these changes, run the <strong>systemctl restart network<\/strong> command to implement the new IP settings.<\/p>\n<h3>Set the System Clock<\/h3>\n<p>By default, the appliance uses UTC for the system clock. To change the time zone, copy the appropriate file from <strong>\/usr\/share\/zoneinfo<\/strong> to <strong>\/etc\/localtime<\/strong> as per the below example:<\/p>\n<p>(here, we are using \u201cSao Paulo.\u201d)<\/p>\n<pre>[root@appliance ~]# cp \/usr\/share\/zoneinfo\/America\/Sao_Paulo \/etc\/localtime\r\ncp: overwrite '\/etc\/localtime'? y\r\n[root@appliance ~]#<\/pre>\n<h3>Log in to Zabbix<\/h3>\n<p>Log in to the Zabbix Frontend by opening <a href=\"http:\/\/host\" class=\"broken_link\">http:\/\/host<\/a>; for our example, we are using <a href=\"http:\/\/192.168.10.230\" class=\"broken_link\">http:\/\/192.168.10.230<\/a>:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Zabbix-Dashboard_Integrate-Zabbix-with-FileCloud.png\"><\/p>\n<h2>Install Zabbix on FileCloud Server Node(s)<\/h2>\n<ol>\n<li>Install the Zabbix agent on each FileCloud Server node, as per the below steps:<\/li>\n<li>Install the Zabbix repository by running the below commands:<\/li>\n<\/ol>\n<pre>rpm -Uvh https:\/\/repo.zabbix.com\/zabbix\/6.4\/rhel\/9\/x86_64\/zabbix-release-6.4-1.el9.noarch.rpm \r\ndnf clean all<\/pre>\n<ol start=\"3\">\n<li>Install Zabbix Agent 2 by running the below command:<\/li>\n<\/ol>\n<pre>yum install -y zabbix-agent2.x86_64<\/pre>\n<ol start=\"4\">\n<li>Edit the file <strong>\/etc\/zabbix\/zabbix_agent2.conf <\/strong>on each FileCloud Server node and change the following parameters as per the below example:<\/li>\n<\/ol>\n<pre><strong>Server=192.168.10.230<\/strong>\r\n<strong>ServerActive=192.168.10.230<\/strong>\r\n<strong>HostMetadata=Linux<\/strong>\r\n<strong>HostnameItem=system.hostname\u00a0 <\/strong><\/pre>\n<p>(The \u201cHostnameITEM\u201d parameter does not exist in zabbix_agentd.conf \u2014 you need to manually add it)<\/p>\n<ol start=\"5\">\n<li>Restart the Zabbix Agent on each FileCloud Server node by running the below command:<\/li>\n<\/ol>\n<pre>systemctl restart zabbix-agent2.service<\/pre>\n<ol start=\"6\">\n<li>Enable the Zabbix agent to be started upon boot:<\/li>\n<\/ol>\n<pre>systemctl enable --now zabbix-agent2.service<\/pre>\n<ol start=\"7\">\n<li>Add a firewall rule for Zabbix agent (FileCloud servers) and HTTP\/HTTPS protocols:<\/li>\n<\/ol>\n<pre>firewall-cmd --add-service={http,https} \u2013permanent\r\nfirewall-cmd --add-port={10051\/tcp,10050\/tcp} \u2013permanent\r\nfirewall-cmd \u2013reload<\/pre>\n<h2>Create Hosts in Zabbix GUI<\/h2>\n<p>Now, let\u2019s create a new host in Zabbix GUI following the below steps:<br \/>\n<em>(These steps will need to be done for each FileCloud Server node.)<\/em><\/p>\n<ol>\n<li>Click on \u201c<strong>Monitoring<\/strong>\u201d &gt; \u201c<strong>Hosts<\/strong>\u201d &gt; \u201c<strong>Create Host<\/strong>\u201d. <img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Create-Hosts-in-Zabbix_Integrate-Zabbix-with-FileCloud.png\"><\/li>\n<li>Add the \u201c<strong>Host name<\/strong>\u201d of each FileCloud Server node. <img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Add-New-Host_Integrate-Zabbix-with-FileCloud.png\"><\/li>\n<li>On \u201c<strong>Templates<\/strong>\u201d, find \u201c<strong>Apache by Zabbix agent,<\/strong>\u201d \u201c<strong>MongoDB node by Zabbix agent2,<\/strong>\u201d and \u201c<strong>Linux by Zabbix agent<\/strong>\u201d.<\/li>\n<li>On \u201c<strong>Host groups<\/strong>\u201d, click on \u201c<strong>Select\u201d<\/strong> then choose \u201c<strong>Linux servers<\/strong>\u201d.<\/li>\n<li>On \u201c<strong>Interfaces,<\/strong>\u201d click on \u201c<strong>Add<\/strong>\u201d &gt; \u201c<strong>Agent<\/strong>\u201d then replace \u201c127.0.0.1\u201d by each FileCloud Server node\u2019s IP.<\/li>\n<li>Click on \u201c<strong>Add<\/strong>\u201d.<\/li>\n<\/ol>\n<p>The FileCloud Server nodes were successfully added to Zabbix:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/New-Hosts-Added_Integrate-Zabbix-with-FileCloud.png\"><\/p>\n<h2>Configure Apache Monitoring on FileCloud<\/h2>\n<p>Follow the below steps to have Apache monitoring in place:<br \/>\n<em>(This needs to be executed on each FileCloud Server node.)<\/em><\/p>\n<ol>\n<li>Create the file <strong>\/etc\/httpd\/conf.modules.d\/status.conf<\/strong>.<\/li>\n<li>Add the below lines and replace <strong>168.10.230<\/strong> with your Zabbix Appliance IP:<\/li>\n<\/ol>\n<pre>&lt;Location \"\/server-status\"&gt;\r\nSetHandler server-status\r\nRequire ip 192.168.10.230\r\n&lt;\/Location&gt;<\/pre>\n<ol start=\"3\">\n<li>Restart the httpd service using the below command:<\/li>\n<\/ol>\n<pre>systemctl restart httpd<\/pre>\n<h2>Configure MongoDB Monitoring on FileCloud<\/h2>\n<p>Follow the below steps to have MongoDB monitoring in place:<br \/>\n<em>(This needs to be executed on the primary MongoDB node if you are using HA in FileCloud; if not, run this command on the single MongoDB node.)<\/em><\/p>\n<p>Here, we are creating the <strong>zabbix_mon<\/strong> user with <strong>zabbix_mon<\/strong> as the password.<\/p>\n<pre>db.createUser(\r\n{\r\nuser: \"zabbix_mon\",\r\npwd: \"zabbix_mon\",\r\nroles: [ { role: \"userAdminAnyDatabase\", db: \"admin\" } ]\r\n}\r\n)<\/pre>\n<p>Install the Zabbix MongoDB plugin running the below command on each FileCloud Server node:<\/p>\n<pre>yum install zabbix-agent2-plugin-mongodb -y<\/pre>\n<h3>Configure the MongoDB Template<\/h3>\n<ol>\n<li>Go to \u201c<strong>Data collection<\/strong>\u201d &gt; \u201c<strong>Hosts<\/strong>\u201d, then click on any FileCloud Server node.<\/li>\n<li>Click on \u201c<strong>MongoDB cluster by Zabbix agent 2.<\/strong>\u201d<img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Configure-MongoDB-for-Hosts-in-Zabbix_Integrate-Zabbix-with-FileCloud.png\"><\/li>\n<li>A new browser window will be opened as per the image below; click on \u201cMacros.\u201d<img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Configure-MongoDB-macros-in-Zabbix_Integrate-Zabbix-with-FileCloud.png\"><\/li>\n<li>Change the parameters <strong>\u201c{$MONGODB.CONNSTRING}\u201d<\/strong> |<strong> \u201c{$MONGODB.PASSWORD}\u201d<\/strong> and<strong> \u201c{$MONGODB.USER}\u201d<\/strong> as per the below example:\n<ul>\n<li>The <strong>\u201c{$MONGODB.CONNSTRING}\u201d<\/strong> parameter should point to the MongoDB IP address.<img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Sample-Parameter-Changes-for-MongoDB_FileCloud-Hosts-in-Zabbix.png\"><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h2>Open Zabbix Appliance Charts<\/h2>\n<p>Now, it\u2019s possible to see Zabbix Appliance populating charts.<\/p>\n<p>Go to <strong>Monitoring<\/strong> &gt; <strong>Hosts<\/strong> &gt; then click on \u201c<strong>Graphs<\/strong>\u201d from any FileCloud Server node: <img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Zabbix-Monitoring-Graphs-of-FileCloud-Hosts.png\"><\/p>\n<p>As a test, let\u2019s shut down one FileCloud Server node (FCServer1); you will see an alert in \u201c<strong>Dashboards<\/strong>\u201d &gt; \u201c<strong>Host availability<\/strong>\u201d and \u201c<strong>Current problems<\/strong>\u201d widgets as per the below example: <img decoding=\"async\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Zabbix-Dashboard-Issue-Flagged_Integrate-FileCloud-with-Zabbix.png\"><\/p>\n<p>It\u2019s also possible to configure alerts (for example: receive an alert via email when a node is not available). To do so, follow the instructions from the Zabbix documentation for \u201c<a href=\"https:\/\/www.zabbix.com\/documentation\/current\/en\/manual\/quickstart\/notification\">Receiving Problems Notifications<\/a>\u201d and <a href=\"https:\/\/www.zabbix.com\/documentation\/current\/en\/manual\/config\/notifications\">Event Notifications<\/a>.<\/p>\n<h2>\u00a0Conclusion<\/h2>\n<p>FileCloud\u2019s flexibility and extensibility make it a dynamic solution for enterprise IT environments that rely on different tools and applications to execute daily and critical operations. By integrating with open software like Zabbix, system administrators can monitor their FileCloud instance and enable secure file sharing, collaboration, and data governance.<\/p>\n<p>To learn more about configuring FileCloud Server with third-party applications, check out our <a href=\"https:\/\/www.filecloud.com\/supportdocs\/fcdoc\/latest\/server\/filecloud-administrator-guide\/third-party-integrations-settings\">documentation<\/a> or reach out to our <a href=\"https:\/\/www.filecloud.com\/filecloud-support\/\">support team<\/a>.<\/p>\n<p>\u00a0<\/p>\n<p><strong>Article written by Rafael Vilela, Solutions Engineer<\/strong><\/p>\n<p><strong>Edited by Katie Gerhardt, Jr. Product Marketing Manager<\/strong><\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Note: this blog post is intended for system and IT administrators who manage FileCloud Server environments. FileCloud Server is a powerful on-prem file sharing and data governance solution for enterprises and institutions around the world. One of FileCloud\u2019s strengths is the ability to integrate with third-party applications to better serve an organization; these include Active [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":35441,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18,19,20,1878],"tags":[1885,1886,1887,1884],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Monitor FileCloud Server with Zabbix - FileCloud blog<\/title>\n<meta name=\"description\" content=\"Monitor FileCloud with Zabbix, an open-source software application. Learn how with the step-by-step guide from a FileCloud Solutions Engineer!\" \/>\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.filecloud.com\/blog\/monitor-filecloud-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 FileCloud Server with Zabbix\" \/>\n<meta property=\"og:description\" content=\"Monitor FileCloud with Zabbix, an open-source software application. Learn how with the step-by-step guide from a FileCloud Solutions Engineer!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-05T16:36:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-16T12:37:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Zabbix-Dashboard_Integrate-Zabbix-with-FileCloud.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1767\" \/>\n\t<meta property=\"og:image:height\" content=\"717\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Katie Gerhardt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Katie Gerhardt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/\"},\"author\":{\"name\":\"Katie Gerhardt\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\"},\"headline\":\"Monitor FileCloud Server with Zabbix\",\"datePublished\":\"2023-10-05T16:36:28+00:00\",\"dateModified\":\"2025-04-16T12:37:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/\"},\"wordCount\":1167,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"FileCloud Integration\",\"Integrate FileCloud\",\"Integrate Zabbix\",\"Zabbix\"],\"articleSection\":[\"Admin Tools and Tips\",\"Advanced Computer Administration and Architecture\",\"FileCloud\",\"Technical Guidance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/\",\"name\":\"Monitor FileCloud Server with Zabbix - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2023-10-05T16:36:28+00:00\",\"dateModified\":\"2025-04-16T12:37:36+00:00\",\"description\":\"Monitor FileCloud with Zabbix, an open-source software application. Learn how with the step-by-step guide from a FileCloud Solutions Engineer!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monitor FileCloud Server with Zabbix\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\",\"name\":\"Katie Gerhardt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"caption\":\"Katie Gerhardt\"},\"description\":\"Product Marketing Manager\",\"sameAs\":[\"1\",\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\"],\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/katie\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Monitor FileCloud Server with Zabbix - FileCloud blog","description":"Monitor FileCloud with Zabbix, an open-source software application. Learn how with the step-by-step guide from a FileCloud Solutions Engineer!","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.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/","og_locale":"en_US","og_type":"article","og_title":"Monitor FileCloud Server with Zabbix","og_description":"Monitor FileCloud with Zabbix, an open-source software application. Learn how with the step-by-step guide from a FileCloud Solutions Engineer!","og_url":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2023-10-05T16:36:28+00:00","article_modified_time":"2025-04-16T12:37:36+00:00","og_image":[{"width":1767,"height":717,"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/10\/Zabbix-Dashboard_Integrate-Zabbix-with-FileCloud.png","type":"image\/png"}],"author":"Katie Gerhardt","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Katie Gerhardt","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/"},"author":{"name":"Katie Gerhardt","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea"},"headline":"Monitor FileCloud Server with Zabbix","datePublished":"2023-10-05T16:36:28+00:00","dateModified":"2025-04-16T12:37:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/"},"wordCount":1167,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["FileCloud Integration","Integrate FileCloud","Integrate Zabbix","Zabbix"],"articleSection":["Admin Tools and Tips","Advanced Computer Administration and Architecture","FileCloud","Technical Guidance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/","url":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/","name":"Monitor FileCloud Server with Zabbix - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2023-10-05T16:36:28+00:00","dateModified":"2025-04-16T12:37:36+00:00","description":"Monitor FileCloud with Zabbix, an open-source software application. Learn how with the step-by-step guide from a FileCloud Solutions Engineer!","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/monitor-filecloud-server-with-zabbix\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Monitor FileCloud Server with Zabbix"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea","name":"Katie Gerhardt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","caption":"Katie Gerhardt"},"description":"Product Marketing Manager","sameAs":["1","https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/"],"url":"https:\/\/www.filecloud.com\/blog\/author\/katie\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35438"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=35438"}],"version-history":[{"count":3,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35438\/revisions"}],"predecessor-version":[{"id":36384,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35438\/revisions\/36384"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media\/35441"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=35438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=35438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=35438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}