*D/SINGLEPOINT/CONFIG File Listing

This is a listing of the *D/SINGLEPOINT/CONFIG file:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1000000039.000.001

%% This is the configuration file for the Operations Sentinel						%%1001000002.000.000
%%Interface for ClearPath MCP. The program which uses this file is:			%%1002000002.000
%% 																										%%10030000
%% 			OBJECT/SINGLEPOINT/INTERFACE 													%%10040000
%% 																										%%10050000
%% The format for the parameters is: 														%10060000
%% 																										%%10070000
%% 			<Parameter name> <Parameter><Delimited by "."> 							%%10080000
%% 																										%%10090000
%% The values for each parameter: 															%%10100000
%% 																								 		%%10110000
%% 			DEFAULT_SOCKET 			<TCP port number, default 10301 or 10302>. %%1012000002.000.000
%% 			ALLOW_AUTOMATED_KEYINS <boolean, default true>. 							%%1012500002.000.000
%% 			USE_API 						<boolean, default=ALLOW_AUTOMATED_KEYINS 	%%1012550002.001.000
%% 			DATABASE_LEVEL 			<1 or 2 or 1+2, default 1>. 						%10126000
%% 			LOG_JOB_USERCODE 		<boolean, default=false> 								%1012800002.001.000
%% 			UTILIZATION_INTERVAL < 1 to 3600 seconds, default 20>. 				%%1013000002.001.000
%% 			DISK_INTERVAL			  <10 to 3600 seconds, default 60>. 				%%1013200002.000.000
%% 			RENEW_DISK_ALARMS 	< 0 to 1440 disk intervals, default 0>. 		%%1013400002.000.000
%% 			FILTER_FILE_NAME 		<name of filter file>. 								%%10140000
%% 			HACKER_DELAY 				<0 to 3600, default 300> 							%%1015000002.001.000
%% 			AUTO_LOGON_USERCODE <usercode>. 												%%1015050002.001.000
%%			USE_PRIVILEGED_SYSTEM_USERCODE_ON_SP_AMS_PORT <boolean>. 				%%1015100001.001.003
%% 			ADM <A one-line user defined ODT ADM command>. 							%%1015200002.000.000
%% 			TERM <A one-line user defined ODT TERM command>. 						%%1015500002.000.000
%% 			SECURITY_ENABLED 		<boolean, default FALSE> 								%%1016000002.001.000
%% 																										%%10160500
%% The format for disk utilization monitoring: 										%%1016100002.000.000
%% 																										%%10161500
%% <family> <threshold percentage number> <severity> 								%%1016200002.000.000
%% OR 																									%%1016220002.000.000
%% <family> (<family index>) <threshold percentage number> <severity> 		%%1016240002.000.000
%% 																										%%10162500
%% Severity may be WARNING, MINOR, MAJOR, CRITICAL or blank. 						%%1016300002.000.000
%% If blank, severity defaults to MAJOR. 													%%1016310002.000.000
%% 																										%%1016320002.000.000
%% For example: If you have a disk family called ’PACK’ and you 					%%1016330002.000.000
%% want to be notified when the available space on ’PACK’ falls 					%%10163500
%% below 10% of the capacity of the whole disk family then you 					%%10164000
%% would include the following in your configuration file: 						%%10164500
%% 																										%%10165000
%% 			STARTDISKNAMES 																		%%10165500
%% 			PACK 10 																					%%1016600002.000.000
%% 			ENDDISKNAMES 																			%%10166500
%% 																										%%10170000
%% You may place as many pack families between the STARTDISKNAMES 				%%10170100
%% and ENDDISKNAMES as you wish. 															%%10170200
%% 																										%%10170300 %%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%10180000
																												10190000
DEFAULT_SOCKET 					10301. 																1020000002.001.000
ALLOW_AUTOMATED_KEYINS 		TRUE. 																1020200002.001.000
USE_API 							TRUE. 																1020400002.001.000
DATABASE_LEVEL 					1+2. 																	1020500002.001.000
LOG_JOB_USERCODE 				FALSE. 																1020600002.001.000
UTILIZATION_INTERVAL 			20. 																	1021000002.001.000
DISK_INTERVAL 					60. 																	1021200002.001.000
RENEW_DISK_ALARMS 				0. 																	1021400002.001.000
FILTER_FILE_NAME				D/SINGLEPOINT/FILTER. 											1022000002.001.000
HACKER_DELAY 					300. 																	1022500002.001.000
AUTO_LOGON_USERCODE 			SPOADM. 																1023000002.001.000
USE_PRIVILEGED_SYSTEM_USERCODE_ON_SP_AMS_PORT 		TRUE. 								1023100001.001.003
ADM (ACTIVE 7, WAITING 3, SCHEDULED 2, COMPLETED 5, MESSAGES) DELAY 9. 			1023200001.001.002
TERM TRUNCATE TRUE. 																					1023500002.001.000
SECURITY_ENABLED 				FALSE. 																1024000002.001.000
STARTDISKNAMES. 																						10240100
PACK 								% Disk space availability information sent to 		1024020002.001.000
										  Status for PACK.
PACK 		15 		WARNING  % "Warning" alarm if space is less than 15%. 			1024021002.001.000
PACK 		10 		MINOR    % "Minor" alarm if space is less than 10%. 			1024022002.001.000
PACK 		 7 		MAJOR	   % "Major" alarm if space is less than 7%. 				1024023002.001.000
PACK			 4 		CRITICAL % "Critical" alarm if space is less than 4%. 			1024024002.001.000
PACK (1) 					   	% Disk space availability information sent to 	 	1024025002.001.000

										  Status for index 1.
PACK (1)  20			MINOR 	 % "Minor" alarm if unit space is less than 20%.		1024026002.001.000
PACK (1)  10 		MAJOR 	 % "Major" alarm if unit space is less than 10%.		1024027002.001.000
ENDDISKNAMES. 																							10240300