NoSQL Redis:Connect a Redis plugin to Grafana 26.10.2023 by Middleware Team Introduction: Monitoring our Redis database is one of the first thing we want to do : Checking the database status , the queries consumption and also make a report on it. For that, we will use Grafana:(…)
NoSQL Redis: How transactions work in Redis 20.10.2023 by Middleware Team Introduction: Redis allows you to use many commands to create and administrate your database. There is especially one useful feature which which allows you to execute a series of commands as a single unit of work: The(…)
Application integration & Middleware, Enterprise content management Monitor Alfresco with Zabbix 20.10.2023 by Middleware Team In this blog post, I will share a few obstacles I have encountered while trying to monitor a complete Alfresco setup with all these components. As an overview, here are the templates I will use: Apache ActiveMQ by JMX(…)
Application integration & Middleware AWS Monitoring with Zabbix 12.10.2023 by Middleware Team Until recently, I did not notice that Zabbix templates can also include Hosts prototypes under (Low Level) Discovery Rules. I wondered why, so I decided to look at pre-existing templates to check what is the aim for it. I(…)
Application integration & Middleware Keep Your Software’s Up to Date with Zabbix 09.10.2023 by Middleware Team Monitoring tools are increasingly going beyond their usual perimeter of just monitoring metrics. Modern tools, like Zabbix, can watch files for any change and raise warning whenever it occurs. An example I found the “Linux by Zabbix agent” template:(…)
Application integration & Middleware Modifying a Zabbix Template for WildFly JVM Monitoring 28.09.2023 by Middleware Team Zabbix provides templates easy to setup which do not require any external scripts. As an example, you can check one of my previous blog post on the subject where I monitored a WildFly server. These(…)
NoSQL MongoDB: Identify a field type 27.09.2023 by Middleware Team Introduction Whereas I wanted to perform a quick demo to show some MongoDB useful command to mass update some fields (Increment),I had a MongoDB error: “Cannot increment with a non-numeric argument” I guess the message is explicit:(…)
NoSQL MongoDB: MongoDB.local Frankfurt Event 25.09.2023 by Middleware Team Hi everybody Today I will give you a feedback about ab Event organized by MongoDB: The MongoDB.local event Introduction: Last week, I made a trip to Frankfurt to attend a special event made by MongoDB, I(…)
Application integration & Middleware Adapt Zabbix to Your Needs 19.09.2023 by Middleware Team Zabbix comes with an long list of smart and customizable templates (more than 270). In this blog post, I will explain how to customize these templates and adapt them to your environment’s needs. Macro The first level of(…)
NoSQL, PostgreSQL, SQL Server MongoDB: How to translate SQL to MongoDB commands 17.09.2023 by Middleware Team Introduction Hi everybody If you work with databases, you will be familiar with the two main philosophies used in this domain: The SQL philosophy (RDBMS) and, of course, NoSQL databases.Some examples of SQL databases are Oracle and Postgres,(…)