New PC new Problems.
Missing Aquaero Values again. Language still english.
With the RegEx:
- name: AquaeroValues
patterns:
- '(?<Entity>.*) (?<MetricName>.*)'
I get these values:
# HELP hwi_alarm_level Alarm Level - Aquaero...
First of all thanks for these quick replys!
I'm completely fine to use english settings from now on, no worry.
No changes. I've added all further characters
(?<MetricName>[^üöä]*).*
and now its working! So your guess was right.
With enabled Setting i cant see any change with my initial...
Hey guys,
iam new to hwinfo and grafana / prometheus.
Unfortunately i miss many metrics what i'm looking for.
I've added
- '(?<MetricName>.*)'
To the Mapping-yaml. Why arent all values enabled by default? Just because of the prometheus storage size or are there any other disadvantages?
The...