Giter VIP home page Giter VIP logo

pythonzabbixmapsmagic's Introduction

This script is still a work in progress, I use it to automatically make maps for all hosts in a host group.
It links all hosts to a dummy image element so that the links, linktriggers and labels are already added, you only have to rearrange them manually.
I have labels on all links with 5 minute avg latency and 5 min avg packetloss


Getting started:
set the variables at the beginning of the script
customize the label expression you want to see on your links
label = "{" + hostname + ":icmppingsec.avg(5m)}\r\n{" + hostname + ":icmppingloss.avg(5m)}"
change the dummyelement to your liking:
dummy_element = {"selementid": "1",
                                      "elements": [],
                                      "elementtype": "4",
                                      "iconid_off": "2",
                                      "x": 500,
                                      "y": 500,
                                      'label': 'Remove this after all links are corrected',
                                      'label_location': '-1'
                                     }

TODO:
Set images automatically if host is member of some other hostgroup
Ask user to input which node is the central node and link everything to that one
Rewrite the script so all the data is gathered at the beginning of the script and then reused locally, instead of doing a shitton of api calls :D
Feel free to help me make this list grow, I think the community could use more of this :)

pythonzabbixmapsmagic's People

Contributors

wanserpanser 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.