1LIBVIRTMIB_SUBAGENT(1) Virtualization Support LIBVIRTMIB_SUBAGENT(1)
2
3
4
6 libvirtMib_subagent - SNMP subagent for libvirt
7
9 libvirtMib_subagent [OPTIONS] [LISTENING ADDRESSES]
10
12 The libvirtMib_subagent provides SNMP functionality for libvirt.
13 Therefore it is now possible to gather and set domain status over SNMP
14 from one place. This allows to create views of entire platforms end to
15 end.
16
17 It communicates with SNMP agent over AgentX protocol (RFC 2741) and
18 extends agent's set of infomation provided. Therefore, we need a
19 running SNMP agent. This behaviour can be avoided using -M option.
20
21 The libvirtMib_subagent understands these OPTIONS:
22
23 -f Don't fork. Run in foreground.
24
25 -D[token[,...]]
26 Turn on debugging output for the given TOKEN(s). Without any
27 tokens specified, it defaults to printing all the tokens (which is
28 equivalent to the keyword '"ALL"'). You might want to try ALL for
29 extremely verbose output. Note: You can't put a space between the
30 -D and the tokens.
31
32 -H Display a list of configuration file directives understood by the
33 agent and then exit.
34
35 -M Run as a normal SNMP Agent instead of an AgentX sub-agent.
36
37 -xADDRESS
38 Connect to master agent at ADDRESS (default "/var/agentx/master").
39 The address can either be a Unix domain socket path, or the address
40 of a network interface. The format is the same as the format of
41 listening addresses described below.
42
43 -L Do not open a log file; print all messages to stderr.
44
45 The last optional LISTENING ADDRESSES specify on which addresses should
46 subagent running in normal SNMP Agent mode listen for incoming
47 requests. See snmpd for further information.
48
50 Report any bugs discovered to the libvirt community via the mailing
51 list "http://libvirt.org/contact.html" or bug tracker
52 "http://libvirt.org/bugs.html". Alternatively report bugs to your
53 software distributor / vendor.
54
56 Please refer to the AUTHORS file distributed with libvirt.
57
59 Copyright (C) 2011 Red Hat, Inc., and the authors listed in the
60 libvirt-snmp AUTHORS file.
61
63 libvirt-snmp is distributed under the terms of the GNU GPL v3. This is
64 free software; see the source for copying conditions. There is NO
65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
66 PURPOSE
67
69libvirt-snmp-0.0.2 2011-03-09 LIBVIRTMIB_SUBAGENT(1)