2025年1月17日 星期五

Zabbix 偵測 remote port

範例:偵測遠端的 https port 443。
  • 用Template之後可重複使用
  • 在 items 選 Simple Check,搭配 {$IP} 參數
  • 在 host / Macros 設定 {$IP} 參數

測試UDP port

Reference:
 
安裝Windows版nmap
 
測試UDP port的指令
nmap -sU xx.xx.xx.xx -p port -Pn 

-sU : 掃描UDP
-p : port
-Pn : 跳過ping測試

 
 
 
 
 

網管軟體 Zabbix

Reference:
監控大挑戰 – 以 Zabbix 為例 Day 05. 安裝 Zabbix Server
 
安裝步驟:
install RockyLinux 9 (minimal install)
dnf update
dnf install -y epel*
 
#到Zabbix網站選擇安裝方式