zabbix常見報錯cannot send list of active checks to []: host [Zabbix server] not found
1、看日誌
服務端:zabbix-server:
460 killall zabbix_agentd
461 ss -tunlp | grep zabbix
462 zabbix_get -s 10.211.55.12 -k count.line.passwd
463 cat /tmp/zabbix_server.log
464 hostname
465 ss -tunlp | grep zabbix
466 cat /tmp/zabbix_server.log
467 getenforce
468 iptables -L -n
469 iptables -I INPUT -p tcp -m multiport --dports 10050:10051 -j ACCEPT
470 service iptables save
471 iptables -L -n
472 zabbix_get -s 10.211.55.12 -k count.line.passwd
473 cat /tmp/zabbix_server.log
474 zabbix_get -s 10.211.55.12 -k count.line.passwd
475 cat /tmp/zabbix_server.log
2、客戶端:zabbix-c1
164 vim /etc/zabbix/zabbix_agentd.conf
165 pkill -f zabbix
166 ss -tunlp
167 iptables -L -n
168 service zabbix_agentd start
169 vim /etc/zabbix/zabbix_agentd.conf
170 service zabbix_agentd stop
171 service zabbix_agentd start
172 netstat -nplut |grep zabbix
173 vim /etc/zabbix/zabbix_agentd.conf
174 netstat -nplut |grep zabbix
175 ss -tunlp
176 ss -tunlp | grep zabbix
177 cat /etc/networks
178 cat /etc/hosts
179 cat /usr/local/zabbix/etc/zabbix_agent.conf
180 vim /usr/local/zabbix/etc/zabbix_agent.conf
181 find / -name zabbix_agentd.conf
182 vim /usr/local/zabbix/etc/zabbix_agentd.conf
183 cd /usr/local/etc/zabbix_agentd.conf.d/
3、指令碼路徑
184 vim /usr/local/zabbix/etc/zabbix_agentd.conf
# Include=/usr/local/etc/zabbix_agentd.userparams.conf
Include=/usr/local/etc/zabbix_agentd.conf.d/ //把#去掉,監控項key路徑
# Include=/usr/local/etc/zabbix_agentd.conf.d/*.conf
185 cd /usr/local/etc/zabbix_agentd.conf.d/ //cd /usr/local/etc/zabbix_agentd.conf.d/ 出錯
186 mkdir /usr/local/etc/zabbix_agentd.conf.d/
187 cd /usr/local/etc/zabbix_agentd.conf.d/
188 vim count.line.passwd
189 ls -ld count.line.passwd
190 chmod 777 count.line.passwd //許可權
191 ls -ld count.line.passwd
192 killall zabbix_agentd
193 zabbix_agentd
194 ifconfig
195 vim count.line.passwd //自定義key
196 killall zabbix_agentd
197 zabbix_agentd
4、測試
[[email protected] ~]# zabbix_get -s 10.211.55.12 -k count.line.passwd
40
到此ok
總結:zabbix出錯原因
1、selinux
2、iptables
3、埠 如:10050 10051 3306 等
4、ss -tunlp | grep zabbix 查詢
5、find / -name zabbix_agentd.conf 查詢路徑
6、一定記得重啟服務與配置檢查 如:hostname ip 埠是否有錯
相關推薦
zabbix常見報錯cannot send list of active checks to []: host [Zabbix server] not found
1、看日誌 服務端:zabbix-server: 460 killall zabbix_agentd 461 ss -tunlp | grep zabbix 462 zabbix_get -s 10.211.55.12 -k count.line
cannot send list of active checks to "127.0.0.1": host [Zabbix server] not
出現該錯誤的原因是一般是zabbix_agentd.conf裡面的Hostname和前端zabbix web裡面的配置不一樣所造成的,即在zabbix web頁面Monitoring->Configuration->Hosts 頁面的Name和zabbix_agentd.conf裡面的H
cannot send list of active checks to "127.0.0.1": host [Zabbix server] not
出現該錯誤的原因是一般是zabbix_agentd.conf裡面的Hostname和前端zabbix web裡面的配置不一樣所造成的,即在zabbix web頁面Monitoring->Configuration->Hosts 頁面的Name和zabbix_age
zabbix常見報錯問題處理
①報錯: zabbix_agentd [20529]: cannot create Semaphore: [28] No space left on device zabbix_agentd [20529]: unable to create mutex for log f
struts2學習筆記——常見報錯及解決方法匯總(持續更新)
允許 clip 之間 con ack 技術 ext tro height 操作環境:(1)Tomcat 7.0.72.0 (2)OS Name: Windows 7 (3)JVM Version: 1.8.0_25-b18 (4)e
JS常見報錯與修復
移除 except 一個 symbol emp 單個 aam 找到 函數 如何讀懂錯誤? 首先,讓我們快速看下錯誤信息的結構。理解結構有助於理解錯誤,如果遇到列表之外的錯誤會減少麻煩。 Chrome 中典型的錯誤像這樣: Uncaught TypeError: undefi
Hexo 搭建博客 本地運行 常見報錯及解決辦法
render error: 錯誤 exp 手動配置 fig.yml 文件中 size server 作為一名在hexo方面的新手,我在使用hexo編輯文檔時遇到了很多問題,hexo generate編譯的時候遇到了各種錯誤。 在此將這些錯誤及其解決方案記錄下來,以便日後查證
mybatis--Mapper 常見報錯總結(持續總結)
例如 ins nts 需要 重復 tty collect per 檢查 本文版權歸 遠方的風lyh和博客園共有,歡迎轉載,但須保留此段聲明,並給出原文鏈接,謝謝合作。 1.The content of elements must consist of well-fo
common 包引入常見報錯
int jar包 -c obj arr 參考 新版 trac except 版權聲明:本文為博主原創文章,未經博主允許不得轉載。 缺少相應jar包都會有異常,根據異常找jar包導入...... 這裏我說下lang包,因為這個包我找了好半天: 我用的是: c
Appium常見報錯問題解決方法-2
ron authorize 點擊 設備 auth .so 方案 成功 正常 上一篇記錄了部分Appium報錯的解決方案,現在繼續記錄 4、運行閃退 直接如上運行,閃退。 解決方法: 運行前,要先啟動Appium客戶端,之後再運行腳本,就不會出現這個問題。 5.socke
Entity Framework——常見報錯總結
container mysq 詳細 exceptio 並發 ner req 相同 () 1 實體屬性配置為IsRequired()對更新的影響 拋出異常類型DbEntityValidationException 表結構: 實體: public class User
MySQL主從同步常見報錯的解決辦法2
MySQL ERROR 1872 報錯截圖如下:該報錯屬於SQL線程報錯,原因是relay -index.index 和relay-log裏面的文件路徑對應不上。解決辦法: mysql> stop slave;mysql> reset slave;重新指定主庫信息mysql> ch
使用iis7.5搭建ASP網站常見報錯問題處理
配置 info ont 設置 發布 問題處理 ID 直接 class iis7.5 解析 ASP 出錯主要有三類: 1. 權限問題 2. 程序問題 3. 應用池問題 1. 權限問題: 如果訪問網站後有典型的無權查看報錯提醒, 那麽重新配置相關用戶的權限即可, 最簡單的辦
python 常見報錯匯總
one syntax eve fan nta out 對齊 not In 1.indentationerror:unindent does not match any outer indentation level 原因:沒有對齊導致的,設置notepad:視圖--》顯示符
如何理解maxcompute常見報錯信息?
times cas expr count 翻譯軟件 mismatch aliyun 檢查 with 摘要: 貌似大部分人在遇到報錯的時候,都懶得用翻譯軟件翻譯報錯信息,一般直接拋出來問,甚至連報錯信息都懶得復制,直接截圖出來。所以這裏特地總結了一下,最近一段時間有人經常在群
rabbitmq編譯部署以及常見報錯
ffline 主機 copy don sna 第一個 輸出 3.2 can (一)源碼安裝Erlang(1)下載erlang源碼包wget http://www.erlang.org/download/otp_src_R13B04.tar.gz(2)解壓縮erlang源碼包
js常見報錯解決方法
app name tcl png getc tel 解決方法 append 多個 3.獲得類名document.getElementsClassName(常出現一個問題): getClassName("gn","pt")[0].appendChild(a); getCla
[轉][Oracle]常見報錯及處理
oracl 備份 歸檔 -- log .com del com cmd 1、ORA-00257 參考自:https://jingyan.baidu.com/article/f71d6037ccf1301ab641d1f0.html 查詢 select * from V$FL
使用mina傳遞物件注意問題點以及常見報錯異常處理
最常見的異常,一個是不能序列化java.io.NotSerializableException:,另一個就是java.io.InvalidClassException,還有java.nio.charset.MalformedInputException 1. 首先是客戶端和服務
python常見報錯收集
1、error:Non-UTF-8 code starting with '\xbf' in file 這是檔案編碼問題,在檔案的最上方加上註釋: #encoding=gbk. 2、關於from,import的區別 引用大神的解釋: from import : 從包裡把鑰