Last active
August 29, 2015 14:06
-
-
Save rafrombrc/c0a983dc31d4aac1e6f3 to your computer and use it in GitHub Desktop.
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
[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