-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
[FEAT] Include host identifier with disks #542
Comments
For docker users this can be set via environment variable: |
Awesome, thank you so much! |
thanks,can U update the docs include COLLECTOR_HOST_ID? |
PR here #566 |
Collector also supports this via cli as --host-id "hostname" Should really document the available cli parameters in the collector, because --help does not list it |
@Tampa it should. I think you just need to run |
I see, but then the general help page does not mention that each command has its own help page. I would either just have them all listen under --help or add that each command has further help pages associated with it. There aren't that many commands in the collector to really warrant splitting it up in my opinion. |
Is your feature request related to a problem? Please describe.
Scrutiny doesn't seem to include hostnames or any other identifiers when displaying disks in the dashboard. When you run the scrutiny server with multiple clients, this is an issue as you don't know which disk belongs to which hosts.
Describe the solution you'd like
Include an option to display server hostnames with the disks. Maybe an option to set the hostname via variable, as containers won't have a usable hostname.
Additional context
As an example, these two disks are from two completely different hosts:
The text was updated successfully, but these errors were encountered: