Skip to content

Commit

Permalink
plugin/interface: add if_dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
pommi committed Mar 4, 2017
1 parent ae416cc commit d48cba1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugin/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,21 @@
}
},
"legend_format": "%5.1lf%s"
},
"if_dropped": {
"title": "Interface Packets dropped ({{PI}}) on {{HOST}}",
"vertical": "Packets per second",
"type": "io",
"legend": {
"rx": {
"name": "Receive",
"color": "0000ff"
},
"tx": {
"name": "Transmit",
"color": "00b000"
}
},
"legend_format": "%5.1lf%s"
}
}

0 comments on commit d48cba1

Please sign in to comment.