OS: Debian
Linux autodiscovery with : - disk autodiscovery and monitoring - network services discovery and monitoring (regexp based - ports number) - processes deiscovery and monitoring (regexp based) With simple perl script you can adapt (ex : virtual disk nam ...
A set of zabbix UserParameter scripts and a monitoring template for linux systems. This project ist originated on: https://github.com/scoopex/zabbix-agent-extensions RPM and DEB distribution packages can be downloaded at: https://github.com/scoopex/zabb ...
Hi guys! Sorry for the delay to update this dashboard, but finally came, there are huge improvements, now you don't need to import any Zabbix template, this dashboard work with the latest Zabbix version today (5.2) and with the latest Grafana too (7.3). ...
Command line integration with the zabbix APIs. Meant to be used in shell scripts for solving day by day common tasks, such as fetching history and closing problems.
Full description: https://github.com/catonrug/linux-user-discovery-zabbix
This is a tiny little bash script to install zabbix-agent and create the configurations needed.
Hi guys! Sorry for the delay to update this dashboard, but finally came, there are huge improvements, now you don't need to import any Zabbix template, this dashboard work with the latest Zabbix version today (5.2) and with the latest Grafana too (7.3). ...
Overview This tenplate provides more accurate data for cpu, memory and swap usage using dependent items supported since V3.4.x, and a hostscreen which helps you to look over important metrics of linux operating system at a grance. As know ...
Check if an system file is readonly mode (on Linux with ext files systems)
This loadable module tries to mimic ipcs utility and provide various information about shared memory segments, message queues and semaphore sets.
This script detects processes that are running for a while and presumes that these are services that should be running always. The magic is in the regular expression.The LLD-template will use the JSON-output to create the item proc.num[] for each of these ...
video This template will discover all available Linux services using command 'systemctl list-unit-files'. Zabbix will query each service using command 'systemctl status service-name'. Zabbix will use preprocessing and extract some attributes of each se ...
This template calculates resource consumption by programs. For each running program, the template counts the number of I/O, MEM, and CPU used for all instances of these programs. The template reports SUM, MAX, MIN, AVG and COUNT for all instances of a ...
Additional: there are a similar tools incorporated in Zabbix. You can use: net.tcp.service keys I create this template for check connection between remotely hosts. It can be useful to check connectivity specific host\port. Supported Windows OS (need ...
Template for collecting Linux conntrack metrics. Usefull for monitoring systems doing NAT, for example - Docker/Kubernetes nodes, Linux-based gateways. Uses system.run but may be altered with userparameter if remote commands are forbidden. Ubuntu Xenial ...
The following template is utilizing Zabbix agent to discover TCP ports in listening state. Underneath the hood it will use the command: ss --tcp --listening --numeric This means the remote commands must be enabled. Or you need to convert it as an User ...