Data Collector for Community Support

For modifications in and around KeyHelp.
Locked
User avatar
Jolinar
Community Moderator
Posts: 3608
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Data Collector for Community Support

Post by Jolinar »

I, along with some community members, have developed a shell script that gathers essential system information on a KeyHelp Server and provides it in a text file. This allows us to offer proper support here in the forum without having to painstakingly request and compile all the necessary information each time.

The script runs completely locally on the KeyHelp server, only the DNS resource records are queried directly in the DNS.

To run the script, you need root privileges on the server!

The call is done with:

Code: Select all

wget -q https://ngc4594.eu/server-info.sh -O server-info.sh ; bash server-info.sh ;

After the script has been successfully executed, you will find a text file named server-info.txt in the current directory.

Since the file is relatively large, it is most practical to attach it as an attachment to a forum post.

If you have any concerns about sensitive information in the file, you can also send it as an attachment in a forum PM to the community member who has taken over support for the respective problem. Please only send such PMs after the supporter has requested them.
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
Locked