We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I want to monitor 2 different Metwork host in a single mfadmin module.
All is fine, except in the Grafana dashboards the host list contains only 2 items 'all' and 'localhost'.
a MFDATA and a MFADMIN are running on host1 a MFDATA is running on host2
My [admin] sections of config.ini file are:
host1
[admin] # null => no monitoring # hostname=null hostname=localhost # influxdb_http_port=18086
host2
[admin] # null => no monitoring # hostname=null hostname=host2 # influxdb_http_port=18086
The cause seems to come from the variable HOSTNAME which contains the same value on the 2 hosts:
HOSTNAME=localhost.localdomain
Is it possible not to use HOSTNAME as host in Grafana, but use the hostname value of the config.ini (or another way to distinguish different hosts) ?
HOSTNAME
hostname
The text was updated successfully, but these errors were encountered:
this could be an option in config.ini to force the source hostname
Sorry, something went wrong.
No branches or pull requests
I want to monitor 2 different Metwork host in a single mfadmin module.
All is fine, except in the Grafana dashboards the host list contains only 2 items 'all' and 'localhost'.
a MFDATA and a MFADMIN are running on host1
a MFDATA is running on host2
My [admin] sections of config.ini file are:
host1
host2
The cause seems to come from the variable HOSTNAME which contains the same value on the 2 hosts:
HOSTNAME=localhost.localdomain
Is it possible not to use
HOSTNAME
as host in Grafana, but use thehostname
value of the config.ini (or another way to distinguish different hosts) ?The text was updated successfully, but these errors were encountered: