Created
January 20, 2012 02:04
-
-
Save frsyuki/1644532 to your computer and use it in GitHub Desktop.
This file contains 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
# server.status.** にマッチして、alerts. と mongo. の2箇所に再emitする | |
<match server.status.**> | |
type route | |
remove_tag_prefix server.status | |
<route **> | |
add_tag_prefix alerts | |
copy # alertsはコピー | |
</route> | |
<route *.*> | |
add_tag_prefix mongo | |
</route> | |
</match> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment