]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/cups-snmp.conf.man
Update .gitignore to ignore compressed man pages.
[thirdparty/cups.git] / man / cups-snmp.conf.man
... / ...
CommitLineData
1.\"
2.\" snmp.conf man page for CUPS.
3.\"
4.\" Copyright © 2007-2018 by Apple Inc.
5.\" Copyright © 2006 by Easy Software Products.
6.\"
7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8.\" information.
9.\"
10.TH snmp.conf 5 "CUPS" "8 November 2018" "Apple Inc."
11.SH NAME
12snmp.conf \- snmp configuration file for cups
13.SH DESCRIPTION
14The
15.B snmp.conf
16file configures how the standard CUPS network backends (http, https, ipp, ipps, lpd, snmp, and socket) access printer information using SNMPv1 and is normally located in the \fI/etc/cups\fR directory.
17Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
18.LP
19The Community and DebugLevel directives are used by all backends. The remainder apply only to the SNMP backend -
20.BR cups-snmp (8).
21.SH DIRECTIVES
22The following directives are understood by the CUPS network backends:
23.TP 5
24\fBAddress @IF(\fIname\fB)\fR
25.TP 5
26\fBAddress @LOCAL\fR
27.TP 5
28\fBAddress \fIaddress\fR
29Sends SNMP broadcast queries (for discovery) to the specified address(es).
30There is no default for the broadcast address.
31.TP 5
32\fBCommunity \fIname\fR
33Specifies the community name to use.
34Only a single community name may be specified.
35The default community name is "public".
36If no name is specified, all SNMP functions are disabled.
37.TP 5
38\fBDebugLevel \fInumber\fR
39Specifies the logging level from 0 (none) to 3 (everything).
40Typically only used for debugging (thus the name).
41The default debug level is 0.
42.TP 5
43\fBDeviceURI "\fIregular expression\fB" \fIdevice-uri \fR[... \fIdevice-uri\fR]
44Specifies one or more device URIs that should be used for a given make and model string.
45The regular expression is used to match the detected make and model, and the device URI strings must be of the form "scheme://%s[:port]/[path]", where "%s" represents the detected address or hostname.
46There are no default device URI matching rules.
47.TP 5
48\fBHostNameLookups on\fR
49.TP 5
50\fBHostNameLookups off\fR
51Specifies whether the addresses of printers should be converted to hostnames or left as numeric IP addresses.
52The default is "off".
53.TP 5
54\fBMaxRunTime \fIseconds\fR
55Specifies the maximum number of seconds that the SNMP backend will scan the
56network for printers.
57The default is 120 seconds (2 minutes).
58.SH SEE ALSO
59.BR cups-snmp (8),
60CUPS Online Help (http://localhost:631/help)
61.SH COPYRIGHT
62Copyright \[co] 2007-2018 by Apple Inc.