Tag

Agent2

1 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Jun 4, 2021 · Operations

Step-by-Step Guide to Monitoring MongoDB with Zabbix Agent 2

This tutorial explains how to use Zabbix Agent 2 to monitor MongoDB databases and clusters, covering the required read‑only user setup, relevant Zabbix templates, key metrics such as jumbo chunks, connection pool stats, server status, collection and replSet information, and practical configuration examples.

Agent2OperationsZabbix
0 likes · 6 min read
Step-by-Step Guide to Monitoring MongoDB with Zabbix Agent 2
Ops Development Stories
Ops Development Stories
Mar 30, 2021 · Operations

Build a Zabbix Agent2 Plugin to Monitor HTTPS Certificate Expiration

Learn step-by-step how to create a custom Zabbix Agent2 plugin in Go that retrieves HTTPS certificate expiration dates, compile and install the plugin, configure Zabbix, and set up monitoring items and alerts to proactively avoid service disruptions caused by expired certificates.

Agent2Custom PluginGo
0 likes · 8 min read
Build a Zabbix Agent2 Plugin to Monitor HTTPS Certificate Expiration
Ops Development Stories
Ops Development Stories
Feb 5, 2021 · Operations

How to Monitor Ceph Clusters with Zabbix: 3 Practical Methods

This guide explains three ways to monitor Ceph distributed storage using Zabbix—Agent2 with the RESTful module, Zabbix Sender, and custom scripts—providing step‑by‑step commands, configuration tips, and troubleshooting notes for reliable operations.

Agent2CephOperations
0 likes · 5 min read
How to Monitor Ceph Clusters with Zabbix: 3 Practical Methods
Ops Development Stories
Ops Development Stories
Nov 27, 2020 · Operations

How to Monitor Redis with Zabbix Agent2: A Complete Guide

This article explains how to use Zabbix Agent2 to monitor Redis, covering the plugin's architecture, configuration priority, methods for retrieving INFO, CONFIG, health status, and slow‑query logs, as well as practical steps to set up the Redis template in Zabbix.

Agent2DevOpsOperations
0 likes · 9 min read
How to Monitor Redis with Zabbix Agent2: A Complete Guide
Ops Development Stories
Ops Development Stories
Oct 26, 2020 · Operations

How to Use Zabbix Agent2 to Monitor Docker Containers – Step-by-Step Guide

This guide walks through the inner workings of Zabbix Agent2’s Docker monitoring plugin, detailing how it communicates via the Docker API, the key configuration files, the query mechanism, and how to apply the provided templates to automatically discover and display container and image metrics.

Agent2ContainersDocker
0 likes · 5 min read
How to Use Zabbix Agent2 to Monitor Docker Containers – Step-by-Step Guide
Ops Development Stories
Ops Development Stories
Sep 9, 2020 · Operations

How to Deploy MQTT with Mosquitto and Monitor It Using Zabbix Agent2

This guide explains the MQTT protocol, shows how to install and run a Mosquitto broker on CentOS, and demonstrates how to collect MQTT messages with a custom Zabbix Agent2 plugin for real‑time monitoring in Zabbix.

Agent2IoTMQTT
0 likes · 7 min read
How to Deploy MQTT with Mosquitto and Monitor It Using Zabbix Agent2