Hello.

I'm using NSClient++ for Windows 2003 server. 

I want monitoring Active directory. How I do? I'm trying so:

command.cfg:

# 'check_ldap' command definition
define command{
        command_name    check_ldap
        command_line    $USER1$/check_ldap -H $HOSTADDRESS$ -b $ARG1$
        }

windows.cfg:

define service{
       use                     generic-service
       host_name               server
       service_description     Active Directory
       check_command           check_ldap!dc=adsf,dc=asdf
       }


Usage: check_ldap -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D
<binddn>] 

That's my error.



Esteban Torres Rodríguez
ÁREA DE SOPORTE TÉCNICO - Administración de Servidores
Subdirección de Sistemas Informáticos
Empresa Pública Desarrollo Agrario y Pesquero, 
email: [EMAIL PROTECTED] 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to