Nagios define service help
Posted: Fri Nov 27, 2015 12:26 pm
Raspberry PI running raspbian
Nagios 4.1 Core
Have many services working from my Windows Server platform no issues.
I tried to add this service which has a space in the name which from what I read is supported but it fails to find the services
define service{
use generic-service
host_name SERV013
service_description ADManager Plus
check_command check_nt!SERVICESTATE!-d SHOWALL -l ADManager Plus
}
This is the service details from the server
[serv013]: PS C:> get-service ad* | fl
Name : ADManager Plus
DisplayName : ManageEngine ADManager Plus
Status : Running
DependentServices : {}
ServicesDependedOn : {}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
ServiceType : Win32OwnProcess, InteractiveProcess
Thoughts
Thanks
Nagios 4.1 Core
Have many services working from my Windows Server platform no issues.
I tried to add this service which has a space in the name which from what I read is supported but it fails to find the services
define service{
use generic-service
host_name SERV013
service_description ADManager Plus
check_command check_nt!SERVICESTATE!-d SHOWALL -l ADManager Plus
}
This is the service details from the server
[serv013]: PS C:> get-service ad* | fl
Name : ADManager Plus
DisplayName : ManageEngine ADManager Plus
Status : Running
DependentServices : {}
ServicesDependedOn : {}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
ServiceType : Win32OwnProcess, InteractiveProcess
Thoughts
Thanks