Skip to content

Instantly share code, notes, and snippets.

@bhenerey
Last active December 16, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhenerey/5349735 to your computer and use it in GitHub Desktop.
Save bhenerey/5349735 to your computer and use it in GitHub Desktop.
mongodb-metrics.rb check result
{
"checks": {
"mongodb_metrics": {
"handlers": ["graphite-tcp"],
"type": "metric",
"command": "/etc/sensu/plugins/mongodb-metrics.rb --scheme stats.:::name::: ",
"interval": 15,
"subscribers": [ "empire-staging" ]
}
}
}
{"timestamp":"2013-04-09T21:46:51.491622+0000","message":"publishing check result",
"payload":{"client":"empire-staging","check":{"name":"mongodb_metrics",
"command":"/etc/sensu/plugins/mongodb-metrics.rb --scheme stats.:::name::: ",
"issued":1365544011,"handlers":["graphite-tcp"],"type":"metric","interval":15,
"subscribers":["empire-staging"],
"output":"/opt/sensu/embedded/lib/ruby/gems/1.9.1/gems/sensu-plugin-0.1.6/lib/sensu-plugin/cli.rb:60:in
`rescue in block in <class:CLI>': undefined method `critical' for nil:NilClass (NoMethodError)\n\tfrom
/opt/sensu/embedded/lib/ruby/gems/1.9.1/gems/sensu-plugin-0.1.6/lib/sensu-plugin/cli.rb:54:in `block in
<class:CLI>'\n",
"status":1,"duration":0.427}},"level":"info","file":"sensu/client.rb","line":"71","method":"publish_result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment