From 20de5307cb43aa65629788e9348a3867257ad727 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Tue, 25 Oct 2016 23:01:58 +1100 Subject: [PATCH] [upnpc_] Move to network/ and document graphs Signed-off-by: Olivier Mehani --- plugins/{upnpc => network}/upnpc_ | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename plugins/{upnpc => network}/upnpc_ (85%) diff --git a/plugins/upnpc/upnpc_ b/plugins/network/upnpc_ similarity index 85% rename from plugins/upnpc/upnpc_ rename to plugins/network/upnpc_ index d45a7ebf..e3c933c5 100755 --- a/plugins/upnpc/upnpc_ +++ b/plugins/network/upnpc_ @@ -7,6 +7,13 @@ upnpc_ - Plugin to monitor routers via UPnP +This plugin uses the upnpc utility (package miniupnpc in Debian), to monitor an +router using UPnP. It can monitor the following aspects, and plot them as separate graphs: +* uptime: how long the link has been up; +* bitrate: the up and downlink bitrate (e.g., sync speed for DSL); +* traffic: the actual up and downstream traffic rate; +* pkts: the number of packets coming in and out. + =head1 APPLICABLE SYSTEMS Linux systems with upnpc installed. @@ -17,7 +24,7 @@ None needed. =head1 AUTHOR -Olivier Mehani +Olivier Mehani =head1 LICENSE