Created
January 18, 2015 05:30
-
-
Save kazu634/8d817e77c3ed771bc873 to your computer and use it in GitHub Desktop.
Serf Configuration File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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