Database Administration & Monitoring, Database management, SQL Server SQL Server Integrated acceleration & offloading 16.11.2023 by Christophe Cosme Introduction I was asked by one of my customers to have a look at the SQL Server 2022 Integrated acceleration & offloading feature. The goal of it is to provide a framework for offloading specific SQL Server workload compute to(…)
Ansible, DevOps Cloudbees CD/RO, send and receive parameters with bash / Ansible scripts 13.11.2023 by Nicolas Meunier Sending a pipeline parameter to a bash or Ansible script is easy, but the reverse is less obvious. In this article, we’ll look at how to return parameters from an Ansible script to a Cloudbees CD/RO job. The easy way(…)
Application integration & Middleware, Database Administration & Monitoring Monitor Microsoft SQL Server with Zabbix 13.11.2023 by Middleware Team In this blog post, we will quickly see what is required to monitor a Microsoft SQL Server with Zabbix. Agent Setup Agent setup is not required by MSSQL by ODBC template; thus this step can be skipped. Setup Monitoring Account(…)
Oracle Manage SSH public keys with Oracle Key Vault (2/2) 13.11.2023 by Oracle Team Oracle Key Vault 21.7 introduce the SSH key support, a new type of endpoint(SSH server) and a new wallet type (SSH Wallet).
Oracle Manage SSH public keys with Oracle Key Vault (1/2) 13.11.2023 by Oracle Team Oracle Key Vault 21.7 introduce the SSH key support, a new type of endpoint(SSH server) and a new wallet type (SSH Wallet).
Database Administration & Monitoring, Database management PostgreSQL 17: Reset shared statistics at once with pg_stat_reset_shared() 12.11.2023 by Daniel Westermann PostgreSQL comes with several catalog views which expose cluster wide statistics. One of them is the new pg_stats_checkpointer view we’ve talked about previously. To reset some of those statistics there is pg_stat_reset_shared().
DevOps Cloudbees CD/RO, Pipelines advanced parameters 10.11.2023 by Nicolas Meunier Cloudbees CD/RO is a highly flexible tool. You can define your own customized parameter forms for pipelines or procedures.For example, the same parameter form can be adapted according to the users: user-friendly for common users or more permissive for admin(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Play the game 07.11.2023 by Morgan Patou In previous blogs (here & here), I talked about the Repository skeleton necessary and then about how to use REST-API to add questions and answers into Alfresco for the Trivia Game. In(…)
Database Administration & Monitoring, Database management PostgreSQL 17: New catalog view pg_stat_checkpointer 06.11.2023 by Daniel Westermann Up to PostgreSQL 16 checkpointer related statistics are available in pg_stat_bgwriter. As the work of bgwriter and checkpointer has been split into two separate processes back in 2011 for PostgreSQL 9.2 (see 806a2aee3791), it makes sense(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Add questions 06.11.2023 by Morgan Patou In a previous blog, I talked about using Alfresco to setup a simple Trivia Game and more specifically the Repository part of it, i.e., the meta-model and the structure I will use. In this second part,(…)