On Wednesday 17 January 2007 15:05, Henrik Stoerner wrote:
You wouldn't need a dedicated channel for this, you can use the "data" type message.
I've made a very quick implementation that takes this input Can you send me your program? I suppose this is a program that reads the data channel and picks up the .trends messages ?
data SERVERNAME.trends
[file1.rrd] DS:set1:GAUGE:600:0:U 10 DS:set2:DERIVE:600:0:U 20
[file2.rrd] DS:anotherset1:COUNTER:600:0:U 12345
and then generates/updates the two RRD files. file1.rrd has two datasets ("set1" and "set2") with the values "10" and "20", and file2.rrd has one dataset "anotherset1" with the value "12345".
Would that fulfill your needs ? Maybe. The problem is that I know what I want the result to be, but I don't know how to get there. So I'm trying different things.
Stef