Giter Site home page Giter Site logo

zabbix's Introduction

Zabbix extensions

Read more about each extension below:

Zabbix graphs improvements patch

http://blog.sepa.spb.ru/2015/08/zabbix-graphs-improvements-patch.html
Updates here:
https://github.com/sepich/zabbixGrapher
https://github.com/sepich/glld

Network sockets

http://blog.sepa.spb.ru/2014/11/zabbix-network-socket-state-statistics.html

RabbitMQ

http://blog.sepa.spb.ru/2014/11/rabbitmq-internals-monitoring-by-zabbix.html
Alternative version also provided, which uses rabbitmqctl instead of REST API of management-plugin. This could be useful when management-plugin leaks memory or timeouts requests. Also rabbitmqctl provides atom tab stats, but as it is ran by root - you also need to add to cron:

$ cat /etc/cron.d/rabbit-status
*/3 * * * * root /etc/zabbix/rabbitmqctl-status.sh
*/5 * * * * root /etc/zabbix/rabbitmqctl-status.sh queues

Unfortunately rabbitmqctl lacks some info provided only by REST API, for example - rates. This could be send as traps by adding one more line to cron:

* * * * * root /etc/zabbix/rbrates.py

MySQL

http://blog.sepa.spb.ru/2014/12/mysql-internals-monitoring-by-zabbix.html

ElasticSearch

http://blog.sepa.spb.ru/2014/12/elasticsearch-internals-monitoring-by.html

AWS ELB, EFS via CloudWatch

http://blog.sepa.spb.ru/2015/09/aws-elb-monitoring-by-zabbix-using.html
Migrated to boto3, creds now moved per docs to:

$ cat /var/lib/zabbix/.aws/credentials
[default]
aws_access_key_id = XXX
aws_secret_access_key = XXX

nginx

Collect stats provided by mod_status, your nginx.conf should have this somewhere for https://127.0.0.1:

        location /nginx_status {
            stub_status on;
            access_log off;
            allow 127.0.0.1;
            deny all;
        }

NFS Client

Discover NFS3 and NFS4 mounts and collects stats from /proc/net/rpc/nfs

iostat

Discover block devices and collects reads/writes/utilization for each from /proc/diskstats

Template App Linux

Official template boiled down to important things

zabbix's People

Contributors

dlbewley avatar islepnev avatar marcinjanowski avatar mekza avatar sepich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

zabbix's Issues

local variable 'node' referenced before assignment

When i run this script by hand i getting error. How can i fix it?
root@elastic1 ~ # sudo -u zabbix /etc/zabbix/scripts/elasticsearch.py status
Traceback (most recent call last):
File "/etc/zabbix/scripts/elasticsearch.py", line 116, in
main()
File "/etc/zabbix/scripts/elasticsearch.py", line 93, in main
out += getKeys(node,traps2) #getting stats values
UnboundLocalError: local variable 'node' referenced before assignment

Support on click on graph

Hello, maybe you know how to add link to graph. I want to go to single graph page when i clink to graph, i think this should works as screen view.

elasticsearch.py returns Unable to load JSON data

Hi,
i've updated my ES to v2.1, and this script stop working.
In my case, the "hostname" and "datanode name" are differs
Could you help?
Thanks

rpm -qa|grep elastic
elasticsearch-2.1.0-1.noarch

./elasticsearch.py
Unable to load JSON data!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.