forked from epicsdeb/carchivetools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarchive.conf.example
More file actions
35 lines (25 loc) · 849 Bytes
/
Copy pathcarchive.conf.example
File metadata and controls
35 lines (25 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[DEFAULT]
# Retrieval URL is required
# (default)
#url = http://%(host)s/cgi-bin/ArchiveDataServer.cgi
# or for an Archiver Appliance
#url = http://%(host)s/mgmt/bpl/getApplianceInfo
# Configure server type
#urltype = classic
#urltype = appl
# Gives the default hostname used if no specific configuration is requested
#host=hostname:port
# Default pattern to determine which archives are operated on
#defaultarchs = */Current
# Default total number of samples.
#defaultcount = 0
# Maximum number of concurrent XMLRPC requests for data
#maxrequests = 10
# Maximum number of concurrent XMLRPC requests for meta-info
#maxquery = 30
[myarchiver]
# host, url, and defaultarchs can be specified in each subsection.
# A subsection is specified by
# $ arget -C myarchiver ...
#urltype = appl
#host=http://hostname:17665/mgmt/bpl/getApplianceInfo