Creating Your First Configuration
-
Copy this minimal configuration:
# metricshub.yaml
attributes:
site: my-datacenter # Where your resources are located
resources:
my-first-host: # # Change: unique identifier for this resource
attributes:
host.name: 192.168.1.100 # # Change: IP address or hostname
host.type: linux # # Change: win, linux, network, storage, etc.
protocols:
ssh: # # Change: protocol to use (see Protocols below)
username: admin # # Change: your credentials
password: changeme # # Change: your password
timeout: 120s -
Change
host.nameto your server's IP address or hostname -
Change
host.typeto match your system (see Configuring the Host Types) -
Update the
protocolssection with the required protocol(s) and credentials (see Protocols and Credentials) -
Save as
metricshub.yamlinC:\ProgramData\MetricsHub\configfor Windows,./metricshub/lib/configfor Linux -
Use the Web Interface to validate your configuration
-
Restart MetricsHub.