{"id":4263,"date":"2020-05-09T00:48:39","date_gmt":"2020-05-08T15:48:39","guid":{"rendered":"https:\/\/higherhope.net\/?p=4263"},"modified":"2024-04-11T22:02:57","modified_gmt":"2024-04-11T13:02:57","slug":"zabbix-server%e3%81%8c%e8%b5%b7%e5%8b%95%e3%81%ab%e5%a4%b1%e6%95%97%e3%81%99%e3%82%8b%e3%80%82","status":"publish","type":"post","link":"https:\/\/higherhope.net\/?p=4263","title":{"rendered":"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002"},"content":{"rendered":"<p>\u69cb\u7bc9\u6642\u306f\u666e\u901a\u306b\u7a3c\u50cd\u3057\u3066\u3044\u305fzabbix-server\u3067\u3059\u304c\u3001<br \/>\n\u76e3\u8996\u5bfe\u8c61\u3092\u8ffd\u52a0\u3057\u3066\u3044\u304f\u3068\u3001\u3042\u308b\u6642\u304b\u3089zabbix\u304c\u843d\u3061\u308b\u2192\u8d77\u52d5\u5931\u6557\u304c\u9023\u7d9a\u3057\u3066\u3044\u305f\u3002<br \/>\n\u624b\u52d5\u3067zabbix-server\u3092\u8d77\u52d5\u3057\u3088\u3046\u3068\u3057\u3066\u3082\u7121\u7406\u306a\u306e\u3067\u5bfe\u51e6\u3002<\/p>\n<p>\u74b0\u5883\u306f\u3053\u3093\u306a\u611f\u3058<\/p>\n<blockquote><p># cat \/etc\/redhat-release<br \/>\nCentOS Linux release 8.1.1911 (Core)<br \/>\n# rpm -qa | grep zabbix<br \/>\nzabbix-server-mysql-4.4.8-1.el8.x86_64<br \/>\nzabbix-web-4.4.8-1.el8.noarch<br \/>\nzabbix-web-japanese-4.4.8-1.el8.noarch<br \/>\nzabbix-web-mysql-4.4.8-1.el8.noarch<br \/>\nzabbix-agent2-4.4.8-1.el8.x86_64<br \/>\nzabbix-release-4.4-1.el8.noarch<\/p><\/blockquote>\n<p>\u30ed\u30b0\u3092\u898b\u308b\u3068<\/p>\n<blockquote><p>May  7 16:21:19 hogehoge1 systemd[1]: zabbix-server.service: Control process exited, code=exited status=1<br \/>\nMay  7 16:21:19 hogehoge1 systemd[1]: zabbix-server.service: Failed with result &#8216;exit-code&#8217;.<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: zabbix-server.service: Service RestartSec=10s expired, scheduling restart.<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: zabbix-server.service: Scheduled restart job, restart counter is at 6.<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: Stopped Zabbix Server.<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: Starting Zabbix Server&#8230;<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: zabbix-server.service: Can&#8217;t open PID file \/run\/zabbix\/zabbix_server.pid (yet?) after start: No such file or directory<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: zabbix-server.service: Supervising process 120150 which is not our child. We&#8217;ll most likely not notice when it exits.<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: Started Zabbix Server.<br \/>\nMay  7 16:21:29 hogehoge1 kill[120153]: kill: \u5341\u5206\u306a\u5f15\u6570\u304c\u3042\u308a\u307e\u305b\u3093<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: zabbix-server.service: Control process exited, code=exited status=1<br \/>\nMay  7 16:21:29 hogehoge1 systemd[1]: zabbix-server.service: Failed with result &#8216;exit-code&#8217;.<\/p><\/blockquote>\n<p>\u3053\u3093\u306a\u611f\u3058\u3067systemd\u306e\u81ea\u52d5\u518d\u8d77\u52d5\u304c\u8d70\u3063\u3066\u30b3\u30b1\u3066\u3092\u7e70\u308a\u8fd4\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u76e3\u8996\u5bfe\u8c61\u8ffd\u52a0\u304c\u8d77\u56e0\u3057\u3066\u3044\u308b\u3068\u601d\u308f\u308c\u307e\u3059\u306e\u3067zabbix\u306e\u8a2d\u5b9a\u3092\u898b\u3066\u307f\u307e\u3059\u3002<\/p>\n<blockquote><p>\/etc\/zabbix\/zabbix_server.conf<\/p><\/blockquote>\n<p>\u306eCacheSize\u304c<br \/>\n\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u307e\u307e\u3067\u3057\u305f\u306e\u306732M\u306b\u5897\u3084\u3057\u307e\u3059\u3002<\/p>\n<blockquote><p>### Option: CacheSize<br \/>\n#       Size of configuration cache, in bytes.<br \/>\n#       Shared memory size for storing host, item and trigger data.<br \/>\n#<br \/>\n# Mandatory: no<br \/>\n# Range: 128K-8G<br \/>\n# Default:<br \/>\n# CacheSize=8M<br \/>\nCacheSize=32M<\/p><\/blockquote>\n<p>\u3053\u308c\u3067\u3001zabbix-server\u306e\u8d77\u52d5\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u69cb\u7bc9\u6642\u306f\u666e\u901a\u306b\u7a3c\u50cd\u3057\u3066\u3044\u305fzabbix-server\u3067\u3059\u304c\u3001 \u76e3\u8996\u5bfe\u8c61\u3092\u8ffd\u52a0\u3057\u3066\u3044\u304f\u3068\u3001\u3042\u308b\u6642\u304b\u3089zabbix\u304c\u843d\u3061\u308b\u2192\u8d77\u52d5\u5931\u6557\u304c\u9023\u7d9a\u3057\u3066\u3044\u305f\u3002 \u624b\u52d5\u3067zabbix-server\u3092\u8d77\u52d5\u3057\u3088\u3046\u3068\u3057\u3066\u3082\u7121\u7406\u306a\u306e\u3067\u5bfe\u51e6\u3002 \u74b0\u5883&#8230; <a class=\"continue-reading-link\" href=\"https:\/\/higherhope.net\/?p=4263\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[134],"tags":[180,135],"class_list":["post-4263","post","type-post","status-publish","format-standard","hentry","category-zabbix","tag-centos8","tag-zabbix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/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:\/\/higherhope.net\/?p=4263\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:description\" content=\"\u69cb\u7bc9\u6642\u306f\u666e\u901a\u306b\u7a3c\u50cd\u3057\u3066\u3044\u305fzabbix-server\u3067\u3059\u304c\u3001 \u76e3\u8996\u5bfe\u8c61\u3092\u8ffd\u52a0\u3057\u3066\u3044\u304f\u3068\u3001\u3042\u308b\u6642\u304b\u3089zabbix\u304c\u843d\u3061\u308b\u2192\u8d77\u52d5\u5931\u6557\u304c\u9023\u7d9a\u3057\u3066\u3044\u305f\u3002 \u624b\u52d5\u3067zabbix-server\u3092\u8d77\u52d5\u3057\u3088\u3046\u3068\u3057\u3066\u3082\u7121\u7406\u306a\u306e\u3067\u5bfe\u51e6\u3002 \u74b0\u5883... Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/higherhope.net\/?p=4263\" \/>\n<meta property=\"og:site_name\" content=\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-08T15:48:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-11T13:02:57+00:00\" \/>\n<meta name=\"author\" content=\"higherhope\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:site\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"higherhope\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/higherhope.net\/?p=4263#article\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/?p=4263\"},\"author\":{\"name\":\"higherhope\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"headline\":\"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002\",\"datePublished\":\"2020-05-08T15:48:39+00:00\",\"dateModified\":\"2024-04-11T13:02:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/higherhope.net\/?p=4263\"},\"wordCount\":207,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"keywords\":[\"CentOS8\",\"zabbix\"],\"articleSection\":[\"zabbix\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/higherhope.net\/?p=4263#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/higherhope.net\/?p=4263\",\"url\":\"https:\/\/higherhope.net\/?p=4263\",\"name\":\"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/#website\"},\"datePublished\":\"2020-05-08T15:48:39+00:00\",\"dateModified\":\"2024-04-11T13:02:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/higherhope.net\/?p=4263#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/higherhope.net\/?p=4263\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/higherhope.net\/?p=4263#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/higherhope.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/higherhope.net\/#website\",\"url\":\"https:\/\/higherhope.net\/\",\"name\":\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"description\":\"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002\",\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/higherhope.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\",\"name\":\"higherhope\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"contentUrl\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"width\":700,\"height\":394,\"caption\":\"higherhope\"},\"logo\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/higherhope5963\"],\"url\":\"https:\/\/higherhope.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","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:\/\/higherhope.net\/?p=4263","og_locale":"ja_JP","og_type":"article","og_title":"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","og_description":"\u69cb\u7bc9\u6642\u306f\u666e\u901a\u306b\u7a3c\u50cd\u3057\u3066\u3044\u305fzabbix-server\u3067\u3059\u304c\u3001 \u76e3\u8996\u5bfe\u8c61\u3092\u8ffd\u52a0\u3057\u3066\u3044\u304f\u3068\u3001\u3042\u308b\u6642\u304b\u3089zabbix\u304c\u843d\u3061\u308b\u2192\u8d77\u52d5\u5931\u6557\u304c\u9023\u7d9a\u3057\u3066\u3044\u305f\u3002 \u624b\u52d5\u3067zabbix-server\u3092\u8d77\u52d5\u3057\u3088\u3046\u3068\u3057\u3066\u3082\u7121\u7406\u306a\u306e\u3067\u5bfe\u51e6\u3002 \u74b0\u5883... Continue reading &rarr;","og_url":"https:\/\/higherhope.net\/?p=4263","og_site_name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","article_published_time":"2020-05-08T15:48:39+00:00","article_modified_time":"2024-04-11T13:02:57+00:00","author":"higherhope","twitter_card":"summary_large_image","twitter_creator":"@higherhope5963","twitter_site":"@higherhope5963","twitter_misc":{"\u57f7\u7b46\u8005":"higherhope","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/higherhope.net\/?p=4263#article","isPartOf":{"@id":"https:\/\/higherhope.net\/?p=4263"},"author":{"name":"higherhope","@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"headline":"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002","datePublished":"2020-05-08T15:48:39+00:00","dateModified":"2024-04-11T13:02:57+00:00","mainEntityOfPage":{"@id":"https:\/\/higherhope.net\/?p=4263"},"wordCount":207,"commentCount":0,"publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"keywords":["CentOS8","zabbix"],"articleSection":["zabbix"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/higherhope.net\/?p=4263#respond"]}]},{"@type":"WebPage","@id":"https:\/\/higherhope.net\/?p=4263","url":"https:\/\/higherhope.net\/?p=4263","name":"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","isPartOf":{"@id":"https:\/\/higherhope.net\/#website"},"datePublished":"2020-05-08T15:48:39+00:00","dateModified":"2024-04-11T13:02:57+00:00","breadcrumb":{"@id":"https:\/\/higherhope.net\/?p=4263#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/higherhope.net\/?p=4263"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/higherhope.net\/?p=4263#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/higherhope.net\/"},{"@type":"ListItem","position":2,"name":"zabbix-server\u304c\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002"}]},{"@type":"WebSite","@id":"https:\/\/higherhope.net\/#website","url":"https:\/\/higherhope.net\/","name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","description":"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002","publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/higherhope.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af","name":"higherhope","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/","url":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","contentUrl":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","width":700,"height":394,"caption":"higherhope"},"logo":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/x.com\/higherhope5963"],"url":"https:\/\/higherhope.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/4263","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4263"}],"version-history":[{"count":8,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/4263\/revisions"}],"predecessor-version":[{"id":5758,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/4263\/revisions\/5758"}],"wp:attachment":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4263"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4263"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}