00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041 #ifndef __TextDataCapture_h__
00042 #define __TextDataCapture_h__
00043
00044 #ifdef __cplusplus
00045
00070 namespace TextDataCapture
00071 {
00072 #endif // __cplusplus
00073
00078 #define TEXT_TABLE_DATACAPTURE_UUID_STRING "9250f38b-e7b0-44b1-89c1-178ee59e281f"
00079 #ifdef RM_USING_WIDE_CHARS
00080 #define TEXT_TABLE_NAME L"Table data capture"
00081 #define TEXT_TABLE_DESCRIPTION L"Captured statistical data is stored in a text file in a tab-delimited table format"
00082 #else // RM_USING_WIDE_CHARS
00083 #define TEXT_TABLE_NAME "Table data capture"
00084 #define TEXT_TABLE_DESCRIPTION "Captured statistical data is stored in a text file in a tab-delimited table format"
00085 #endif // RM_USING_WIDE_CHARS
00086
00128 #define TEXT_XML_DATACAPTURE_UUID_STRING "7b2bd294-cdd1-49ae-b41f-e964e87c5370"
00129 #ifdef RM_USING_WIDE_CHARS
00130 #define TEXT_XML_NAME L"XML data capture"
00131 #define TEXT_XML_DESCRIPTION L"Captured statistical data is stored in a text file in a XML format"
00132 #else // RM_USING_WIDE_CHARS
00133 #define TEXT_XML_NAME "XML data capture"
00134 #define TEXT_XML_DESCRIPTION "Captured statistical data is stored in a text file in a XML format"
00135 #endif // RM_USING_WIDE_CHARS
00136
00141 #define TEXTDataCaptureConfiguration "/etc/opt/resourcemon/textconfig"
00144 #define TEXTDataCaptureDirectory "/var/opt/resourcemon/data"
00147 #define TEXTMinimumFreeSpace 5
00150 #define TEXTActiveMonitorLimit 0
00153 #define TEXTFileAgeLimit (24*7)
00157 #define TEXTFileSizeLimit 0
00160 #define TEXTFileRollover false
00161
00162 #ifdef __cplusplus
00163 }
00164 #endif // __cplusplus
00165
00166 #endif // __TextDataCapture_h__