rrd-tool 如何检测变化并发送警报(电子邮件、声音等...)
我使用 rrd-tool,但现在我想做的是,如果某些内容不符合预期值,则发送警报。我尝试了 rrdtool Holt-Winters 功能,但我一直在寻找更简单的东西。
有什么建议吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 updatev (而不是 update)......它会告诉你它写入数据库的内容。该信息可以很好地用于决定阈值违规等。
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.