1AUTOSUPPORT(8) Linux Programmer's Manual AUTOSUPPORT(8)
2
3
4
6 autosupport — interactive script to provide Digium[tm]'s support with
7 information
8
10 autosupport [OPTION] [prefix]
11
12
14 autosupport is a script that is normally run by a user contacting
15 Digium's Technical Support to automate gathering support information.
16 It will probe the system for some run-time and system information, and
17 generate a backup of Asterisk related configuration. An optional param‐
18 eter for a prefix may be specified which is typically used to specify a
19 Digium Technical Support Ticket ID.
20
21 The script requires root privileges to run, and writes all output in
22 the home directory of the user running the script. For the purposes of
23 this document, this will be referred to as /root/ henceforth.
24
25 The system information is written to /root/digiuminfo.txt and the
26 backup of configuration (and the system information file) are written
27 to a tarball in /root/ with a base name of digium-info. A Date Stamp
28 will be appended, and if specified the optional parameter will be a
29 prefix. The tarball at least is expected to be attached to a support
30 ticket with Digium.
31
32
34 Arguments:
35 prefix Used to prefix the file names. Typically a Digium Tech‐
36 nical Support Ticket ID
37
38 Options:
39 -n, --non-interactive Run without requiring user input
40
41 -h, --help Show help about options
42
44 /root/digiuminfo.txt
45 /root/digium-info_YYYYMMDD.tar.gz
46
47
49 asterisk(8)
50
51
53 autosupport was written by John Bigelow <support@digium.com> in con‐
54 junction with Charles Moye and Trey Blancher. This manual page was
55 written by Tzafrir Cohen <tzafrir.cohen@xorcom.com> and updated by
56 Charles Moye. Permission is granted to copy, distribute and/or modify
57 this document under the terms of the GNU General Public License, Ver‐
58 sion 2 any later version published by the Free Software Foundation.
59
60 On Debian systems, the complete text of the GNU General Public License
61 can be found in /usr/share/common-licenses/GPL-2.
62
63
64
65autosupport Dec 14th, 2011 AUTOSUPPORT(8)