zabbix配置檔案解析

2022-05-28 23:48:14 字數 1862 閱讀 5950

zabbix的配置檔案一般有三種:

zabbixserver的配置檔案zabbix_server.conf

zabbixproxy的配置檔案zabbix_proxy.conf

zabbix_agentd的配置檔案zabbix_agentd.conf

1.zabbixserver的配置檔案:

zabbixagentd的配置檔案

啊別必須

pidfile=/tmp/zabbix_agentd.pid #pid檔案的存放位置 

logfile=/tmp/zabbix_agentd.log #日誌檔案的位置 

logfilesize=1 #當日誌檔案達到多大時進行輪詢操作 

debuglevel=3 #日誌資訊級別 

sourceip= #連線的源ip位址,預設為空,即可 

enableremotecommands=0 #是否允許zabbix server端的遠端指令, 

0表示不允許, 

1表示允許 

logremotecommands=0 #是否開啟日誌記錄shell命令作為警告 0表示不允許,1表示允許 

server=127.0.0.1 #zabbix server的ip位址或主機名,可同時列出多個,需要用逗號隔開 

listenport=10050 #zabbix agent監聽的埠 

listenip=0.0.0.0 #zabbix agent監聽的ip位址 

startagents=3 #zabbix agent開啟程序數 

serveractive=127.0.0.1 #開啟主動檢查 

hostname=zabbix server#在zabbix server前端配置時指定的主機名要相同,最重要的配置 

refreshactivechecks=120 #主動檢查重新整理的時間,單位為秒數 

buffersend=5 #資料緩衝的時間 

buffersize=100 #zabbix agent資料緩衝區的大小,當達到該值便會傳送所有的資料到zabbix server 

maxlinespersecond=100 #zabbix agent傳送給zabbix server最大的資料行 

allowroot=0 #是否允許zabbix agent 以root使用者執行 

timeout=3 #設定處理超時的時間 

include=/usr/local/etc/zabbix_agentd.userparams.conf 

include=/usr/local/etc/zabbix_agentd.conf.d/ #包含子配置檔案的路徑 

unsafeuserparameters=0 #是否允許所有字元引數的傳遞 

userparameter= #指定使用者自定義引數

zabbixproxy的配置檔案

server=192.168.70.133 #指定zabbix server的ip位址或主機名 

hostname=zabbix-proxy-1.35 #定義監控**的主機名,需和zabbix server前端配置時指定的節點名相同 

logfile=/tmp/zabbix_proxy.log #指定日誌檔案的位置 

pidfile=/tmp/zabbix_proxy.pid #pid檔案的位置 

dbname=zabbix_proxy #資料庫名 

dbuser=zabbix #連線資料庫的使用者 

dbpassword=123456#連線資料庫使用者的密碼 

configfrequency=60 #zabbix proxy從zabbix server取得配置資料的頻率 

datasenderfrequency=60 #zabbix proxy傳送監控到的資料給zabbix server的頻率

Zabbix之配置檔案詳解

zabbix的配置檔案一般有三種 zabbixserver的配置檔案zabbix server.conf zabbixproxy的配置檔案zabbix proxy.conf zabbix agentd的配置檔案zabbix agentd.conf 1.zabbixserver的配置檔案 zabbix...

zabbix 故障處理2 配置檔案

在實際部署zabbix監控過程中,有時候會出現一種現象,當監控客戶端部署了zabbix agent後,並且正確進行了模板鏈結,但是當我們進行主機配置檢查後,發現監控項不支援,此時容易忽略的一點就是客戶端配置檔案中的自定義指令碼未正常授權,或者指令碼屬主許可權不對,導致出現某某監控項不支援的情況,此時...

配置檔案解析函式

config.h this file is usred for parsing configure file.e mail yhniejun 163.com 2007.01.25 mr.nie the struct of config file.struct conf info typedef st...