* Add caching to reporting features
* Fixed a problem with LOG_HEALTHY="Yes" and check_params() * Other smaller fixes * Whitespace fixes
This commit is contained in:
@@ -21,6 +21,16 @@ HC_LOG_HEALTHY="No"
|
||||
# [values: Yes|No]
|
||||
HC_WILL_FIX="Yes"
|
||||
|
||||
# cache "last" reporting entries. Set to 'Yes' to speed up reporting of the last
|
||||
# registered HC events
|
||||
# [values: Yes|No]
|
||||
HC_REPORT_CACHE_LAST="No"
|
||||
|
||||
# cache "today" reporting entries. Set to 'Yes' to speed up reporting of today's
|
||||
# registered HC events
|
||||
# [values: Yes|No]
|
||||
HC_REPORT_CACHE_TODAY="No"
|
||||
|
||||
|
||||
#******************************************************************************
|
||||
# End of FILE
|
||||
|
||||
Reference in New Issue
Block a user