-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oradb_manage_statspack: Redesign of role
- Loading branch information
Showing
7 changed files
with
435 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,28 @@ | ||
--- | ||
# Global Defaults for Purge and Snapshot-Jobs. | ||
# could be overwritten per dtabase with: | ||
# oracle_databases: | ||
# - oracle_db_name: test | ||
# statspack: | ||
# purgedays: 60 | ||
# @var purgedays:description: > | ||
# Global default variable for Statspack purgetime in days. | ||
# Could be defined for each database with `oracle_databases`. | ||
# An example is shown there. | ||
# @end | ||
purgedays: 35 | ||
|
||
# @var purgeinterval:description: > | ||
# Global default variable for Statspack purge interval in scheduler job. | ||
# Could be defined for each database with `oracle_databases`. | ||
# An example is shown there. | ||
# @end | ||
purgeinterval: "FREQ=daily;byhour=3;byminute=15;bysecond=0" | ||
|
||
# @var snapinterval:description: > | ||
# Global default variable for Statspack snap interval in scheduler job. | ||
# Could be defined for each database with `oracle_databases`. | ||
# An example is shown there. | ||
# @end | ||
snapinterval: "FREQ=hourly;byminute=0;bysecond=0" | ||
|
||
# @var snaplevel:description: > | ||
# Global default variable for Statspack snaplevel. | ||
# Could be defined for each database with `oracle_databases`. | ||
# An example is shown there. | ||
# @end | ||
snaplevel: 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.