ZTC 9.9: zabbix templates for Linux, PostgreSQL, Slony, nginx and apache2

 

Hi!

This is next release of ZTC (Zabbix Templates Collection) - collection of templates and UserParameter scrips for zabbix for server aviability and performance monitoring.

This version introduces new template for apache2 monitoring and also includes lots of bugfixes and enchancements to existing templates.

Hopefully, this would be useful for anyone. I'm waiting for reviews, bugreports, featire requests and patches. Do it via trac, comments to this post or via any other method you'll find.

Changed From sh to bash

There is a problem with ubuntu that causes many of the scripted parts to fail. By Changing to bash, we can assure that these scripts will run without modification.

so in bin
for file in *.sh; do sed 's\/bin/sh\/bin/bash\' < $file > $file.new; mv $file.new $file; done

I would have submited this though trac, but public editing is off, and the plugin for people to create accounts is not there. I was also going to work on your documentation, as there a few mistakes here and there.

Hi and Thank you! I've added

Hi and Thank you!

I've added your comment to ticket: http://trac.greenmice.info/ztc/ticket/25

Also, I've enabled registration on trac, using htdigest auth.

Thanks

Thanks a lot for article. If you use Rapidshare, you must know Rapidshare Search Engine - Easy Way To Find Files!

Installation Guide on Trac

There is a small issue in the installation guide (http://trac.greenmice.info/ztc/wiki/Installation):

The line below

for i in *.conf do;

should be replaced by

for i in *.conf; do

Best regards,

Rodrigo

I am using Zabbix to monitor

I am using Zabbix to monitor Cisco devices, but there is one question about Zabbix template.

The context is as following:

I used SNMP dynamic indexes to get related information.

While retrieving interface incoming/outgoing traffic,
IF-MIB::ifOutOctets["index","ifDescr","eth0"]

But there is problem:

Different devices have different interfaces, so how to create one general template including some general information: CPU , Memory, and dynamic interface incoming / outgoing traffic against different ports on different devices?

In other words, how to automatically probe interfaces used on different devices dynamically?

In my opinion, zabbix template is just collection of items.

I would really appreciate it if you could give me some comments. Thanks in advanced!

--Peter

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

User login

Syndicate

Syndicate content