Re: [linux-lvm] SNMP MIB for LVM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 4 Oct 2001 00:45, you wrote:
> > > Has anybody written or come across MIB for LVM configuration and
> > > maintenance? It will be nice if could configure LVM using SNMP MIB.
> > > thx, arv.
> >
> > First issue, do you have an OSI number assigned for this?
> >
> > If not then I can arrange sub-delegation of part of the Debian number
> > hierarchy to the LVM project.  In Debian discussions it's been generally
> > agreed to give away what are effectively "ISO sub-domains" to open source
> > projects that request them.
>
> I do not have an OSI number assigned for this. thx, arv.

I have assigned you a number under the Debian hierarchy.  The people who 
manage the LVM project can freely use and delegate this number space for 
projects consistant with Debian aims (development of free software).

The current Debian schema file is attached.

-- 
http://www.coker.com.au/bonnie++/     Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/       Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/     My home page
# under iso.org.dod.internet.private.enterprise (1.3.6.1.4.1) we have Debian
# (9586) giving us the prefix of 1.3.6.1.4.1.9586.
#
# under the base OID I have decided to use 2 for LDAP (leaving 1 for SNMP),
# then under that 1 is for attributes and 2 is for objectClass's.  This is
# arbitary but copies some sample schema from the OpenLDAP documentation
#
# under the Debian OID let's delegate .1000 onwards to other open source
# projects
# Currently 1.3.6.1.4.1.9586.1000 is for LVM.

# Under the Debian LDAP number let's assign number 100 onwards to Debian related
# projects.
# 100 is for scalemail which makes scalemail LDAP be 1.3.6.1.4.1.9586.2.100
# 101 is for sourceforge which makes sourceforge LDAP be 1.3.6.1.4.1.9586.2.101

attributetype ( 1.3.6.1.4.1.9586.2.1.1 NAME 'debIpAllowedClients'
        DESC 'IP address or IP address range, either CIDR or 1.2.3.4-1.2.3.100 range allowed to connect'
        EQUALITY caseIgnoreIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )
attributetype ( 1.3.6.1.4.1.9586.2.1.2 NAME 'debIpDeniedClients'
        DESC 'IP address or IP address range, either CIDR or 1.2.3.4-1.2.3.100 range not allowed to connect'
        EQUALITY caseIgnoreIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )
attributetype ( 1.3.6.1.4.1.9586.2.1.3
        NAME ( 'debAllowedService' )
        DESC 'Service that this object allows access to, suggested values include "FTP", "SSH", "HTTP", or other names from /etc/services, or "ALL", or it can be classes of service EG "STAFF" to mean that the account works on staff machines'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attributetype ( 1.3.6.1.4.1.9586.2.1.4
        NAME ( 'debDeniedService' )
        DESC 'Service that this object denies access to, suggested values include "FTP", "SSH", "HTTP", or other names from /etc/services, or "ALL", or it can be classes of service EG "STAFF" to mean that the account is denied on staff machines'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )


objectclass ( 1.3.6.1.4.1.9586.2.2.1
        NAME 'debNetworkSecurity'
        DESC 'A security object to specify the access that a user has to network services, or the access that a server program provides to the world.'
        SUP top
        MAY ( debIpAllowedClients $ debIpDeniedClients $ debAllowedService $ debDeniedService ) )


[Index of Archives]     [Gluster Users]     [Kernel Development]     [Linux Clusters]     [Device Mapper]     [Security]     [Bugtraq]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]

  Powered by Linux