paregupt / ucs_traffic_monitor

Cisco UCS traffic monitoring using Grafana, InfluxDB and Telegraf
MIT License
81 stars 26 forks source link

Make regex searches consistent #80

Open wgjhstt247 opened 2 years ago

wgjhstt247 commented 2 years ago

In some dashboard regex searches in influxql queries, the start of string ^ and end of string $ regex metacharacters are not present when they should be, unlike other regex searches. For example, /${fi_id}/ should be /^${fi_id}$/. Please add start of string and end of string metacharacters for consistency and clarity, where appropriate.