我的客户端 sensu 指标报告了 WARN,并且数据没有进入我的 OpenTSDB。它似乎被卡住了,但我不明白消息告诉我什么。有人可以翻译吗?
该命令是一个 ruby 脚本。
在 /var/log/sensu/sensu-client.log :
{"timestamp":"2014-09-11T16:06:51.928219-0400",
"level":"warn",
"message":"previous check command execution in progress",
"check":{"handler":"metric_store","type":"metric",
"standalone":true,"command":"...",
"output_type":"json","auto_tag_host":"yes",
"interval":60,"description":"description here",
"subscribers"["system"],
"name":"foo_metric","issued":1410466011,"executed":1410465882
}
}
我的问题:
- 这个消息是什么意思?
- 是什么原因造成的?
- 这真的意味着我们正在等待相同的检查运行吗?如果是这样,我们如何清除它?