mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Update autosupport script with a few changes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@161830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
# License
|
# License
|
||||||
#
|
#
|
||||||
|
|
||||||
OUTPUT=$HOME/digiuminfo
|
OUTPUT=$HOME/digiuminfo.txt
|
||||||
|
|
||||||
MYUID=$(id -u);
|
MYUID=$(id -u);
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
.B autosupport
|
.B autosupport
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B autoasupport
|
.B autosupport
|
||||||
is a script that is normally run by a user contacting Digium's support
|
is a script that is normally run by a user contacting Digium's support
|
||||||
to automate gathering support information.
|
to automate gathering support information.
|
||||||
|
|
||||||
@@ -15,14 +15,13 @@ It will probe the system for some configuration and run-time information,
|
|||||||
and will also prompt the user for some optional access information (IP
|
and will also prompt the user for some optional access information (IP
|
||||||
address, login and password).
|
address, login and password).
|
||||||
|
|
||||||
The information is written to /root/digiuminfo which the user is expected
|
The information is written to /root/digiuminfo.txt which the user is expected
|
||||||
to attach to a support ticket to Digium.
|
to attach to a support ticket to Digium.
|
||||||
|
|
||||||
The script must be run as root as it reads Asterisk's configuration and
|
The script must be run as root.
|
||||||
the disk information using hdparm(8).
|
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /root/digiuminfo
|
.B /root/digiuminfo.txt
|
||||||
.RS
|
.RS
|
||||||
The output of the script goes there
|
The output of the script goes there
|
||||||
.RE
|
.RE
|
||||||
|
Reference in New Issue
Block a user