1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

heading on .png didn't match name of plugin

packets are a specific type of traffic
This commit is contained in:
kuzetsa 2016-02-25 04:06:56 -05:00
parent 65e4a94cea
commit 1733fee7f8

View file

@ -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')