diff --git a/plugins/time/ntp_packets b/plugins/time/ntp_packets index 9b7d653d..ef21e610 100755 --- a/plugins/time/ntp_packets +++ b/plugins/time/ntp_packets @@ -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')