GithubHelp home page GithubHelp logo

sheh1000 / zabbix-virtuozzo-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ligurio/zabbix-virtuozzo-template

0.0 1.0 0.0 240 KB

Zabbix template for Virtuozzo

Home Page: https://openvz.org/

zabbix-virtuozzo-template's Introduction

Zabbix Template for Virtuozzo

This is a template for Zabbix, allowing to monitor servers with Virtuozzo.

If you're just getting started with Zabbix, it is highly recommended that you read the official Zabbix official documentation first.

Features

The Virtuozzo template supports all available Virtuozzo values provided by SNMP.

How to setup SNMP in Virtuozzo

* yum install -y rmond
* service snmpd start
* chkconfig snmpd --levels 2345 on

Unfortunately there is no possibility to monitor Parallels Cloud Storage via SNMP by default. But there is workaround (use it on your own risk) with gathering data with custom OID and Virtuozzo Storage command line tools:

service snmpd stop
echo 'rouser pstorage_user priv' >> /etc/snmp/snmpd.conf
echo 'extend  .1.3.6.1.4.1.2021.51  license pstorage -c STORAGE_NAME view-license | grep "status"' >> /etc/snmp/snmpd.conf
echo 'createUser pstorage_user MD5 pstorage_password DES' >> /var/lib/snmp/snmpd.conf
service snmpd start 

where pstorage_password need at least 8 characters and pstorage_user consists only from characters.

Installation

  1. Import zabbix_virtuozzo_template.xml file into Zabbix.
  2. Associate Template SNMP OS Virtuozzo template to the host.

Contributing to the Virtuozzo Zabbix template

To work on the Zabbix-Virtuozzo-Template plugin development, clone this repository:

$ git clone https://github.com/ligurio/Zabbix-Virtuozzo-Template
$ cd Zabbix-Virtuozzo-Template

Sending a Pull Request

If you're ready to send your changes, please follow the next steps:

  1. Fork the 'Zabbix-Virtuozzo-Template' repository and ad it as a new remote (git add remote my-fork <fork_url>)
  2. Create a branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Added a sweet feature")
  4. Push the branch to your fork (git push fork my-new-feature)
  5. Create a pull request from your my-new-feature branch into master of Zabbix-Virtuozzo-Template repo

Getting Help

Having problems while using the template? Ask your question to Zabbix forum: Zabbix support forum

If you get an error while using the Virtuozzo provider or discover a bug, please report it on the IssueTracker.

Requirements

The template has been tested on Virtuozzo 6.0 and Zabbix 2.2.2.

License, Authors, Copyright

This template is distributed under the terms of BSD license.

Copyright (c) Sergey Bronnikov

Author: Sergey Bronnikov @estet ([email protected])

zabbix-virtuozzo-template's People

Contributors

ligurio avatar

Watchers

Dmitriy S 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.