mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
heading on .png didn't match name of plugin
packets are a specific type of traffic
This commit is contained in:
parent
65e4a94cea
commit
1733fee7f8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import subprocess
|
|||
import sys
|
||||
|
||||
if len(sys.argv) == 2 and sys.argv[1] == 'config':
|
||||
print('graph_title NTP traffic')
|
||||
print('graph_title NTP packets')
|
||||
print('graph_vlabel Packets/${graph_period} received(-)/sent(+)')
|
||||
print('graph_info This graph shows the packet rates of this ntpd. Ignored and dropped packets are graphed as positive values.')
|
||||
print('graph_category time')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue