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.
Knowing the Windows version via Nagios Core
Re: Knowing the Windows version via Nagios Core
NSClient will tell you this information. Details are at a previous thread: https://support.nagios.com/forum/viewto ... 7&start=10
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Knowing the Windows version via Nagios Core
That thread looks to be very useful, thanks @eloyd!
Does that answer your question @mikimpc?
Does that answer your question @mikimpc?
Former Nagios Employee
Re: Knowing the Windows version via Nagios Core
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
}
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
Glad to see you got it figured out! Do you mind if I close this thread as it's resolved now?
Former Nagios Employee