Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

/root/resourcemonitord/resourcemonitord/TextDataCapture/TextDataCapture.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           TextDataCapture.h  -  description
00003                              -------------------
00004     begin                : Mon Mar 4 2002
00005     copyright            : (C) 2002 by Todd Davis
00006     email                : todd.c.davis@intel.com
00007  ***************************************************************************/
00008 
00009 
00010 /*M*
00011 BSD License
00012 
00013 Copyright (c) 2002, Intel Corporation
00014 All rights reserved.
00015 
00016 Redistribution and use in source and binary forms, with or without
00017 modification, are permitted provided that the following conditions are met:
00018 
00019   a.. Redistributions of source code must retain the above copyright notice,
00020       this list of conditions and the following disclaimer.
00021   b.. Redistributions in binary form must reproduce the above copyright notice,
00022       this list of conditions and the following disclaimer in the documentation
00023       and/or other materials provided with the distribution.
00024   c.. Neither the name of Intel Corporation nor the names of its contributors
00025       may be used to endorse or promote products derived from this software
00026       without specific prior written permission.
00027 
00028 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
00029 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00030 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00031 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
00032 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
00033 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
00034 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
00035 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00036 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
00037 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00038 
00039  *M*/
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 }   //   TextDataCapture
00164 #endif  // __cplusplus
00165 
00166 #endif      // __TextDataCapture_h__

Generated at Sat Sep 7 21:21:07 2002 for Resource Monitoring Facility by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001