Zabbix 常見問題處理整理
zabbix是一個基於WEB介面的提供分散式系統監視以及網路監視功能的企業級的開源解決方案。
下載:
幫助:https://www.zabbix.com/documentation/doku.php?id=2.0/manual/appliance
環境:SUSE 12
Zabbix 2.0.4
★ Windows agent install:
1) edit zabbix_agentd.win.conf
2) C:>zabbix_agentd.exe --c C:zabbix_agents_2.0.4.winconfzabbix_agentd.win.conf --install
zabbix_agentd.exe [3724]: service [Zabbix Agent] installed successfully
zabbix_agentd.exe [3724]: event source [Zabbix Agent] installed successfully
配置檔案修改:
zabbix_agentd.win.conf
Server=監控伺服器IP
Hostname=本機的主機名或IP地址
ServerActive=127.0.0.1:10051
★ Linux agent install:
[root@xxx]# zabbix_agentd -c /usr/local/zabbix_agentd.conf
zabbix_agentd [14423]: user zabbix does not exist
zabbix_agentd [14423]: cannot run as root!
解決方法: useradd zabbix
aix test:
#> ./usr/local/bin/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf
★ restart or status for service. To do so, log in using SSH as root user and execute:
$> service apache2 restart
$> service zabbix_server status
$> service mysql status
或
$> rczabbix_server status
$> /etc/init.d/zabbix_server status
★ 時區:
# cp /usr/share/zoneinfo/Asia/Chongqing /etc/localtime
★ 檢視當前時區
# date -R
Wed, 13 Mar 2013 20:09:02 +0800
★ 修改硬體時間
# hwclock -w
★ 修改PHP.ini 時區為中國,否則時間差8小時:
# vi /etc/php5/apache2/php.ini 內容改成如下
date.timezone = 'RPC'
★ 修改時區後,登入WEB後顯示錯誤:
date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead [include/func.inc.php:251]
修改PHP.ini 檔案中date.timezone = 'Asia/Chongqing‘
★ 中文顯示亂碼的問題:
透過上傳中文字型修改原字型來解決
# cd /usr/share/zabbix/fonts
# mv DejaVuSans.ttf DejaVuSans.ttf.bak
# mv simsun.ttc DejaVuSans.ttf
★ swap空間不足問題
★ 日誌:
zabbix_server: LogFile=/var/log/zabbix/zabbix_server.log
Mysql :log_error=/var/log/mysql/mysqld.log
★ Frontend access
# vi /etc/apache2/conf.d/zabbix.conf
# service apache2 restart
★ 登入zabbix Web介面後顯示
zabbix_server.log中顯示
2706:20130313:150455.037 cannot send list of active checks to [127.0.0.1]: host [Zabbix server] not monitored
2705:20130313:150655.060 cannot send list of active checks to [127.0.0.1]: host [Zabbix server] not monitored
2702:20130313:150855.082 cannot send list of active checks to [127.0.0.1]: host [Zabbix server] not monitored
解決方法:
1)
# SuSEfirewall2 stop
# SuSEfirewall2 open EXT TCP zabbix-trapper zabbix-agent
# SuSEfirewall2 start
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
SuSEfirewall2: Firewall rules successfully set
2)
iptables 有點蛋疼,ubuntu裝了iptables以後 規則全空就是拒絕連線的。。
而且也不像redhat可以用服務停掉,暫時不知道怎麼禁用的
實在不行你就加兩條規則試試吧,
# iptables -A INPUT -p tcp -m tcp --dport 10051 -j ACCEPT
# iptables -A INPUT -p tcp -m tcp --dport 10050 -j ACCEPT
儲存新增iptables規則
# iptables-save > /root/iptables.save
# vi /etc/init.d/boot.local
iptables-restore /root/iptables.save #增加一條命令,讓系統的啟動的時候自動恢復
3)
setsebool -P httpd_can_network_connect on
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/678020/viewspace-1060302/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RDSforMySQLMysqldump常見問題和處理ORMMySql
- HTML + CSS處理常見問題HTMLCSS
- NO.A.0001——zabbix常見故障的處理
- GoldenGate常見問題及處理Go
- Redis 快取常見問題處理Redis快取
- 前端常見問題整理前端
- Mac遊戲安裝常見問題處理Mac遊戲
- 【面試】面試常見問題整理面試
- AIX常見問題整理(二)AI
- 常見問題--plsql處理ora-28000SQL
- BREW常見問題解答(FAQ 5)-處理器和事件處理 (轉)事件
- 細述zabbix郵件報警常見問題
- Vue專案打包常見問題整理Vue
- ASP.NET AJAX常見問題整理ASP.NET
- iOS開發中兩個常見問題的處理iOS
- 常見的幾個Qt程式設計問題的處理QT程式設計
- HashMap常見面試題整理HashMap面試題
- Vue常見面試題整理Vue面試題
- 整理kafka常見面試題Kafka面試題
- Zabbix頁面圖形內中文有亂碼問題處理(Zabbix 3.0.9)
- PHP7.1.0安裝Zabbix3.0.7問題處理PHP
- 5種常見的 DNS 故障診斷及問題處理方法DNS
- SQL Server資料庫中處理空值時常見問題SQLServer資料庫
- GoldenGate常見異常處理Go
- 那些常見的面試題整理面試題
- 柯大俠整理的常見瀏覽器相容問題瀏覽器
- 修復 SSL Certificate Problem,如何定位及常見問題的處理策略
- .net異常處理的效能問題
- [面試題]大廠常見面試題整理面試題
- spring @Async處理非同步任務以及常見“非同步失效”問題Spring非同步
- 最新版cornerstone 3 0 3 使用教程及SVN常見問題處理
- 【Nginx】常見問題Nginx
- js常見問題JS
- CSS常見問題CSS
- Git 常見問題Git
- PHP 常見問題PHP
- swiper常見問題
- nginx 常見問題Nginx