日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 运维知识 > windows >内容正文

windows

zabbix监控windows进程

發(fā)布時間:2025/3/21 windows 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 zabbix监控windows进程 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

配置相關(guān)信息? server: linux centos 6.8? ??

????????????????????? agent: windows server 2008 r2

????????????????????? 版本:zabbix 3.0.4 server? ?agnet 3.0.0


#?因客戶端連接服務(wù)器服務(wù)老是中斷,先判斷是不是由進(jìn)程產(chǎn)生的問題,

????????1、比如進(jìn)程在一分鐘內(nèi)突然中斷,監(jiān)控就會顯示內(nèi)存為空,那么就能說明是這個進(jìn)程掛了;

?????? ?2、網(wǎng)絡(luò)可以直接監(jiān)控服務(wù)器連接的交換機(jī)端口,如果沒有流量說明機(jī)器掛了.


1.配置zabbix agent相關(guān)配置

2.安裝zabbix agent服務(wù)

3.啟動服務(wù)

4.檢查客戶端是否已連接服務(wù)

5.查看windows進(jìn)程項

6.配置zabbix server


1.配置zabbix agent相關(guān)配置

? 找到conf下的配置文件 zabbix_agentd.win.conf ,修改LogFile、Server、Hostname這三個參數(shù)。具體配置如下:

LogFile=c:\zabbix_agentd.log???????? ????????????? # 日志路徑

Server=192.168.1.224?????????????????????????????????? # 服務(wù)器地址

Hostname=f523540? ?????????????????????????????????? # 本地主機(jī)名稱

ServerActive=192.168.1.224 ??????????????? ?????? #zabbix server地址


2.安裝zabbix agent服務(wù)

windows控制臺下執(zhí)行以下命令:

D:\zabbix\bin\win32\zabbix_agentd.exe ?-c D:\zabbix\conf\zabbix_agentd.win.conf -i ,具體如截圖:


3.啟動服務(wù)



4.檢查客戶端是否已連接服務(wù)

# 登陸zabbix服務(wù)查看機(jī)器是否已經(jīng)連接 ?這里說明已經(jīng)連接上 只是主機(jī)沒法查找


5.查看windows進(jìn)程項

管理工具 --? 性能監(jiān)視器


6.配置zabbix server

#?perf_counter?這個是關(guān)鍵字一定不能省,想監(jiān)控內(nèi)存之類的?更性后面那一堆值就行

perf_counter[\Process(U8AllAuthServer)\Working Set - Private]




7.?配置項導(dǎo)入

<?xml version="1.0" encoding="UTF-8"?>

<zabbix_export>

? ? <version>3.0</version>

? ? <date>2018-02-08T03:07:50Z</date>

? ? <groups>

? ? ? ? <group>

? ? ? ? ? ? <name>Linux servers</name>

? ? ? ? </group>

? ? </groups>

? ? <hosts>

? ? ? ? <host>

? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? <name>U8SERVER</name>

? ? ? ? ? ? <description/>

? ? ? ? ? ? <proxy/>

? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? <ipmi_authtype>-1</ipmi_authtype>

? ? ? ? ? ? <ipmi_privilege>2</ipmi_privilege>

? ? ? ? ? ? <ipmi_username/>

? ? ? ? ? ? <ipmi_password/>

? ? ? ? ? ? <tls_connect>1</tls_connect>

? ? ? ? ? ? <tls_accept>1</tls_accept>

? ? ? ? ? ? <tls_issuer/>

? ? ? ? ? ? <tls_subject/>

? ? ? ? ? ? <tls_psk_identity/>

? ? ? ? ? ? <tls_psk/>

? ? ? ? ? ? <templates/>

? ? ? ? ? ? <groups>

? ? ? ? ? ? ? ? <group>

? ? ? ? ? ? ? ? ? ? <name>Linux servers</name>

? ? ? ? ? ? ? ? </group>

? ? ? ? ? ? </groups>

? ? ? ? ? ? <interfaces>

? ? ? ? ? ? ? ? <interface>

? ? ? ? ? ? ? ? ? ? <default>1</default>

? ? ? ? ? ? ? ? ? ? <type>1</type>

? ? ? ? ? ? ? ? ? ? <useip>1</useip>

? ? ? ? ? ? ? ? ? ? <ip>192.168.1.1</ip>

? ? ? ? ? ? ? ? ? ? <dns/>

? ? ? ? ? ? ? ? ? ? <port>10050</port>

? ? ? ? ? ? ? ? ? ? <bulk>1</bulk>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </interface>

? ? ? ? ? ? </interfaces>

? ? ? ? ? ? <applications/>

? ? ? ? ? ? <items>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_memcache</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(memcached)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_AllAuthServer</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8AllAuthServer)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_DispatchService</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8DispatchService)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_KeyManagePool</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8KeyManagePool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_MPool</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8MPool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_SCMPool</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8SCMPool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_TaskService</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8TaskService)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_WebPool</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8WebPool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>U8_UTU.Services</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(UFIDA.U8.ECE.UTU.Services)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? <name>Ub_Report.SLReportService</name>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <snmp_community/>

? ? ? ? ? ? ? ? ? ? <multiplier>0</multiplier>

? ? ? ? ? ? ? ? ? ? <snmp_oid/>

? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(UFIDA.U8.Report.SLReportService)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? <delay>30</delay>

? ? ? ? ? ? ? ? ? ? <history>90</history>

? ? ? ? ? ? ? ? ? ? <trends>365</trends>

? ? ? ? ? ? ? ? ? ? <status>0</status>

? ? ? ? ? ? ? ? ? ? <value_type>0</value_type>

? ? ? ? ? ? ? ? ? ? <allowed_hosts/>

? ? ? ? ? ? ? ? ? ? <units/>

? ? ? ? ? ? ? ? ? ? <delta>0</delta>

? ? ? ? ? ? ? ? ? ? <snmpv3_contextname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securityname/>

? ? ? ? ? ? ? ? ? ? <snmpv3_securitylevel>0</snmpv3_securitylevel>

? ? ? ? ? ? ? ? ? ? <snmpv3_authprotocol>0</snmpv3_authprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_authpassphrase/>

? ? ? ? ? ? ? ? ? ? <snmpv3_privprotocol>0</snmpv3_privprotocol>

? ? ? ? ? ? ? ? ? ? <snmpv3_privpassphrase/>

? ? ? ? ? ? ? ? ? ? <formula>1</formula>

? ? ? ? ? ? ? ? ? ? <delay_flex/>

? ? ? ? ? ? ? ? ? ? <params/>

? ? ? ? ? ? ? ? ? ? <ipmi_sensor/>

? ? ? ? ? ? ? ? ? ? <data_type>0</data_type>

? ? ? ? ? ? ? ? ? ? <authtype>0</authtype>

? ? ? ? ? ? ? ? ? ? <username/>

? ? ? ? ? ? ? ? ? ? <password/>

? ? ? ? ? ? ? ? ? ? <publickey/>

? ? ? ? ? ? ? ? ? ? <privatekey/>

? ? ? ? ? ? ? ? ? ? <port/>

? ? ? ? ? ? ? ? ? ? <description/>

? ? ? ? ? ? ? ? ? ? <inventory_link>0</inventory_link>

? ? ? ? ? ? ? ? ? ? <applications/>

? ? ? ? ? ? ? ? ? ? <valuemap/>

? ? ? ? ? ? ? ? ? ? <logtimefmt/>

? ? ? ? ? ? ? ? ? ? <interface_ref>if1</interface_ref>

? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? </items>

? ? ? ? ? ? <discovery_rules/>

? ? ? ? ? ? <macros/>

? ? ? ? ? ? <inventory/>

? ? ? ? </host>

? ? </hosts>

? ? <graphs>

? ? ? ? <graph>

? ? ? ? ? ? <name>U8_process</name>

? ? ? ? ? ? <width>900</width>

? ? ? ? ? ? <height>200</height>

? ? ? ? ? ? <yaxismin>0.0000</yaxismin>

? ? ? ? ? ? <yaxismax>100.0000</yaxismax>

? ? ? ? ? ? <show_work_period>1</show_work_period>

? ? ? ? ? ? <show_triggers>1</show_triggers>

? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? <show_legend>1</show_legend>

? ? ? ? ? ? <show_3d>0</show_3d>

? ? ? ? ? ? <percent_left>0.0000</percent_left>

? ? ? ? ? ? <percent_right>0.0000</percent_right>

? ? ? ? ? ? <ymin_type_1>0</ymin_type_1>

? ? ? ? ? ? <ymax_type_1>0</ymax_type_1>

? ? ? ? ? ? <ymin_item_1>0</ymin_item_1>

? ? ? ? ? ? <ymax_item_1>0</ymax_item_1>

? ? ? ? ? ? <graph_items>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>0</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>A54F10</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8AllAuthServer)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>1</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>FC6EA3</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8DispatchService)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>2</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>6C59DC</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8KeyManagePool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>3</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>AC8C14</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(memcached)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>4</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>611F27</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8MPool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>5</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>F230E0</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8SCMPool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>6</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>5CCD18</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8TaskService)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>7</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>BB2A02</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(UFIDA.U8.ECE.UTU.Services)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>8</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>5A2B57</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(U8WebPool)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? ? ? <graph_item>

? ? ? ? ? ? ? ? ? ? <sortorder>9</sortorder>

? ? ? ? ? ? ? ? ? ? <drawtype>2</drawtype>

? ? ? ? ? ? ? ? ? ? <color>89ABF8</color>

? ? ? ? ? ? ? ? ? ? <yaxisside>0</yaxisside>

? ? ? ? ? ? ? ? ? ? <calc_fnc>2</calc_fnc>

? ? ? ? ? ? ? ? ? ? <type>0</type>

? ? ? ? ? ? ? ? ? ? <item>

? ? ? ? ? ? ? ? ? ? ? ? <host>U8SERVER</host>

? ? ? ? ? ? ? ? ? ? ? ? <key>perf_counter[\Process(UFIDA.U8.Report.SLReportService)\Working Set - Private]</key>

? ? ? ? ? ? ? ? ? ? </item>

? ? ? ? ? ? ? ? </graph_item>

? ? ? ? ? ? </graph_items>

? ? ? ? </graph>

? ? </graphs>

</zabbix_export>











? ? ?本文轉(zhuǎn)自812374156 51CTO博客,原文鏈接:http://blog.51cto.com/xiong51/2070122,如需轉(zhuǎn)載請自行聯(lián)系原作者






《新程序員》:云原生和全面數(shù)字化實踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀

總結(jié)

以上是生活随笔為你收集整理的zabbix监控windows进程的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。