Skip to content

Instantly share code, notes, and snippets.

@kazu634
Created January 18, 2015 05:30
Show Gist options
  • Save kazu634/8d817e77c3ed771bc873 to your computer and use it in GitHub Desktop.
Save kazu634/8d817e77c3ed771bc873 to your computer and use it in GitHub Desktop.
Serf Configuration File
{
"retry_join": [ "sensu.kazu634.lan" ],
"retry_interval": "30s",
"retry_max_attempts": 10,
"snapshot_path": "/home/kazu634/src/serf_snapshot.dat",
"rejoin_after_leave": true,
"leave_on_terminate": true,
"skip_leave_on_interrupt": true,
"reconnect_interval": "30s",
"reconnect_timeout": "30m",
"tombstone_timeout": "10m"
}
{
"snapshot_path": "/home/kazu634/src/serf_snapshot.dat",
"rejoin_after_leave": true,
"leave_on_terminate": true,
"skip_leave_on_interrupt": true,
"reconnect_interval": "30s",
"reconnect_timeout": "30m",
"tombstone_timeout": "10m",
"event_handlers": [
"/home/kazu634/src/handler.rb"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment