1

I use rrd-tool, but now what I want to do is to send an alert if something does not follow the expected values. I tried the rrdtool Holt-Winters feture, but I was looking for something simpler.

Any suggestions?

stsquad
  • 5,712
  • 3
  • 36
  • 54
arrrrgv
  • 141
  • 1
  • 4

1 Answers1

1

have a look at updatev (instead of update) ... it will tell you what it writes to the database. this information can be used nicely to decide on threshold violations and such.

Tobi Oetiker
  • 5,167
  • 2
  • 17
  • 23