Re: Cannot remove "winserver" from Host Detail
Posted: Wed Jun 17, 2015 10:09 am
If you just comment out the host and related service from the config, does that solve your woes?
Code: Select all
#define host{
#use windows-server ; Inherit default values from a template
#host_name winserver ; The name we're giving to this host
#alias My Windows Server ; A longer name associated with the host
#address xxx.xxx.xxx.xxx ; IP address of the host
#}
define hostgroup{
hostgroup_name windows-servers ; The name of the hostgroup
alias Windows Servers ; Long name of the group
}
#define service{
#use generic-service
#host_name winserver
#service_description NSClient++ Version
#check_command check_nt!CLIENTVERSION
#}