@@ -99,9 +99,7 @@ The following parameters are available in the `puppetdb` class:
99
99
* [ ` facts_blacklist ` ] ( #-puppetdb--facts_blacklist )
100
100
* [ ` gc_interval ` ] ( #-puppetdb--gc_interval )
101
101
* [ ` node_purge_gc_batch_limit ` ] ( #-puppetdb--node_purge_gc_batch_limit )
102
- * [ ` log_slow_statements ` ] ( #-puppetdb--log_slow_statements )
103
102
* [ ` conn_max_age ` ] ( #-puppetdb--conn_max_age )
104
- * [ ` conn_keep_alive ` ] ( #-puppetdb--conn_keep_alive )
105
103
* [ ` conn_lifetime ` ] ( #-puppetdb--conn_lifetime )
106
104
* [ ` puppetdb_package ` ] ( #-puppetdb--puppetdb_package )
107
105
* [ ` puppetdb_service ` ] ( #-puppetdb--puppetdb_service )
@@ -122,9 +120,7 @@ The following parameters are available in the `puppetdb` class:
122
120
* [ ` read_database_jdbc_ssl_properties ` ] ( #-puppetdb--read_database_jdbc_ssl_properties )
123
121
* [ ` read_database_validate ` ] ( #-puppetdb--read_database_validate )
124
122
* [ ` read_database_name ` ] ( #-puppetdb--read_database_name )
125
- * [ ` read_log_slow_statements ` ] ( #-puppetdb--read_log_slow_statements )
126
123
* [ ` read_conn_max_age ` ] ( #-puppetdb--read_conn_max_age )
127
- * [ ` read_conn_keep_alive ` ] ( #-puppetdb--read_conn_keep_alive )
128
124
* [ ` read_conn_lifetime ` ] ( #-puppetdb--read_conn_lifetime )
129
125
* [ ` ssl_dir ` ] ( #-puppetdb--ssl_dir )
130
126
* [ ` ssl_set_cert_paths ` ] ( #-puppetdb--ssl_set_cert_paths )
@@ -457,20 +453,6 @@ Nodes will be purged in batches of this size, one batch per gc-interval.
457
453
458
454
Default value: ` $puppetdb::params::node_purge_gc_batch_limit `
459
455
460
- ##### <a name =" -puppetdb--log_slow_statements " ></a >` log_slow_statements `
461
-
462
- Data type: ` Any `
463
-
464
- This sets the number of seconds before an SQL query is considered "slow." Slow
465
- SQL queries are logged as warnings, to assist in debugging and tuning. Note
466
- PuppetDB does not interrupt slow queries; it simply reports them after they
467
- complete.
468
-
469
- The default value is ` 10 ` seconds. A value of 0 will disable logging of slow
470
- queries. This option is supported in PuppetDB >= 1.1.
471
-
472
- Default value: ` $puppetdb::params::log_slow_statements `
473
-
474
456
##### <a name =" -puppetdb--conn_max_age " ></a >` conn_max_age `
475
457
476
458
Data type: ` Any `
@@ -482,18 +464,6 @@ If not supplied, we default to `60` minutes. This option is supported in PuppetD
482
464
483
465
Default value: ` $puppetdb::params::conn_max_age `
484
466
485
- ##### <a name =" -puppetdb--conn_keep_alive " ></a >` conn_keep_alive `
486
-
487
- Data type: ` Any `
488
-
489
- This sets the time (in minutes) for a connection to remain idle before sending
490
- a test query to the DB. This is useful to prevent a DB from timing out
491
- connections on its end.
492
-
493
- If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.1.
494
-
495
- Default value: ` $puppetdb::params::conn_keep_alive `
496
-
497
467
##### <a name =" -puppetdb--conn_lifetime " ></a >` conn_lifetime `
498
468
499
469
Data type: ` Any `
@@ -690,20 +660,6 @@ the `database_name` parameter. This option is supported in PuppetDB >= 1.6.
690
660
691
661
Default value: ` $puppetdb::params::read_database_name `
692
662
693
- ##### <a name =" -puppetdb--read_log_slow_statements " ></a >` read_log_slow_statements `
694
-
695
- Data type: ` Any `
696
-
697
- This sets the number of seconds before an SQL query to the read database is
698
- considered "slow." Slow SQL queries are logged as warnings, to assist in
699
- debugging and tuning. Note PuppetDB does not interrupt slow queries; it simply
700
- reports them after they complete.
701
-
702
- The default value is 10 seconds. A value of 0 will disable logging of slow
703
- queries. This option is supported in PuppetDB >= 1.6.
704
-
705
- Default value: ` $puppetdb::params::read_log_slow_statements `
706
-
707
663
##### <a name =" -puppetdb--read_conn_max_age " ></a >` read_conn_max_age `
708
664
709
665
Data type: ` Any `
@@ -715,18 +671,6 @@ If not supplied, we default to 60 minutes. This option is supported in PuppetDB
715
671
716
672
Default value: ` $puppetdb::params::read_conn_max_age `
717
673
718
- ##### <a name =" -puppetdb--read_conn_keep_alive " ></a >` read_conn_keep_alive `
719
-
720
- Data type: ` Any `
721
-
722
- This sets the time (in minutes) for a read database connection to remain idle
723
- before sending a test query to the DB. This is useful to prevent a DB from
724
- timing out connections on its end.
725
-
726
- If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.6.
727
-
728
- Default value: ` $puppetdb::params::read_conn_keep_alive `
729
-
730
674
##### <a name =" -puppetdb--read_conn_lifetime " ></a >` read_conn_lifetime `
731
675
732
676
Data type: ` Any `
@@ -1427,9 +1371,7 @@ The following parameters are available in the `puppetdb::server` class:
1427
1371
* [ ` facts_blacklist ` ] ( #-puppetdb--server--facts_blacklist )
1428
1372
* [ ` gc_interval ` ] ( #-puppetdb--server--gc_interval )
1429
1373
* [ ` node_purge_gc_batch_limit ` ] ( #-puppetdb--server--node_purge_gc_batch_limit )
1430
- * [ ` log_slow_statements ` ] ( #-puppetdb--server--log_slow_statements )
1431
1374
* [ ` conn_max_age ` ] ( #-puppetdb--server--conn_max_age )
1432
- * [ ` conn_keep_alive ` ] ( #-puppetdb--server--conn_keep_alive )
1433
1375
* [ ` conn_lifetime ` ] ( #-puppetdb--server--conn_lifetime )
1434
1376
* [ ` puppetdb_package ` ] ( #-puppetdb--server--puppetdb_package )
1435
1377
* [ ` puppetdb_service ` ] ( #-puppetdb--server--puppetdb_service )
@@ -1449,9 +1391,7 @@ The following parameters are available in the `puppetdb::server` class:
1449
1391
* [ ` read_database_jdbc_ssl_properties ` ] ( #-puppetdb--server--read_database_jdbc_ssl_properties )
1450
1392
* [ ` read_database_validate ` ] ( #-puppetdb--server--read_database_validate )
1451
1393
* [ ` read_database_name ` ] ( #-puppetdb--server--read_database_name )
1452
- * [ ` read_log_slow_statements ` ] ( #-puppetdb--server--read_log_slow_statements )
1453
1394
* [ ` read_conn_max_age ` ] ( #-puppetdb--server--read_conn_max_age )
1454
- * [ ` read_conn_keep_alive ` ] ( #-puppetdb--server--read_conn_keep_alive )
1455
1395
* [ ` read_conn_lifetime ` ] ( #-puppetdb--server--read_conn_lifetime )
1456
1396
* [ ` ssl_dir ` ] ( #-puppetdb--server--ssl_dir )
1457
1397
* [ ` ssl_set_cert_paths ` ] ( #-puppetdb--server--ssl_set_cert_paths )
@@ -1715,20 +1655,6 @@ Nodes will be purged in batches of this size, one batch per gc-interval.
1715
1655
1716
1656
Default value: ` $puppetdb::params::node_purge_gc_batch_limit `
1717
1657
1718
- ##### <a name =" -puppetdb--server--log_slow_statements " ></a >` log_slow_statements `
1719
-
1720
- Data type: ` Any `
1721
-
1722
- This sets the number of seconds before an SQL query is considered "slow." Slow
1723
- SQL queries are logged as warnings, to assist in debugging and tuning. Note
1724
- PuppetDB does not interrupt slow queries; it simply reports them after they
1725
- complete.
1726
-
1727
- The default value is ` 10 ` seconds. A value of 0 will disable logging of slow
1728
- queries. This option is supported in PuppetDB >= 1.1.
1729
-
1730
- Default value: ` $puppetdb::params::log_slow_statements `
1731
-
1732
1658
##### <a name =" -puppetdb--server--conn_max_age " ></a >` conn_max_age `
1733
1659
1734
1660
Data type: ` Any `
@@ -1740,18 +1666,6 @@ If not supplied, we default to `60` minutes. This option is supported in PuppetD
1740
1666
1741
1667
Default value: ` $puppetdb::params::conn_max_age `
1742
1668
1743
- ##### <a name =" -puppetdb--server--conn_keep_alive " ></a >` conn_keep_alive `
1744
-
1745
- Data type: ` Any `
1746
-
1747
- This sets the time (in minutes) for a connection to remain idle before sending
1748
- a test query to the DB. This is useful to prevent a DB from timing out
1749
- connections on its end.
1750
-
1751
- If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.1.
1752
-
1753
- Default value: ` $puppetdb::params::conn_keep_alive `
1754
-
1755
1669
##### <a name =" -puppetdb--server--conn_lifetime " ></a >` conn_lifetime `
1756
1670
1757
1671
Data type: ` Any `
@@ -1940,20 +1854,6 @@ the `database_name` parameter. This option is supported in PuppetDB >= 1.6.
1940
1854
1941
1855
Default value: ` $puppetdb::params::read_database_name `
1942
1856
1943
- ##### <a name =" -puppetdb--server--read_log_slow_statements " ></a >` read_log_slow_statements `
1944
-
1945
- Data type: ` Any `
1946
-
1947
- This sets the number of seconds before an SQL query to the read database is
1948
- considered "slow." Slow SQL queries are logged as warnings, to assist in
1949
- debugging and tuning. Note PuppetDB does not interrupt slow queries; it simply
1950
- reports them after they complete.
1951
-
1952
- The default value is 10 seconds. A value of 0 will disable logging of slow
1953
- queries. This option is supported in PuppetDB >= 1.6.
1954
-
1955
- Default value: ` $puppetdb::params::read_log_slow_statements `
1956
-
1957
1857
##### <a name =" -puppetdb--server--read_conn_max_age " ></a >` read_conn_max_age `
1958
1858
1959
1859
Data type: ` Any `
@@ -1965,18 +1865,6 @@ If not supplied, we default to 60 minutes. This option is supported in PuppetDB
1965
1865
1966
1866
Default value: ` $puppetdb::params::read_conn_max_age `
1967
1867
1968
- ##### <a name =" -puppetdb--server--read_conn_keep_alive " ></a >` read_conn_keep_alive `
1969
-
1970
- Data type: ` Any `
1971
-
1972
- This sets the time (in minutes) for a read database connection to remain idle
1973
- before sending a test query to the DB. This is useful to prevent a DB from
1974
- timing out connections on its end.
1975
-
1976
- If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.6.
1977
-
1978
- Default value: ` $puppetdb::params::read_conn_keep_alive `
1979
-
1980
1868
##### <a name =" -puppetdb--server--read_conn_lifetime " ></a >` read_conn_lifetime `
1981
1869
1982
1870
Data type: ` Any `
0 commit comments