日常運維 zabbix agent安裝及配置

2021-08-31 00:24:32 字數 860 閱讀 9596

zabbix監控系統提供兩種監控linux主機的方法,一種是啟用主機上的snmp協議,另一種是在主機上安裝zabbix agent服務,本篇介紹linux系統下zabbix agent的安裝與使用。

檢視有沒有安裝zabbix-agent

find / -name zabbix_agentd.conf
檢視zabbix-agent程序有沒有啟動

ps -ef | grep zabbix

centos/rhel 7:

rpm -uvh
yum install zabbix-agent -y
vim /etc/zabbix/zabbix_agentd.conf
server=[zabbix server ip]

serveractive=[zabbix server ip]

hostname=[ hostname of client system ]

server=ip
listenport=32220
serveractive=ip
hostname=9k-back-02
systemctl start zabbix-agent
systemctl enable zabbix-agent

hbase日常運維

一,基本命令 建表 create testtable coulmn1 coulmn2 也可以建表時加coulmn的屬性如 create testtable 其中的屬性有versions 設定歷史版本數,ttl 過期時間,compression 壓縮方式,當配置lzo的情況 刪除表 drop test...

oracle日常運維

1.解鎖使用者 select username,account status from dba users b where b.username upper alter user account unlock 解鎖 alter user identified by sh 解開expired alte...

日常運維 1

10.1 使用w檢視系統負載 第一行從左到右依次表示當前時間 系統已執行時間 登入使用者數 終端登入顯示為ttyx,遠端登入顯示為pts x 平均負載 每1分鐘 每5分鐘 每15分鐘 主要是注意第乙個負載值,值越大說明伺服器壓力越大。一般情況下,這個值不要超過伺服器的邏輯cpu數量就沒有關係。2 檢...