thecamels-zabbix/README.md

67 lines
2.8 KiB
Markdown
Raw Normal View History

2014-08-19 08:38:12 +02:00
Zabbix
2013-05-23 08:25:18 +02:00
======
2014-08-11 14:22:34 +02:00
Script and templates for Zabbix 2.2.x.
2014-08-19 08:38:12 +02:00
- In /bin you will find Bash/Perl/PHP scripts used by some User Parameters (need to be installed on agent)
2014-08-11 14:22:34 +02:00
- In Templates there are XML files ready to import using Zabbix GUI
- In zabbix_agentd.conf.d there are custom User Parameters (need to be installed on agent)
2013-05-23 08:25:18 +02:00
2013-05-27 13:57:10 +02:00
Please let us know if you have any questions or concerns.
2014-08-11 14:22:34 +02:00
2014-08-19 08:38:12 +02:00
The Camels Team
http://thecamels.org
Template App APC
======
Monitoring memory usage of APC (http://pecl.php.net/package/APC) module. File apc-stats.php need to be accessed via HTTP for example http://127.0.0.1/apc-stats.php
Template App OPcache
======
Monitoring memory usage of OPcache (http://php.net/manual/en/book.opcache.php). File 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 RabbitMQ
======
Monitoring RabbitMQ (http://www.rabbitmq.com/) basic parameters like queues, exchanges and memory usage. You need install PHP on server for monitoring RabbitMQ.
Template App cPanel
======
Monitoring basic WHM/cPanel services.
Template Device BigIP F5
======
Monitoring of F5 BigIP network load balancer. It uses SNMP items to monitor basic device parameters (CPU/RAM usage, hardware failure, global traffic) and also it discovers network interfaces, storage, virtual servers and pools. It requires manual addition of value mappings (Administration -> General -> Value Mapping)
2014-11-22 18:09:46 +01:00
```
F5 ltmPoolStatusAvailState
0 - Pool Error (code
1 - Pool available (code
2 - Pool member(s) are currently not available (code
3 - Pool member(s) are down (code
4 - Pool availability is unknown (code
5 - Pool unlicensed (code
2014-11-22 18:09:46 +01:00
```
2014-08-19 08:38:12 +02:00
Template Device Cisco ASA
======
Monitoring of Cisco ASA firewall. It uses SNMP items to monitor basic device parameters (CPU/RAM usage, hardware failure, global traffic) and also it discovers
network interfaces.
2014-08-19 08:38:12 +02:00
Template Device NetApp
======
2014-09-12 15:44:53 +02:00
Monitoring of NetApp dedicated NAS disk arrays. It uses SNMP items to monitor basic device parameters (CPU/RAM usage, disk status, hardware failure, global traffic) and also it discovers snap mirrors volumens (more discovery rules in the future)
2014-08-19 08:38:12 +02:00
Template Device SNMP Generic
======
This is a generic template for SNMP (and any other in fact) devices that do not provide any information via SNMP/any other protocol. It only checks for host availability
2014-08-19 08:38:12 +02:00
Template Inventory
======
This template is used to collect data for automatic host inventory (architecture, operating system, hardware etc). Requires facter (puppetlabs)
2014-08-19 08:38:12 +02:00
Template OMSA
======
Collects data from OpenManage Server Administrator (OMSA) tool for Dell Servers. It monitors hardware components such as chassis, disks, power supplies, fans and other
2014-08-19 08:38:12 +02:00
Template Security
======
Contains items related with basic linux security (iptables status, selinux status) and Fail2ban application