Subversion Repositories camp_sysinfo_client_3

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
92 rodolico 1
# this is a sample "seed" file which will be used if an installation on several
2
# machines is wanted. You can fill in information here and include it with the 
3
# installation. When the installation is run, it will use these values as a default
4
# IF sysinfo 2 is installed, this will override any values in that config file
5
# if you choose to load it.
6
# If sysinfo3 configuration is found, the seed can override those values also
7
#
8
# this file should be named sysinfo-client.seed.yaml and placed in the install directory
9
---
10
transports:
11
  '0':
12
    -name-: 'HTTP Upload'
13
    URL: http://campserver.example.com/modules/sysinfo/upload_sysinfo_report.php
14
    'key for client': client
15
    'key for date': report_date
16
    'key for hostname': hostname
17
    'key for report': report
18
    'key for serial number': serialnumber
19
    sendScript: upload_http
20
  '1':
21
    -name-: SendEmail
22
    logFile: /tmp/mail.log
23
    mailBCC: ''
24
    mailCC: ''
25
    mailFrom: sysinfo@example.com
26
    mailServer: smtp.example.com:587
27
    mailSubject: 'sysinfo-client: $hostname $reportDate'
28
    mailTo: stats@dailydata.net
29
    otherCLParams: -q
30
    sendEmailScriptLocation: sendEmail
31
    sendScript: sendEmailScript
32
    smtpPass: 'my password for authenticated smtp'
33
    smtpUser: stats@example.com
34
    tls: auto
35
  '2':
36
    -name-: SaveLocal
37
    'output directory': /tmp
38
    sendScript: save_local