more little fixes
This commit is contained in:
31
rubrik.conf.example
Executable file
31
rubrik.conf.example
Executable file
@@ -0,0 +1,31 @@
|
||||
# ID and Key for RSC Service Account (starts with client|) (use single quotes)
|
||||
ID='client|xxxxxxxxxxxxxxxxxxx'
|
||||
SECRET=xxxxxxxxxxxxxxxxxxxxxxxx
|
||||
|
||||
# DNS name of Rubrik CDM
|
||||
RUBRIK_IP=<CDM address>
|
||||
|
||||
# Oracle Settings
|
||||
MOUNTPOINT_PREFIX=/rubrik_
|
||||
# How many hours of archivelog to keep on host. 0 means do not purge logs
|
||||
HOSTLOGRET=2
|
||||
|
||||
# Percentage threshold to warn if an MV filesystem is getting full
|
||||
MV_SPACE_WARN=75
|
||||
|
||||
# Number of RMAN channels to allocate per MV channel
|
||||
# NOTE: This is not a TOTAL. Total number of RMAN channels will be
|
||||
# this multipled by the number of channels of the Managed Volume
|
||||
RMAN_CHANNELS_PER_MOUNT=1
|
||||
|
||||
# Logging directories
|
||||
|
||||
# API calls
|
||||
API_LOG_DIR=/tmp/rubrik
|
||||
# RMAN sessions
|
||||
RMAN_LOG_DIR=/tmp/rubrik/rman
|
||||
|
||||
# List of email addresses to send failure alerts to
|
||||
ALERT_EMAILS=root,oracle
|
||||
# Set to 1 to enable email alert on success also
|
||||
EMAIL_SUCCESS=1
|
||||
Reference in New Issue
Block a user