24 Jun
2026
24 Jun
'26
8:17 a.m.
- Instead of a dedicated Hobbit channel for this, I decided to use the
- existing "data" message type. To use this, send a "data" message to
- hobbit formatted like this:
- data $MACHINE.trends
- [filename.rrd]
- DS-definition1 VALUE2
- DS-definition2 VALUE2
- E.g. to create/update a custom RRD file "weather.rrd" with two
- GAUGE datasets "temp" and "wind", with current values "21" and
- "8" respectively, send this message:
- [weather.rrd]
- DS:temp:GAUGE:600:0:U 21
- DS:wind:GAUGE:600:0:U 8
Stef