<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Zabbix on nagg.eu</title><link>https://nagg.eu/tags/zabbix/</link><description>Recent content in Zabbix on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 17 Aug 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/zabbix/index.xml" rel="self" type="application/rss+xml"/><item><title>Monitoring DNS BIND with Zabbix</title><link>https://nagg.eu/monitoring-dns-bind-with-zabbix/</link><pubDate>Wed, 17 Aug 2022 00:00:00 +0000</pubDate><guid>https://nagg.eu/monitoring-dns-bind-with-zabbix/</guid><description>&lt;p&gt;Shockingly enough out of the box Zabbix (version 6) does not include any template
to monitor a very crucial compontent every organization: DNS.&lt;br&gt;
Like most open source aficionado my DNS of choice is &lt;code&gt;BIND named&lt;/code&gt;.&lt;br&gt;
Luckily Zabbix has a pretty huge community and plenty of templates for it are
freely available, a quick search on the interwebz lead me to this
&lt;a href="https://share.zabbix.com/templates/applications-dns-template-bind-stat/#body"&gt;page&lt;/a&gt;.&lt;br&gt;
Kudos to whoever wrote this template, I just took it and tweaked it a little bit.&lt;/p&gt;</description></item><item><title>Zabbix and XMPP alerts</title><link>https://nagg.eu/zabbix-and-xmpp-alerts/</link><pubDate>Mon, 23 Oct 2017 17:44:14 +0000</pubDate><guid>https://nagg.eu/zabbix-and-xmpp-alerts/</guid><description>&lt;p&gt;Zabbix should theoretically be able out of the box to send alerts via XMPP.&lt;br&gt;
For some reason this functionality does not work as intended, luckily it is
possible to specify a custom script to send alerts; combining the
aforementioned script with the Perl library sendxmpp is the easiest way to
enable Zabbix from sending notifications via XMPP.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ yum install sendxmpp
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Create a bash script, this will be invoked by Zabbix to send notifications:&lt;/p&gt;</description></item><item><title>Zabbix server on CentOS 7 and SELinux</title><link>https://nagg.eu/zabbix-server-on-centos-7-and-selinux/</link><pubDate>Mon, 23 Oct 2017 11:28:46 +0000</pubDate><guid>https://nagg.eu/zabbix-server-on-centos-7-and-selinux/</guid><description>&lt;p&gt;Zabbix is an open source resource and network monitoring system, more info: &lt;a href="https://www.zabbix.com/"&gt;zabbix.com&lt;/a&gt;.&lt;br&gt;
The official wiki is missing some important bits regarding the installation of the tool on CentOS 7 systems.&lt;br&gt;
First of all, let&amp;rsquo;s add Zabbix repository and then proceed to with the installation of Zabbix and some required dependecies:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-1.el7.centos.noarch.rpm
$ yum install mariadb mariadb-server httpd zabbix-server-mysql zabbix-web-mysql setroubleshoot
&lt;/code&gt;&lt;/pre&gt;&lt;h1 id="configure-mariadb"&gt;Configure MariaDB&lt;/h1&gt;
&lt;p&gt;Login to MariaDB shell, change root&amp;rsquo;s password, create a new database for Zabbix and add a new user:&lt;/p&gt;</description></item></channel></rss>