<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>L. MIS - Zabbix 4.0 Server(實務範例)</title>
    <link>https://mis.linyumo.tw/forum-36-1.html</link>
    <description>Latest 20 threads of Zabbix 4.0 Server(實務範例)</description>
    <copyright>Copyright(C) L. MIS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 04 Jun 2026 20:19:09 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mis.linyumo.tw/static/image/common/logo_88_31.gif</url>
      <title>L. MIS</title>
      <link>https://mis.linyumo.tw/</link>
    </image>
    <item>
      <title>巨集實務-自訂磁碟剩餘容量大小告警</title>
      <link>https://mis.linyumo.tw/thread-301-1-1.html</link>
      <description><![CDATA[巨集實務-自訂磁碟剩餘容量大小告警
說明：
所有Linux OS 監控及告警，監控條件如下
監控條件：
       1．/ 分區：小於 70% 警告
       2．/boot 分區：小於 90% 警告
       3．其他分區：小於 10% 警告

監控環境：
設定 Template OS Linux 模板，符合上面需求
表頭 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Wed, 04 Oct 2023 09:50:13 +0000</pubDate>
    </item>
    <item>
      <title>擴充檢測監控</title>
      <link>https://mis.linyumo.tw/thread-290-1-1.html</link>
      <description><![CDATA[擴充檢測監控方式 -External   check  
說明：
讓   Zabbix   Server   去執行一個自訂的指令搞，然後將結果作為監控資料的來源，建議少用，因為會採用   fork   處理程序，多個行程，增加系統負擔，影響效能，儘量使用   agent 的方式來採集資訊
指令稿 [參數1   ,參數 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Mon, 18 Sep 2023 07:24:02 +0000</pubDate>
    </item>
    <item>
      <title>Telnet 監控</title>
      <link>https://mis.linyumo.tw/thread-289-1-1.html</link>
      <description><![CDATA[Telnet 監控方式
說明：
Telnet 檢查作為無代理監控來執行，已經很少再使用的服務了，但有需要還是可以監控
telnet.run[,,,]
unique short description：描述利用   telnet   監控服務的作用，並且對於每個主機的所有 telnet 項目應該是唯一的
ip：目標裝置的 IP   位址 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Sun, 17 Sep 2023 06:59:17 +0000</pubDate>
    </item>
    <item>
      <title>SSH 監控</title>
      <link>https://mis.linyumo.tw/thread-287-1-1.html</link>
      <description><![CDATA[SSH 監控方式
說明：
SSH 檢查作為無代理監控來執行
因不想直接提供   root   登入密碼設定於   Zabbix   Web   上，可採用金鑰認證來連接管理
ssh.run[,,,]
unique short description：描述利用   SSH   監控服務的作用，並且對於每個主機的所有 SSH 項目應該是唯一的
 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Sat, 16 Sep 2023 08:42:07 +0000</pubDate>
    </item>
    <item>
      <title>聚合型監控-統計所有 Linux servers 群組剩餘磁碟空間</title>
      <link>https://mis.linyumo.tw/thread-285-1-1.html</link>
      <description><![CDATA[統計所有 Linux servers 群組剩餘磁碟空間-聚合型監控
說明：
此方式可監控統計共同條件的主機，例如   在這裡的   Linux   servers 群組，或指定多個   host
例如監控   MySQL   Servers   群組裡所有主機的總共整體容量
公式：grpsum[\&quot;MySQL   Servers\&quot;,\&quot;vfs.fs.size[ ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Thu, 14 Sep 2023 13:31:39 +0000</pubDate>
    </item>
    <item>
      <title>計算型監控-計算網路卡的流量</title>
      <link>https://mis.linyumo.tw/thread-283-1-1.html</link>
      <description><![CDATA[計算磁碟剩餘容量-calculated(計算型監控)
說明：
此模式需利用相關監控的   items   ，所以如果沒有先建立相關的   items  ， 此功能就會失效
例如針對此範例的條件，如下圖的   items

最後失敗，如下圖的   items


加入預設監控的   items， 針對   CentOS  此鏈結
 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Wed, 13 Sep 2023 09:42:28 +0000</pubDate>
    </item>
    <item>
      <title>計算型監控-預先建立計算監控基本條件</title>
      <link>https://mis.linyumo.tw/thread-282-1-1.html</link>
      <description><![CDATA[加入預設監控的   items， 針對   CentOS(其他作業系統依此類推)

一．進入要設定   Host   的設定位置


二．點選   Templates



三．點選   Select   來選擇要用的   Template


四．選擇被監控主機使用的系統   template， 因為這邊是使用   CentOs   所以選擇   Te ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Tue, 12 Sep 2023 11:07:46 +0000</pubDate>
    </item>
    <item>
      <title>計算型監控-計算磁碟剩餘容量</title>
      <link>https://mis.linyumo.tw/thread-281-1-1.html</link>
      <description><![CDATA[計算磁碟剩餘容量-calculated(計算型監控)
說明：
此模式需利用相關監控的   items   ，所以如果沒有先建立相關的   items  ， 此功能就會失效
例如針對此範例的條件，如下圖的   items

最後失敗，如下圖的   items

加入預設監控的   items， 針對   CentOS  此鏈結

 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Tue, 12 Sep 2023 08:41:20 +0000</pubDate>
    </item>
    <item>
      <title>記錄檔監控-登入紀錄(/var/log/secure)</title>
      <link>https://mis.linyumo.tw/thread-266-1-1.html</link>
      <description><![CDATA[前言：
                       監控記錄檔需有以下條件：
                       1﹒Agent   需為主動模式
                                 Web   上設定的主機名稱(host name)需與    ageng   的   zabbix_agentd.conf   文件裡的   Hostname   設定值相同，在這裡 ...]]></description>
      <category>Zabbix 4.0 Server(實務範例)</category>
      <author>admin</author>
      <pubDate>Fri, 08 Sep 2023 07:03:59 +0000</pubDate>
    </item>
  </channel>
</rss>