Tags: agent
A multithreaded Zabbix agent benchmarking tool with support for custom keys and discovery item prototypes. This tool is useful for developing custom Zabbix agent items and quickly identifying memory or file handle leaks, concurrency problems such as race ...
What is it? This is a simple example of a Zabbix agent module that can extend your Zabbix agent with the ability to monitor the queue depth of your IBM MQ queues. What is it, really? It' a set of four scripts / programs: qdepth.sh - an example shell s ...
Don't install any Zabbix modules, scripts. Just start new container and you can monitoring all Docker containers on the host. docker run \ --name=zabbix-agent-xxl \ -h `hostname` \ -p 10050:10050 \ -v /:/rootfs \ -e "ZA_Server=" \ -d moni ...
Official Zabbix Agent Template from Zabbix distribution
A simple Template to monitor hardware status on iLO4 interface tested on 3.2, but minimum version should be 2.0 as SNMP LLD and trigger dependencies are are available since this version Global system health Memory status, total size and Adv. Protecti ...
Available on Github: https://github.com/sfuerte/zbx-nginx Zabbix Template for Nginx statistics. The script is written in Python. System requirements Python, http://www.python.org/downloads Nginx, http://nginx.org/, with configured `http_stub_s ...
Available on Github: https://github.com/sfuerte/zbx-mssql Zabbix Template for monitoring and collecting Microsoft SQL Server statistics. Most requests are done via Windows performance counters (`perf_counter`), some via PowerShell and, optionaly, via ...
Desenvolvido por Diego Cavalcante - 29/08/2017 E-Mail: [email protected]: @diego_cavalcante S.O: Windows Linguagem: Powershell ° O Script tem como função dar interatividade na instalação do Zabbix Agent em ambientes Windows. ° Ofere ...
This template allows you to track the activity of your Varnish cache servers. Varnish is an HTTP accelerator designed for content-heavy dynamic web sites as well as APIs. You will be able to see the quantity of requests received and transmitted, and kno ...
This template allows without configuration on the nomad server to check if Nomad is running.A trigger lets you warn if the nomad daemon is dead, and a graph lets you see how much memory it uses.This template is easy to install, and only requires the zab ...
This template allows without configuration on the traefik server to check if traefik (all vertions) is running.A trigger lets you warn if the traefik daemon is dead, and a graph lets you see how much memory it uses.This template is easy to install, and ...
This template allows to check if Consul is running and how many nodes are registered in the catalog.A trigger lets you warn if the Consul daemon is dead, and a graph lets you see how much memory it uses.This template is easy to install, Please just foll ...
Sometimes we are faced with an infrastructure distributed over the Internet. In case there is no VPN, using zabbix active agents is a great way to configure monitoring of servers and workstations. But what if we just want to check the availability of the ...
Are you looking for an easy way to monitor your Arcsight Connectors with the help of Zabbix? Then feel free to keep reading here: https://github.com/vincelasal/arcsight_monitoring You'll need to grab the two other pieces on github that accompany this tem ...
I have created two MySQL templates which are useful in the case that you don't want to install the zabbix agent on the database server. To use them, you will need to put the two perl files in the /usr/lib/zabbix/externalscripts directory and make them e ...
Zabbix Agent Simulator, as the name suggesting simulates Zabbix passive agent and can help to Zabbix Administrator to fill test or development Zabbix Server with pre-defined scenarios or simply random data. Good for configuration verifications, demos, tra ...
Most Linux distributions (RHEL, CentOS, Debian etc.) offer the ability to bond multiple networks devices together into Bonding Interfaces, using the bonding kernel module. Bonding enables two or more network interfaces to act as one which as a result, ca ...