We have installed nagios windows server & clinet ("NSCP-0.4.1.73-x64.exe(NSclinet ++)) successfully and also we are able to connect the host using check_nrpe. present we are facing the issues with configurations, we are not able to add more host entries & services in configuration, could you please help me in adding multiple hosts and services. because of this issue we are not proceeding further.
My Host entry file configuration:
=========================
Code: Select all
define host{
use windows-server,host-pnp ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the linux-server host template definition.
host_name < >
alias < >
hostgroups windows-servers
address < >
}
define service{
use generic-service
host_name < >
service_description CPU Status
check_command check_nrpe!alias_cpu
}
define service{
use generic-service
host_name < >
service_description Service Status
check_command check_nrpe!alias_service
}
define host{
use windows-server,host-pnp ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the linux-server host template definition.
host_name < >
alias < >
hostgroups windows-servers
address < >
}
define service{
use generic-service
host_name < >
service_description c: Free Space
check_command check_nrpe!alias_disk
}Note : If i add one more service immediately web url is not working.
Thanks & Regards,
Naveen.