โAdding Connection
Agent-based
Illustration executed through the Agent CLI
cat > myInstance.json <<EOF
{
"host": "host_name",
"port": postgres_port,
"user": "datasentinel",
"password": "myPassword",
"tags": "application=application_name,environment=application_type,datacenter=datacenter"
}
EOF
datasentinel add connection myConnectionName -f myInstance.json
The tags are customizable, allowing you to define your own tags. They are extremely useful in the user interface for filtering, grouping data, and defining role-based access.
๐ท๏ธTagsAgentless
๐กAgentless MonitoringRefer to Agentless Documentation
Last updated