Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
n0ts committed Mar 20, 2015
1 parent 5bf14cf commit 4e8b479
Showing 1 changed file with 34 additions and 42 deletions.
76 changes: 34 additions & 42 deletions gmond/python_modules/conf.d/netstats.pyconf
Original file line number Diff line number Diff line change
Expand Up @@ -5,73 +5,65 @@

modules {
module {
name = "netstats"
name = "netstats"
language = "python"
}
}

collection_group {
collect_every = 15
collect_every = 15
time_threshold = 45

metric {
name = "tcpext_tcploss_percentage"
title = "TCP loss percentage"
value_threshold = 1.0
name = "tcpext_tcploss_percentage"
title = "TCP loss percentage"
value_threshold = 1.0
}

metric {
name = "tcp_retrans_percentage"
title = "TCP retransmit percentage"
value_threshold = 1.0
name = "tcp_retrans_percentage"
title = "TCP retransmit percentage"
value_threshold = 1.0
}

metric {
name = "tcp_outsegs"
title = "TCP segments sent"
value_threshold = 1.0
name = "tcp_outsegs"
title = "TCP segments sent"
value_threshold = 1.0
}

metric {
name = "tcp_insegs"
title = "TCP segments received"
value_threshold = 1.0
name = "tcp_insegs"
title = "TCP segments received"
value_threshold = 1.0
}

metric {
name = "udp_indatagrams"
title = "UDP packets in"
value_threshold = 1.0
name = "udp_indatagrams"
title = "UDP packets in"
value_threshold = 1.0
}
metric {
name = "udp_outdatagrams"
title = "UDP packets out"
value_threshold = 1.0
name = "udp_outdatagrams"
title = "UDP packets out"
value_threshold = 1.0
}
metric {
name = "udp_inerrors"
title = "UDP packet receive errors"
value_threshold = 1.0
name = "udp_inerrors"
title = "UDP packet receive errors"
value_threshold = 1.0
}

/*
metric {
name = "udp_rcvbuferrors"
title = "UDP Receive buffer errors"
value_threshold = 1.0
name = "udp_rcvbuferrors"
title = "UDP Receive buffer errors"
value_threshold = 1.0
}



*/
metric {
name = "tcpext_listendrops"
title = "SYNs sent to LISTENing sockets ignored"
value_threshold = 1.0
name = "tcpext_listendrops"
title = "SYNs sent to LISTENing sockets ignored"
value_threshold = 1.0
}

metric {
name = "tcp_attemptfails"
title = "TCP Failed connection attempts"
value_threshold = 1.0
name = "tcp_attemptfails"
title = "TCP Failed connection attempts"
value_threshold = 1.0
}

}

0 comments on commit 4e8b479

Please sign in to comment.