logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pure-mrtginfo - provide an MRTG-graphable user count for ftpd

Author And License

       Written by Arnt Gulbrandsen <agulbra@troll.no> and copyright 1995-2002 Troll Tech  AS,  Waldemar  Thranes
       gate 98B, N-0175 Oslo, Norway, fax +47 22806380.

       Pure-FTPd (C)opyleft 2001-2021 by Frank DENIS <j at pureftpd dot org>.

       Use, modification and distribution is allowed without limitation, warranty, or liability of any kind.

Bugs

       This program only works on GNU/Linux systems yet.

Description

Pure-Mrtginfo  counts  the  number  of  clients currently connected to ftpd(8) and output the format in a
       format graphable by MRTG.

Files

/proc/net/tcp
              is used to count the connectiont to port 21.

       /proc/sys/kernel/hostname
              is used to get the fully qualified hostname.

       /proc/uptime
              is used to get the uptime.

Home Page

Mrtg

       MRTG is a really nice package for graphing router traffic.  Mrtg can  also  graph  other  information  is
       available  via SNMP or by running a program such as pure-mrtginfo.  The author of this program uses it to
       graph CPU load, /var usage etc., and naturally the number of users connected to his FTP servers.  See
       http://oss.oetiker.ch/mrtg/
       for more information about MRTG.

Name

       pure-mrtginfo - provide an MRTG-graphable user count for ftpd

Options

serverport: defaults to 21.

See Also

ftp(1),  pure-ftpd(8)pure-ftpwho(8)pure-mrtginfo(8)pure-uploadscript(8)pure-statsdecode(8)pure-pw(8)pure-quotacheck(8)pure-authd(8)pure-certd(8)RFC959, RFC2228, RFC2389 and RFC2428.

Frank Denis                                          1.0.50                                     pure-mrtginfo(8)

Synopsis

pure-mrtginfo[serverport]

See Also