Giter Site home page Giter Site logo

zabbixweb's Introduction

zabbixweb

A frontend monitoring board for Zabbix server.

This is a GUI dashboard for Zabbix hosts. It will list the hostname, OS, Load ÷ CPU cores, number of processes, memory usage, ping, traffic on the default interface, and disk usage.

Installation

  • Download and extract the files on your Zabbix server, somewhere web-accessible. It is possible to host this dashboard on an external server, but some work is required to do so. This will be outlined in the wiki.

  • Edit index.html and change the line var zabbix = new $.zabbix ('http://zabbix.org/zabbix/api_jsonrpc.php', 'guest', ''); as follows:

    Change http://zabbix.org to the IP or DNS name of your Zabbix server (but leave the /zabbix/api_jsonrpc.php)

    Change guest and the empty string to the username and password (respectively) of a Zabbix user that the GUI will use to access the data. Ideally this should be a Zabbix user with Read-only access to the Host Groups you want to show. Don't use your own user! We make no effort to hide the password...

  • You may have to add an item for each of these keys to your host Templates:

    system.cpu.num - set as decimal

    system.cpu.load - set as float

    vm.memory.size[total] - set as decimal

    vm.memory.size[free] - set as decimal

    vm.memory.size[cached] - set as decimal

    vm.memory.size[inactive] - set as decimal

  • Open a web browser page to http://yourzabbixserver/zabbixweb-0.1-release/index.html

  • Enjoy!

zabbixweb's People

Contributors

eburgueno avatar derekcat avatar

Watchers

 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.