Monitoring Windows Server 2012 R2 (Nagios) Step two

Published: 14 December 2017
on channel: Cyber - Tech - Tips
11,823
54

The video showing how to send the check to Nagios web interface

Check the NSClient++ web page to find all the information.
https://docs.nsclient.org/getting_sta...
https://docs.nsclient.org/howto/nrpe/

#To define the new host in the Nagios server

define host{
use linux-box ; Inherit default values from a template
host_name Windows-server2012R2 ; The name we're giving to this server
alias CentOS 6 ; A longer name for the server
address yourmachineIPAddress ; IP address of Remote Linux host
icon_image globe.png;
}


#To define the service
define service {
host_name Windows-server2012R2
service_description CPU Usage
check_command check_nrpe!check_cpu
max_check_attempts 5
check_interval 5
retry_interval 1
check_period 24x7
notification_interval 60
notification_period 24x7
contacts nagiosadmin
register 1
}


Watch video Monitoring Windows Server 2012 R2 (Nagios) Step two online without registration, duration hours minute second in high quality. This video was added by user Cyber - Tech - Tips 14 December 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,82 once and liked it 5 people.