Search found 2 matches

by engmatecadmin
Fri Oct 05, 2018 8:12 am
Forum: Open Source Nagios Projects
Topic: check_wmi_plus.pl USERS Last logon
Replies: 3
Views: 1458

Re: check_wmi_plus.pl USERS Last logon

Hi, what I want is to read the last logonuser via wmi on the Windows client. But i'm not able to because i did't find the rigth syntax for this comand with checkwmiplus. To read out the Ip address or cpu is no problem. Basically, is it possible to read out the last logon-user via checkwmiplus? Thank...
by engmatecadmin
Thu Oct 04, 2018 8:53 am
Forum: Open Source Nagios Projects
Topic: check_wmi_plus.pl USERS Last logon
Replies: 3
Views: 1458

check_wmi_plus.pl USERS Last logon

Windows CMD: wmic /node: "HOSTNAME" COMPUTERSYSTEM GET USERNAME
UserName
DOMAIN\USER

How does it work on Nagios? /check_wmi_plus.pl -H HOST -u domain/user -p password -m checkservice --extrawmicarg????