|
From: <fid...@gm...> - 2020-05-26 21:51:23
|
Thanks, For instance if the limit is 250, when I reach 200, for my FTP box to call a HTTP endpoint that triggers an alert, or connect to DataDog or similar. Was just wondering how other monitor these limits before they are too late and less reactive and more proactive monitoring. Thank you. fid...@gm... On 26/05/2020 16:49, TJ Saunders wrote: >> I would like to setup a proactive way to be notified before MaxClients >> and MaxInstances are exhausted. What is the best way to achieve this? > How much "before"? What would you with such a notification? > > ProFTPD has a couple of modules which might help gather the necessary metrics: > - mod_snmp (see http://www.proftpd.org/docs/contrib/mod_snmp.html) > - mod_statsd (would need changes to emit MaxClints/MaxInstances metrics; see https://github.com/Castaglia/proftpd-mod_statsd) > > The actual notification part would then have to be handled by some other monitoring/alerting system. > > TJ > > > _______________________________________________ > ProFTPD Users List <pro...@pr...> > Unsubscribe problems? > http://www.proftpd.org/list-unsub.html |