Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Created May 30, 2013 10:13
Show Gist options
  • Save 0xAhmed/5676943 to your computer and use it in GitHub Desktop.
Save 0xAhmed/5676943 to your computer and use it in GitHub Desktop.
sensu_snipper
sensu_snippet "hipchat" do
content(:apikey => node["monitor"]["hipchat_api_key"], :room => node["monitor"]["hipchat_room"])
end
{
"hipchat": {
"apikey": [
"xxx"
],
"room": [
"xxx"
]
}
}
"hipchat": {
"apikey": "xxx",
"room": "xxx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment