~iheino+ub/+junk/nut-upsconf-docfix

« back to all changes in this revision

Viewing changes to docs/snmp.txt

  • Committer: Tuomas Heino
  • Author(s): Laurent Bigonville
  • Date: 2014-04-22 20:46:12 UTC
  • Revision ID: iheino+ub@cc.hut.fi-20140422204612-1x2gh3nkezfsdao4
Tags: upstream-2.7.2
ImportĀ upstreamĀ versionĀ 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Desc: Information about SNMP and Network UPS Tools
 
2
File: snmp.txt
 
3
Date: 16 March 2003
 
4
Auth: Arnaud Quette <arnaud.quette@free.fr> or <arnaud.quette@mgeups.com>
 
5
 
 
6
This document presents interactions between SNMP and Network UPS Tools.
 
7
This work is mostly sponsored by:
 
8
MGE UPS SYSTEMS <http://www.mgeups.com/opensource/>
 
9
 
 
10
There are two part in NUT for SNMP support:
 
11
 
 
12
1) the agent or server side
 
13
 
 
14
An SNMP agent provides information for its hardware.
 
15
In general, agents are embedded in SNMP card.
 
16
 
 
17
This part has to be implemented as a Net-SNMP sub agent, acting
 
18
as a NUT middleware (upsd level). Such software make a bridge
 
19
between NUT data and SNMP, thus allowing to monitor, through
 
20
SNMP, standard point to point UPSs (serial and USB).
 
21
 
 
22
This is part of the "UPS Sub-Agent" project with Net-SNMP team.
 
23
 
 
24
 
 
25
2) the client side
 
26
 
 
27
        * Introduction
 
28
        
 
29
An SNMP client communicates with an agent to acquire data.
 
30
 
 
31
This part, which has to be a NUT driver, is implemented by snmp-ups.
 
32
snmp-ups acts as a bridge from SNMP to NUT, thus allowing to monitor
 
33
in NUT any SNMP Agent (embedded or on a host).
 
34
 
 
35
The new snmp-ups driver now support multiple MIBS (SNMP structures
 
36
declaration). For more information on snmp-ups, have a look at its
 
37
manpage (man 8 snmp-ups).
 
38
 
 
39
        * Extending existing mib2nut information
 
40
        
 
41
        To be written...
 
42
        
 
43
        * Adding new mib2nut information
 
44
 
 
45
        To be written...
 
46
        
 
47
        
 
48
References:
 
49
- NUT SNMP Protocols Library Available at:
 
50
http://random.networkupstools.org/protocols/snmp/