Skip to content

vicendominguez/memcached-zabbix-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memcached-zabbix-template

Description

This is a minimal template to get info from your Memcached server from two possible places. Via zabbix-agentd in clients or via externalscripts in zabbix server. Choose your option.

Monitoring information by now:

  • 'bytes'
  • 'cmd_get'
  • 'cmd_set'
  • 'curr_items'
  • 'curr_connections'
  • 'limit_maxbytes'
  • 'uptime'
  • 'get_hits'
  • 'get_misses'
  • 'evictions'

And the calculated items (HIT)-ratio and usage in %:

  • 'ratio'
  • 'usage'

Installation in the Zabbix Server

You should look for the external scripts directory in your Zabbix Server configuration file. In the CentOS 6.5 RPM Zabbix installation is:

 /usr/lib/zabbix/externalscripts 

Copy the python script there. A chmod/chown to get execution permission is necessary.

Now, in your Zabbix frontend: Configuration-Templates section, Import bottom in the right side.

Choose the XML file and import.

Apply this new template to your Memcached servers.

You don't need to modify the template if you are using the standard port to access to the Memcached (port 11211). If you need a different memcached port for the monitor, you will need to modify the {$MEMCACHEDRPORT} macro.

It permits a fast configuration because of you can apply the same template to all your memcached servers without modification/installation in the agents.

Of course, it can be to work in the agent/client side too.

Triggers

There is a trigger to detect memcached port issues

Environment

  • Zabbix 2.2.x

Contributors

Screenshots

Screenshot

About

New memcached monitoring template for zabbix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published