Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom system header information #2695

Closed
nicolargo opened this issue Mar 9, 2024 Discussed in #2693 · 3 comments
Closed

Custom system header information #2695

nicolargo opened this issue Mar 9, 2024 Discussed in #2693 · 3 comments

Comments

@nicolargo
Copy link
Owner

Discussed in #2693

Originally posted by eBarazi March 7, 2024
Hi,
Is there a way I can change header information (like adding correct server name and OS information)
glances

@nicolargo
Copy link
Owner Author

@eBarazi in the develop branch it is now possible to configure the system information message:

[system]
# This plugin display the first line in the Glances UI with:
# Hostname / Operating system name / Architecture information
# Set to true to disable a plugin
disable=False
# Default refresh rate is 60 seconds
#refresh=60
# System information to display (a string where {key} will be replaced by the value)
# Available information are: hostname, os_name, os_version, os_arch, linux_distro, platform
system_info_msg=({linux_distro} {platform} / {os_name} {os_version})

@nicolargo nicolargo added this to the Glances 4.0.0 milestone Mar 9, 2024
@nicolargo nicolargo changed the title Custom header information Custom system header information Mar 9, 2024
@eBarazi
Copy link

eBarazi commented Mar 9, 2024

Amazing, Thank you so much 👍

@nicolargo
Copy link
Owner Author

Also done in the WebUI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants