I am trying to find out if the Zeus Load Balancer (now renamed Stingray Traffic Manager) can send out a notification if the FTP server it's trying to connect and transfer files to to is full or approaching a defined threshold?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Not by default.
There is also no defined standard to get this information via FTP protocol.

You could implement your own monitor and let it run a custom script which gathers this information (if this is implemented in your FTP server installation).
But this would be periodic monitoring, it wouldn't throw that notification when connecting, but whenever the threshold is reached.

To be honest, I wouldn't put this alerting into Zeus but rather in a dedicated alerting infrastructure.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.