Re: [Nagios-users] Ftp issue

2007-09-04 Thread Anthony Montibello
Yes Windows has the following performance counters , for the Category of "FTP Service" FTP Service: Bytes Sent/sec; Bytes Received/sec; Bytes Total/sec; Total Files Sent; Total Files Received; Total Files Transferred; Current Anonymous Users; Current NonAnonymous Users; Total Anonymous Users; Tot

Re: [Nagios-users] Ftp issue

2007-09-04 Thread Michael W. Lucas
Hi, I no longer have access to a Windows FTP server, sorry. However, I believe there is a Performance Monitor counter for current FTP users. If there is a Performance Monitor value, I know that SNMP will give that to you. I use SNMP Informant, you will probably find additional tools if you look

Re: [Nagios-users] Ftp issue

2007-09-04 Thread Anthony Montibello
Performance counters or WMI are the best ways to get this information. the problem is how to retrieve the data from one of these 2 sources. If you are able to install an agent on your windows host, then you would be able to retrieve this information from several differnet agents. for example, NR

Re: [Nagios-users] Ftp issue

2007-09-04 Thread vadi
Dear Michael, First let me tell thanks for all your help !!! I am not possible to monitor the total number of users connected to window ftp server. I don't think we can use check_nt and nsclient++ for this … If you know any thing …please help me Thanks, Vadiraj On 9/4/07, Michael W. Lucas <

Re: [Nagios-users] Ftp issue

2007-09-04 Thread Michael W. Lucas
We use SNMP Informant to track and alarm on any Performance Counter value. I believe check_nt and nsclient++ will let you do the same thing. ==ml On Tue, Sep 04, 2007 at 07:57:04PM +0530, vadi wrote: > Dear All, > > How I can configures to monitor number of session and number of ftp > user log

[Nagios-users] Ftp issue

2007-09-04 Thread vadi
Dear All, How I can configures to monitor number of session and number of ftp user login (its windows system). Due to max connection, my ftp server is always going died. I need to configure maximize parameter for monitor windows ftp. check_ftp plug-in will not give better information for me. I