]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/cups-snmp.conf.man
Changelog.
[thirdparty/cups.git] / man / cups-snmp.conf.man
... / ...
CommitLineData
1.\"
2.\" "$Id$"
3.\"
4.\" snmp.conf man page for CUPS.
5.\"
6.\" Copyright 2007-2013 by Apple Inc.
7.\" Copyright 2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
14.\"
15.TH snmp.conf 5 "CUPS" "23 April 2012" "Apple Inc."
16
17.SH NAME
18snmp.conf \- snmp configuration file for cups
19.SH DESCRIPTION
20The \fIsnmp.conf\fR file configures how the standard CUPS network backends
21(http, https, ipp, ipps, lpd, snmp, and socket) access printer information using
22SNMPv1 and is normally located in the \fI/etc/cups\fR directory. Each line in
23the file can be a configuration directive, a blank line, or a comment. Comment
24lines start with the # character.
25.LP
26The Community and DebugLevel directives are used by all backends. The remainder
27apply only to the SNMP backend (\fIcups-snmp(8)\fR).
28.SH DIRECTIVES
29The following directives are understood by the CUPS network backends. Consult
30the on-line help for detailed descriptions:
31.TP 5
32Address @IF(\fIname\fR)
33.TP 5
34Address @LOCAL
35.TP 5
36Address \fIaddress\fR
37.br
38Sends SNMP broadcast queries to the specified address(es). There is no default
39for the broadcast address.
40.TP 5
41Community \fIname\fR
42.br
43Specifies the community name to use. Only a single community name may be
44specified. The default community name is "public".
45.TP 5
46DebugLevel number
47.br
48Specifies the logging level from 0 (none) to 3 (everything). Typically only used
49for debugging (thus the name). The default debug level is 0.
50.TP 5
51DeviceURI "regular expression" device-uri [... device-uri]
52.br
53Specifies one or more device URIs that should be used for a given make and model
54string. The regular expression is used to match the detected make and model, and
55the device URI strings must be of the form "scheme://%s[:port]/[path]", where
56"%s" represents the detected address or hostname. There are no default device
57URI matching rules.
58.TP 5
59HostNameLookups on
60.TP 5
61HostNameLookups off
62.br
63Specifies whether the addresses of printers should be converted to hostnames or
64left as numeric IP addresses. The default is "off".
65.TP 5
66MaxRunTime \fIseconds\fR
67.br
68Specifies the maximum number of seconds that the SNMP backend will scan the
69network for printers. The default is 120 seconds (2 minutes).
70.SH SEE ALSO
71cups-snmp(8),
72.br
73http://localhost:631/help
74.SH COPYRIGHT
75Copyright 2007-2013 by Apple Inc.
76.\"
77.\" End of "$Id$".
78.\"