### Configuration file for filtering SAPOSCOL values in CCMS monitoring ### ------------------------------------------------------------------- ### To have the filter applied, set in configuration file sapccmsr.ini this keyword ### OsColFile "/usr/sap/EPP/J00/log/sapccmsr/oscolfilter.ini" ### and restart the CCMS agent. The agent reads OS values from SAPOSCOL, applies filter ### and finally writes the filtered values into CCMS Monitoring segment. ### ### List of OS processes to be monitored is managed by configuration files: ### $(DIR_PERF)\dev_proc ### $(DIR_PERF)\procmon\*EPP_00*procmon*.ini ### If DIR_PERF in host_profile is different from DIR_PERF in agent's profile, ### set in the agent's profile a parameter DIR_WORK_SAPOSCOL to the physical path ### of the DIR_PERF in the host_profile. ### ### MTE class and Customizing group names cannot be longer than 40 characters. ### Maximum number of single filter type usage is 100. ### Check the filter application in CCMS agent log file (RFCOSLIB entries). ### ### ### Uncomment this line to monitor OS processes from ALL procmon.ini templates: ### The agent monitors only OS processes from dev_proc and from procmon templates ### matching instance type, SAP system name and instance number default. # MonitorAllOsProcesses ### ### ### Format of entries to exclude a file system from monitoring: # FilterOutFilesystem ### ### ### Format of entries to monitor only this file system: ### Optional MTE class and Customizing group names overwrite default values. ### This filter overrides a list created by FilterOutFilesystem. # MonitorFilesystem ### ### ### Format of entries to exlude an OS component from monitoring: ### The OS components are listed at the end of file. # FilterOutComponent ### ### ### Format of entries to customize CCMS properties of an OS component: ### Optional MTE class and Customizing group enables overwritting default values. ### Only components corresponding to CCMS Monitoring objects can be customized. ### CCMS summary nodes cannot be customized here. CCMS Monitoring objects ### for single OS processes can be customized only in dev_proc and procmon templates. ### # MonitorComponent ### ### ### Format of entries to monitor only this network interface: ### MTE class and Customizing group enables overwritting default values. # MonitorLan ### ### ### Format of entries to monitor only this disk: ### These entries override MonitorAllOSDisks keyword, if both of them are set. ### MTE class and Customizing group enables overwritting default values. # MonitorDisk ### ### ### Uncomment this line to monitor all disks: ### The number of monitored OS disks is limited to 10 by default. If this number is exceeded, ### an info MTE node is created under Disks summary node in CCMS with a hint to use MonitorDisk to monitor ### a not-listed disk. Or you can use following entry to have all OS disks monitored. # MonitorAllOSDisks ### ### # ### ### ------------------------------------------------------------------- ### List of OS components applicable to FilterOutComponent, MonitorComponent: ### Filesystems, CPU, Memory, Paging, Commit_Charge, Swap_Space, Disk, Lan, Monitored Processes, ### CPU_Virtualization_Power, Virtualization_Configuration, CPU_Virtualization_Host, CPU_Virtualization_Virtual_System, CPU_Virtualization_Virtual_Container, ### Memory_Virtualization_Host, Memory_Virtualization_Virtual_System, Memory_Virtualization_Virtual_Container, ### SysInfoGen, System_Info_Hypervisor, System_Info_Host, System_Info_Virtual_System, System_Info_Virtual_Container, ### Component names containing space need to be enclosed in quotations ("). ###