enh(plugin)add-sql-string-postgres (#2241)

This commit is contained in:
Simon Bomm 2020-10-06 14:15:11 +02:00 committed by GitHub
parent e73fabe165
commit 29c3704092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ sub new {
'list-databases' => 'database::postgres::mode::listdatabases',
'query-time' => 'database::postgres::mode::querytime',
'sql' => 'centreon::common::protocols::sql::mode::sql',
'sql-string' => 'centreon::common::protocols::sql::mode::sqlstring',
'statistics' => 'database::postgres::mode::statistics',
'tablespace' => 'database::postgres::mode::tablespace',
'timesync' => 'database::postgres::mode::timesync',