-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I'm working on migration to sensu-go, and I'm using the legacy sensu, the older influxdb handler supports stripping the hostname from the metric. I have included my configs and a sample query I'm using on the older sensu install. this older format allows systems to be added and removed from my dashboards without changing the query.
{
"influxdb": {
"host": "sensu_influxdb",
"port": 8086,
"database": "sensu",
"username": "sensu",
"password": "sensu",
"strip_metric": "host"
}
}q:"SELECT "value" FROM "memory_percent.usedWOBuffersCaches" WHERE ("host" =~ /^node/) AND time >= now() - 6h GROUP BY "host""
Thanks
Metadata
Metadata
Assignees
Labels
No labels