Giter Site home page Giter Site logo

prom2zabbix's Introduction

prom2zabbix

Overview

integration for discovery a send prometheus metrics to zabbix

Description

Basic images are from quay.io/prometheus

Monitoring nginx metric uses this image [https://hub.docker.com/r/sophos/nginx-vts-exporter/]

Supported platforms

  • Centos 7.x x86_64 & python 3.4 & prometheus 1.8

Setup

  • install python34 and libs
linux# yum install python34 python34-urllib3 python34-requests -y

Usage

Discovery items

service: up

[root@linux prom2zabbix]# ./prom2zabbix.py --action=discovery --service up
{
    "data": [
    {
	"{#ITEMNAME}": "node-docker",
	"{#ITEMSTATUS}": "up"
    },
    {
	"{#ITEMNAME}": "node-exporter",
	"{#ITEMSTATUS}": "up"
    },
    {
	"{#ITEMNAME}": "prometheus",
	"{#ITEMSTATUS}": "up"
    },
    {
	"{#ITEMNAME}": "nginx-vts-exporter",
	"{#ITEMSTATUS}": "up"
    }

    ]
}

service: nginx_server_requests

[root@linux prom2zabbix]# ./prom2zabbix.py --action=discovery --service nginx_server_requests
{
    "data": [
    {
	"{#ITEMNAME}": "web.example.com"
    },
    {
	"{#ITEMNAME}": "prometheus.example.com"
    },
    {
	"{#ITEMNAME}": "10.211.1.99"
    },
    {
	"{#ITEMNAME}": "prometheus-s1-node-exporter"
    },
    {
	"{#ITEMNAME}": "*"
    }

    ]
}

get values for item

  • get up value
[root@linux prom2zabbix]# ./prom2zabbix.py --action=get --service up --item node-docker
1
  • get nginx stats
[root@linux prom2zabbix]# ./prom2zabbix.py --action=get --service nginx_server_requests --debug 0 --itemname "web.example.com--2xx"
1018

Authors

Docs / Links

prom2zabbix's People

Watchers

Antonio Novaes avatar

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.