하트비트 간격 변경
배치된 모든 시스템에서 하트비트 간격을 5분 - 1시간으로 변경할 수 있습니다. update_updtTemplate.xml 업데이트 스크립트를 사용하여 이 간격을 변경할 수 있습니다.
프로시저
- \IBM\WinCollect\samples 디렉토리에서 update_updtTemplate.xml 템플리트를 찾으십시오.
- 템플리트의 사본을 저장하고 이름을 update_heartbeat.xml로 지정하십시오.
- 파일을 수정하십시오.
- 에이전트 구성 정의 파일 (AgentConfigDefinition.xml) 을 열고
Heartbeat매개변수를 찾으십시오.중요: AgentConfigDefinition.xml 파일을 수정하지 마십시오.Heartbeat매개변수는StatusServer오브젝트에 있습니다. - 스크립트의 오브젝트 경로를
StatusServer로, 매개변수를Heartbeat로, 값을3600(1시간 (초)) 로 변경하십시오.최종 스크립트는 다음과 같습니다.<?xml version="1.0" encoding="UTF-8"?> <WinCollectScript version="10.0.0" > <Update objPath="LocalSources(Name=Local)/Source(Name=Security)" > <Parameter name="Filter" value="1100,1102,4624,4625,4634,4648,4657,4672,4688,4689,4704,4706,4713,4714,4716,4719,4720,4722,4725,4726,4728,4731,4732,4733,4735,4740,4756,4765,4766,4767,4769,4776,4778,4779,4781,4782,4793,4870,4873,4874,4880,4881,4882,4885,4886,4887,4888,4890,4891,4892,4896,4897,4898,4899,4900,5038,5136,5137,5138,5139,5140,5141,5142,5144,5145,5376,5377,5632,6272,6273,6274,6275,6276,6277,6278,6279,6280,6281" /> <Parameter name="FilterEnabled" value="true" /> </Update> </WinCollectScript>
- 에이전트 구성 정의 파일 (AgentConfigDefinition.xml) 을 열고
Save the update_heartbeat.xml file and move it to the \IBM\WinCollect\patch directory.몇 초 후에 해당 파일이 사라지고 에이전트가 다시 시작됩니다. 이전 agentconfig.xml 파일은 백업 디렉토리(patch_checkpoint_xxxx)로 이동됩니다.