Coder Social home page Coder Social logo

lvm-mib's Introduction

	       README file for lvm-mib Version: 0.2

DISCLAIMER

  The Authors assume no responsibility for damage or loss of system
  performance as a direct or indirect result of the use of this
  software.  This software is provided "as is" without express or
  implied warranty.

TABLE OF CONTENTS

  Disclaimer
  Table Of Contents
  Introduction
  Installation
  Usage

INTRODUCTION

  This package is based on work by the NRCHPC (National Research Center for High Performance Computers) of China.
  net-snmp version 5.1.2 or higher is required.

  With this script you can monitor LVM volume and group stats via SNMP.  Disk spaced used and
  free space are reported.

INSTALLATION
  mibs/LVM-MIB.txt
    MIB file for SNMP.  Place this file into /usr/share/snmp/mibs/

  perl/mib_lvm.pl
	 MIB handler script.

  conf/EXAMPLE.conf
     An example snmpd.conf file.

USAGE
 * snmp v2
    snmptable -v 2c -c public -m all 127.0.0.1:161 vgTable  //get the info of all vgs
    snmptable -v 2c -c public -m all 127.0.0.1:161 lvTable  //get the info of all lvs

 * snmp v3
    snmptable -v3 -u <user> -l authPriv -a SHA -A <authpass> -x AES -X <privpass> -m all 127.0.0.1:161 vgTable
    snmptable -v3 -u <user> -l authPriv -a SHA -A <authpass> -x AES -X <privpass> -m all 127.0.0.1:161 lvTable

lvm-mib's People

Contributors

blackknight36 avatar langemar 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.