1
0
Fork 0
telegraf/plugins/parsers/openmetrics/testcases/valid_stateset/input.txt

8 lines
498 B
Text
Raw Normal View History

# TYPE alarm_system_state stateset
alarm_system_state{entity="ground floor",alarm_system_state="door ok"} 1.0
alarm_system_state{entity="ground floor",alarm_system_state="window 1 ok"} 1.0
alarm_system_state{entity="ground floor",alarm_system_state="window 2 ok"} 0.0
alarm_system_state{entity="basement",alarm_system_state="window 1 ok"} 1.0
alarm_system_state{entity="basement",alarm_system_state="window 2 ok"} 1.0
alarm_system_state{entity="basement",alarm_system_state="window 3 ok"} 1.0
# EOF