Skip to content

Instantly share code, notes, and snippets.

@rafrombrc
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafrombrc/c0a983dc31d4aac1e6f3 to your computer and use it in GitHub Desktop.
Save rafrombrc/c0a983dc31d4aac1e6f3 to your computer and use it in GitHub Desktop.
[TcpInput]
address = ":8325"
decoder = "StatsToFieldsDecoder"
parser_type = "regexp"
delimiter = 'pdxnplogmq01\.ping\.ping_droprate\.127_0_0_1'
delimiter_location = "start"
[StatsToFieldsDecoder]
[stat_graph]
type = "SandboxFilter"
filename = "lua_filters/stat_graph.lua"
ticker_interval = 1
preserve_data = false
message_matcher = "Type == 'NetworkInput'"
[stat_graph.config]
num_rows = 300
secs_per_row = 1
stats = "pdxnplogmq01.load.load.shortterm pdxnplogmq01.load.load.midterm"
stat_labels = "cpu_load_shortterm cpu_load_midterm"
anomaly_config = 'roc("pdxnplogmq01.load.load.shortterm", 1, 15, 0, 1.5, true, false)'
[DashboardOutput]
ticker_interval = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment