Skip to content

Instantly share code, notes, and snippets.

@dzimine
Created August 24, 2015 06:22
Show Gist options
  • Save dzimine/a39ea2238537b109e459 to your computer and use it in GitHub Desktop.
Save dzimine/a39ea2238537b109e459 to your computer and use it in GitHub Desktop.
sensu uchiwa simple example - /etc/sensu/uchiwa.json
{
"sensu": [
{
"name": "Sensu",
"host": "localhost",
"ssl": false,
"port": 4567,
"path": "",
"timeout": 5000
}
],
"uchiwa": {
"port": 3000,
"stats": 10,
"refresh": 10000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment