OS: FreeBSD
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 ...
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.
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). ...
The home of this template has changed to https://github.com/Cosium/zabbix_zfs-on-linux . The template is now a little more focused on ZFS on Linux, but thanks to stumbaumr on Github, the core of the features works on FreeBSD, now without gsed. Original d ...
Keep track of IPv4 and IPv6 statistics on FreeBSD. In /usr/local/etc/zabbix3/zabbix_agentd.conf, add: UserParameter=net.ip4[*],netstat -s -p ip | awk '/$1/'UserParameter=net.ip6[*],netstat -s -p ip6 | awk '/$1/' Template might work on earlier ...
This loadable module tries to mimic ipcs utility and provide various information about shared memory segments, message queues and semaphore sets.
TCP Connection Status Template for Zabbi
Update: there's an amdtemp module in FreeBSD kernel, similar to coretemp. So this should work on AMD processors, too! 1) load coretemp kernel module: kldload coretemp (for Intel CPUs) or amdtemp kernel module: kldload amdtemp (for AMD CPUs) 2) ...