+ update with new modes

This commit is contained in:
Simon Bomm 2017-12-07 17:35:30 +01:00 committed by GitHub
parent 90a59c09f4
commit d992a3e734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ sub new {
'rman-online-backup-age' => 'database::oracle::mode::rmanonlinebackupage',
'rollback-segment-usage' => 'database::oracle::mode::rollbacksegmentusage',
'tablespace-usage' => 'database::oracle::mode::tablespaceusage',
'temp-usage' => 'database::oracle::mode::temptablespace',
'undo-usage' => 'database::oracle::mode::undotablespace',
'session-usage' => 'database::oracle::mode::sessionusage',
'sql' => 'centreon::common::protocols::sql::mode::sql',
'sql-string' => 'centreon::common::protocols::sql::mode::sqlstring',