mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
Make graph_title more descriptive
This commit is contained in:
parent
dedc9683b6
commit
208c41b5fd
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 37 KiB |
|
@ -211,10 +211,10 @@ class MuninNftCountersPlugin(MuninPlugin):
|
|||
|
||||
# Create the graphs
|
||||
if not (count_only == "bytes"):
|
||||
graph_packets = MuninGraph("nftables packets per second", graph_category,
|
||||
graph_packets = MuninGraph("nftables counters (packets)", graph_category,
|
||||
vlabel="packets / second", args="--base 1000")
|
||||
if not (count_only == "packets"):
|
||||
graph_bytes = MuninGraph("nftables bytes per second", graph_category,
|
||||
graph_bytes = MuninGraph("nftables counters (bytes)", graph_category,
|
||||
vlabel="bytes / second", args="--base 1024")
|
||||
|
||||
# Define filter to allow for tuning of counters graphed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue