Page 1 of 1
Knowing the Windows version via Nagios Core
Posted: Fri Nov 13, 2015 10:51 am
by mikimpc
Hi all, I've been looking unsuccessfully way to know the Windows version of our office computers by Nagios Core 4.1.1 in Ubuntu 14.
Thank you.
Re: Knowing the Windows version via Nagios Core
Posted: Fri Nov 13, 2015 10:58 am
by eloyd
NSClient will tell you this information. Details are at a previous thread:
https://support.nagios.com/forum/viewto ... 7&start=10
Re: Knowing the Windows version via Nagios Core
Posted: Fri Nov 13, 2015 11:26 am
by rkennedy
That thread looks to be very useful, thanks @eloyd!
Does that answer your question @mikimpc?
Re: Knowing the Windows version via Nagios Core
Posted: Wed Nov 18, 2015 3:20 am
by mikimpc
Thanks, it was much easier than I thought!
Below I write the command and service that I have created ....
define command {
command_name check_windows_OS
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_os_version
}
define service {
service_description Info OS
host_name my_computer
check_command check_windows_OS
}
Re: Knowing the Windows version via Nagios Core
Posted: Wed Nov 18, 2015 10:39 am
by rkennedy
Glad to see you got it figured out! Do you mind if I close this thread as it's resolved now?