Updated README.md file and all xml's template files.

This commit is contained in:
Michał Olber 2016-05-02 12:25:50 +02:00
parent 902086ea0a
commit d74cec6718
17 changed files with 1894 additions and 2586 deletions

139
README.md
View File

@ -18,6 +18,10 @@ Template App Amavisd
======
Monitoring for Amavisd service.
Template App Apache
======
Monitoring for Apache service.
Template App APC
======
Monitoring memory usage of APC (http://pecl.php.net/package/APC) module. File ```bin/apc-stats.php``` need to be accessed via HTTP for example http://127.0.0.1/apc-stats.php
@ -26,10 +30,18 @@ Template App BIND
======
Monitoring for BIND (DNS server) service. Checking also version of BIND.
Template App Brocade HBA
======
Monitoring for Network Adapters - Brocade. Template is using Discovery to create Items and Triggers. You need also add SUDO for zabbix user: ```zabbix ALL=(ALL) NOPASSWD: /usr/bin/bcu```
Template App Clamav
======
Monitoring for ClamAV.
Template App cPanel
======
Monitoring basic WHM/cPanel services.
Template App Dovecot
======
Monitoring for Dovecot.
@ -50,6 +62,10 @@ Template App mdadm
======
Monitoring mdadm arrays. Checking number of corrupted disk arrays.
Template App Monit
=====
Monitoring for Monit service.
Template App MySQL
=====
Monitoring for MySQL 5.5, 5.6 and 5.7. It is using PHP-cli for monitoring. You need also add zabbix user to database. Please run SQL query:
@ -76,34 +92,6 @@ Template App Nginx
======
Monitoring for Nginx. It is using script ```nginx-check.sh``` written by Vincent Viallet.
Template App Brocade HBA
======
Monitoring for Network Adapters - Brocade. Template is using Discovery to create Items and Triggers. You need also add SUDO for zabbix user: ```zabbix ALL=(ALL) NOPASSWD: /usr/bin/bcu```
Template App OpenDKIM
======
Monitoring for OpenDKIM.
Template App Postfix
======
Monitoring for mail server Postfix.
Template App Pure-FTPd
======
Monitoring for Pure-FTPd.
Template App Redis
======
Monitoring for redis server 3.x. Support for redis cluster.
Template App Spamassassin
======
Monitoring for Spamassassin.
Template App vsftpd
======
Monitoring for vsftpd.
Template App Nscd
======
Nscd is a daemon that provides a cache for the most common name service requests. Nscd provides caching for accesses of the passwd(5), group(5), and hosts(5) databases through standard libc interfaces, such as getpwnam(3), getpwuid(3), getgrnam(3), getgrgid(3), gethostbyname(3), and others.
@ -114,6 +102,42 @@ Template App OPcache
======
Monitoring memory usage of OPcache (http://php.net/manual/en/book.opcache.php). File ```bin/opcache.php``` need to be accessed via HTTP for example http://127.0.0.1/opcache.php. Curl need to be installed on server.
Template App OpenDKIM
======
Monitoring for OpenDKIM.
Template App OpenVPN
======
Monitoring for OpenVPN service.
Template App Percona XtraBackup
======
Monitoring for Percona XtraBackup.
Template App PHP
======
Monitoring for PHP.
Template App php-fpm
======
Monitoring for php-fpm.
Template App Postfix
======
Monitoring for mail server Postfix.
Template App PostgreSQL
=====
Monitoring for PostgreSQL.
Template App PowerPath
======
Monitoring for EMC PowerPath: Host-based software for automated data path management, failover and recovery, and optimized load balancing. PowerPath automates, standardizes, and optimizes data paths in physical and virtual environments as well as cloud deployments to deliver high availability and performance.
Template App Pure-FTPd
======
Monitoring for Pure-FTPd.
Template App RabbitMQ
======
Monitoring RabbitMQ (http://www.rabbitmq.com/) basic parameters like queues, exchanges and memory usage. You need install PHP on server for monitoring RabbitMQ. You need also add SUDO for zabbix user:
@ -123,9 +147,48 @@ zabbix ALL=(ALL) NOPASSWD: /usr/sbin/rabbitmqctl
zabbix ALL=(ALL) NOPASSWD: /usr/bin/php /etc/zabbix/bin/rabbit.php
```
Template App cPanel
Template App Redis
======
Monitoring basic WHM/cPanel services.
Monitoring for redis server 3.x. Support for redis cluster.
Template App Rserve
======
Monitoring for Rserve, Binary R server.
Template App S.M.A.R.T.
======
Monitoring for S.M.A.R.T. enabled storage devices (HDD's, SSD's and other). Uses discovery script to populate disks. INFO: For non present S.M.A.R.T. values disable items on per-host level.
Template and scripts created by:
Michał Macioszek, Taras Baran, Michal Gębora, Marcin Wilk, Maks Bednarek, Anna Fałek, Mikołaj Szczuraszek
Template App Solr
======
Monitoring for Solr.
Template App Spamassassin
======
Monitoring for Spamassassin.
Template App SPAM Blacklist
======
Monitoring for SPAM Blacklist.
Template App Unicorn
======
Monitoring for Unicorn.
Template App Unicorn Rails
======
Monitoring for Unicorn Rails.
Template App vsftpd
======
Monitoring for vsftpd.
Template Device Back-UPS ES 700G
======
Monitoring of APC UPS dedicated battery power. Requires package apcupsd to be installed.
Template Device BigIP F5
======
@ -273,22 +336,10 @@ Dell Open Manage System Status
You need also add SUDO for zabbix user: ```zabbix ALL=(ALL) NOPASSWD: /opt/dell/srvadmin/bin/omreport```
Template App S.M.A.R.T.
======
Monitoring for S.M.A.R.T. enabled storage devices (HDD's, SSD's and other). Uses discovery script to populate disks. INFO: For non present S.M.A.R.T. values disable items on per-host level.
Template and scripts created by:
Michał Macioszek, Taras Baran, Michal Gębora, Marcin Wilk, Maks Bednarek, Anna Fałek, Mikołaj Szczuraszek
Template App PowerPath
======
Monitoring for EMC PowerPath: Host-based software for automated data path management, failover and recovery, and optimized load balancing. PowerPath automates, standardizes, and optimizes data paths in physical and virtual environments as well as cloud deployments to deliver high availability and performance.
Template Security
======
Contains items related with basic linux security (iptables status, selinux status) and Fail2ban application. You need also add SUDO for zabbix user: ```zabbix ALL=(ALL) NOPASSWD: /sbin/iptables -L INPUT -n```
Template Device Back-UPS ES 700G
Template SELinux
======
Monitoring of APC UPS dedicated battery power. Requires package apcupsd to be installed.
Monitoring for SELinux service.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2014-08-11T09:42:01Z</date>
<version>3.0</version>
<date>2016-05-02T08:02:46Z</date>
<groups>
<group>
<name>OS Linux</name>
@ -14,6 +14,7 @@
<template>
<template>Template App APC</template>
<name>Template App APC</name>
<description/>
<groups>
<group>
<name>OS Linux</name>
@ -28,48 +29,6 @@
</application>
</applications>
<items>
<item>
<name>[APC] APC File Cache Hits</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>apc[hits]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>APC</name>
</application>
</applications>
<valuemap/>
</item>
<item>
<name>[APC] File Cache Entries</name>
<type>0</type>
@ -111,6 +70,50 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] APC File Cache Hits</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>apc[hits]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>APC</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] File Cache Hits in %</name>
@ -153,6 +156,7 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] File Cache Memory Free</name>
@ -195,6 +199,7 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] File Cache Memory Free in %</name>
@ -237,6 +242,7 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] File Cache Memory Used</name>
@ -279,6 +285,7 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] File Cache Misses</name>
@ -321,6 +328,7 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>[APC] User Cache Entries</name>
@ -363,6 +371,7 @@
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
</items>
<discovery_rules/>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T06:52:13Z</date>
<version>3.0</version>
<date>2016-05-02T08:00:26Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications/>
@ -79,4 +79,19 @@
<dependencies/>
</trigger>
</triggers>
<value_maps>
<value_map>
<name>Service state</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Down</newvalue>
</mapping>
<mapping>
<value>1</value>
<newvalue>Up</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T06:59:56Z</date>
<version>3.0</version>
<date>2016-05-02T08:30:35Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -75,7 +75,7 @@
<key>dovecot.version</key>
<delay>3600</delay>
<history>30</history>
<trends>365</trends>
<trends>0</trends>
<status>0</status>
<value_type>1</value_type>
<allowed_hosts/>
@ -241,11 +241,26 @@
<expression>{Template App Dovecot:net.tcp.service[pop].last(0)}=0</expression>
<name>POP3 server is down</name>
<url/>
<status>0</status>
<status>1</status>
<priority>4</priority>
<description/>
<type>0</type>
<dependencies/>
</trigger>
</triggers>
<value_maps>
<value_map>
<name>Service state</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Down</newvalue>
</mapping>
<mapping>
<value>1</value>
<newvalue>Up</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:00:26Z</date>
<version>3.0</version>
<date>2016-05-02T08:31:01Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -67,12 +67,12 @@
<logtimefmt/>
</item>
<item>
<name>Etherpad is running</name>
<name>Etherpad service is listening</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>proc.num[node]</key>
<key>net.tcp.service[tcp,,10000]</key>
<delay>60</delay>
<history>7</history>
<trends>365</trends>
@ -112,12 +112,12 @@
<logtimefmt/>
</item>
<item>
<name>Etherpad service is listening</name>
<name>Etherpad is running</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>net.tcp.service[tcp,,10000]</key>
<key>proc.num[node]</key>
<delay>60</delay>
<history>7</history>
<trends>365</trends>
@ -185,4 +185,19 @@
<dependencies/>
</trigger>
</triggers>
<value_maps>
<value_map>
<name>Service state</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Down</newvalue>
</mapping>
<mapping>
<value>1</value>
<newvalue>Up</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:00:43Z</date>
<version>3.0</version>
<date>2016-05-02T08:34:46Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -75,7 +75,7 @@
<key>exim.version</key>
<delay>3600</delay>
<history>30</history>
<trends>365</trends>
<trends>0</trends>
<status>0</status>
<value_type>1</value_type>
<allowed_hosts/>
@ -290,4 +290,19 @@
</graph_items>
</graph>
</graphs>
<value_maps>
<value_map>
<name>Service state</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Down</newvalue>
</mapping>
<mapping>
<value>1</value>
<newvalue>Up</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:20:46Z</date>
<version>3.0</version>
<date>2016-05-02T08:37:16Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -24,17 +24,17 @@
</applications>
<items>
<item>
<name>Nginx $1</name>
<name>Nginx is enabled in autostart</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[waiting]</key>
<delay>60</delay>
<key>chkconfig[nginx]</key>
<delay>3600</delay>
<history>30</history>
<trends>365</trends>
<trends>1</trends>
<status>0</status>
<value_type>0</value_type>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
@ -49,7 +49,7 @@
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<data_type>3</data_type>
<authtype>0</authtype>
<username/>
<password/>
@ -67,17 +67,17 @@
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<name>nginx version</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[active_connections]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<key>nginx.version</key>
<delay>3600</delay>
<history>7</history>
<trends>0</trends>
<status>0</status>
<value_type>0</value_type>
<value_type>1</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
@ -109,135 +109,6 @@
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[writing]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[reading]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1/sec</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[handled_requests]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>1</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1/sec</name>
<type>0</type>
@ -281,6 +152,49 @@
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[active_connections]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1/sec</name>
<type>0</type>
@ -325,17 +239,60 @@
<logtimefmt/>
</item>
<item>
<name>Nginx is enabled in autostart</name>
<name>Nginx $1/sec</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>chkconfig[nginx]</key>
<delay>3600</delay>
<key>nginx[handled_requests]</key>
<delay>60</delay>
<history>30</history>
<trends>1</trends>
<trends>365</trends>
<status>0</status>
<value_type>3</value_type>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>1</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[reading]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
@ -350,7 +307,93 @@
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>3</data_type>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[waiting]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Nginx</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Nginx $1</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>nginx[writing]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>0</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
@ -450,6 +493,16 @@
<type>0</type>
<dependencies/>
</trigger>
<trigger>
<expression>{Template App Nginx:nginx.version.diff(0)}&gt;0</expression>
<name>Version of nginx server was changed</name>
<url/>
<status>0</status>
<priority>1</priority>
<description/>
<type>0</type>
<dependencies/>
</trigger>
</triggers>
<graphs>
<graph>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:27:21Z</date>
<version>3.0</version>
<date>2016-05-02T08:38:04Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -67,17 +67,17 @@
<logtimefmt/>
</item>
<item>
<name>OpenDKIM service is running</name>
<name>OpenDKIM version</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>proc.num[opendkim]</key>
<delay>60</delay>
<key>opendkim.version</key>
<delay>3600</delay>
<history>30</history>
<trends>365</trends>
<trends>0</trends>
<status>0</status>
<value_type>3</value_type>
<value_type>1</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
@ -110,17 +110,17 @@
<logtimefmt/>
</item>
<item>
<name>OpenDKIM version</name>
<name>OpenDKIM service is running</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>opendkim.version</key>
<delay>3600</delay>
<key>proc.num[opendkim]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>1</value_type>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:28:44Z</date>
<version>3.0</version>
<date>2016-05-02T08:42:40Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -23,6 +23,49 @@
</application>
</applications>
<items>
<item>
<name>Postfix is enabled in autostart</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>chkconfig[postfix]</key>
<delay>1800</delay>
<history>7</history>
<trends>30</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>3</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Postfix</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Number of mails in queue - active</name>
<type>0</type>
@ -109,92 +152,6 @@
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Postfix is enabled in autostart</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>chkconfig[postfix]</key>
<delay>1800</delay>
<history>7</history>
<trends>30</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>3</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Postfix</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Postfix version</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>postfix.version</key>
<delay>3600</delay>
<history>30</history>
<trends>365</trends>
<status>0</status>
<value_type>1</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Postfix</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>SMTP service is running</name>
<type>0</type>
@ -240,6 +197,49 @@
</valuemap>
<logtimefmt/>
</item>
<item>
<name>Postfix version</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>postfix.version</key>
<delay>3600</delay>
<history>30</history>
<trends>0</trends>
<status>0</status>
<value_type>1</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Postfix</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
</items>
<discovery_rules/>
<macros/>
@ -355,4 +355,19 @@
</graph_items>
</graph>
</graphs>
<value_maps>
<value_map>
<name>Service state</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Down</newvalue>
</mapping>
<mapping>
<value>1</value>
<newvalue>Up</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:32:04Z</date>
<version>3.0</version>
<date>2016-05-02T08:43:15Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications>
@ -67,12 +67,12 @@
<logtimefmt/>
</item>
<item>
<name>Pure-FTPd is running</name>
<name>Pure-FTPd server is listening</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>proc.num[pure-ftpd]</key>
<key>net.tcp.service[ftp]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
@ -112,12 +112,12 @@
<logtimefmt/>
</item>
<item>
<name>Pure-FTPd server is listening</name>
<name>Pure-FTPd is running</name>
<type>0</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>net.tcp.service[ftp]</key>
<key>proc.num[pure-ftpd]</key>
<delay>60</delay>
<history>30</history>
<trends>365</trends>
@ -195,4 +195,19 @@
<dependencies/>
</trigger>
</triggers>
<value_maps>
<value_map>
<name>Service state</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Down</newvalue>
</mapping>
<mapping>
<value>1</value>
<newvalue>Up</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2015-08-12T07:34:02Z</date>
<version>3.0</version>
<date>2016-05-02T08:44:17Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<templates>
@ -14,7 +14,7 @@
<description/>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>
</group>
</groups>
<applications/>
@ -67,7 +67,7 @@
</templates>
<triggers>
<trigger>
<expression>{Template App Spamassassin:proc.num[spamd child].last(0)}&lt;2</expression>
<expression>{Template App Spamassassin:proc.num[spamd child].last(0)}=0</expression>
<name>Service spamd is not running</name>
<url/>
<status>0</status>

View File

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2013-04-10T14:28:53Z</date>
<version>3.0</version>
<date>2016-05-02T08:30:02Z</date>
<groups>
<group>
<name>Templates</name>
<name>Zabbix Templates</name>