/usr/share/icinga2/tmpl/ido-pgsql.conf-sample is in icinga2-ido-pgsql 2.4.1-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /**
* The db_ido_pgsql library implements IDO functionality
* for PostgreSQL.
*/
library "db_ido_pgsql"
object IdoPgsqlConnection "ido-pgsql" {
user = "_DBC_DBUSER_",
password = "_DBC_DBPASS_",
host = "_DBC_DBSERVER_",
database = "_DBC_DBNAME_"
}
|