2025年1月17日 星期五

Zabbix 偵測 remote port

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





2025/2/24 update:
要偵測特殊port需要關閉SELinux,SELinux預設只給port 22, 80, 443通過。
vi /etc/selinux/config; SELINUX=disabled
setenforce 0
 
Reference:

沒有留言:

張貼留言