Team, i’ve been trying to add my servers with WMI with no success.
Im running the query like this
root@visum-fumpm:~# wmic -U [ad/]soporte%PASSWORD. //ad.fqdn.org "select * from Win32_ComputerSystem"
and I get this error message:
[librpc/rpc/dcerpc_connect.c:337:dcerpc_pipe_connect_ncacn_ip_tcp_recv()] failed NT status (c00000b5) in dcerpc_pipe_connect_ncacn_ip_tcp_recv
[librpc/rpc/dcerpc_connect.c:828:dcerpc_pipe_connect_b_recv()] failed NT status (c00000b5) in dcerpc_pipe_connect_b_recv
[wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT_STATUS_IO_TIMEOUT - NT_STATUS_IO_TIMEOUT
So I cant add it to my observium server with this configuration in the config.php file:
$config['wmi']['domain'] = "ad.fqdn.org";
$config['wmi']['user'] = "soporte";
$config['wmi']['pass'] = "PASSWORD";
$config['poller_modules']['wmi'] = 1;
I have tried with this “soporte” account and also directly with the administrator account with no success, same error message.
Please advice.
This email is confidential and / or may contain inside information. If you are not the addressee or authorized to receive your emails, you must NOT use, copy, disclose or take any action based on this email or any other information herein, please notify the sender immediately by reply this email and delete this email and its attachments.Privacy note a: www.wynnmex.com Este correo electrónico es confidencial y/o puede contener información privilegiada. Si usted no es su destinatario o no es alguna persona autorizada por éste para recibir sus correos electrónicos, NO deberá utilizar, copiar, relevelar o tomar ninguna acción basada en este correo o cualquier otra información incluida en el, favor de notificar al remitente de inmediato mediante el envío de este correo y borrar a continuación totalmente este correo y sus anexos. Consulta nuestro aviso de privacidad en:www.wynnmex.com
participants (1)
-
Luis Olavarrieta