Page 1 of 1
Errors on alerts
Posted: Fri Jun 07, 2013 9:39 am
by hladams
I am new to Nagios XI Not sure what this is.
Thanks
I am getting these errors messages
***** Nagios XI Alert *****
Nagios has detected a problem with this service.
Notification Type: PROBLEM
Service: Memory Usage
Host: dc1.volo.corp
Address: 192.168.12.24
State: CRITICAL
Info:
(Return code of 139 is out of bounds)
Date/Time: 2013-06-07 06:28:09
Re: Errors on alerts
Posted: Fri Jun 07, 2013 10:05 am
by abrist
What is the full command check for this service?
Re: Errors on alerts
Posted: Mon Jun 10, 2013 8:14 am
by hladams
Not sure let me see what I can find. These error alerts are coming over and over.
I did look at nsc.ini and I am not sure if this is am misconfiguration. I do not see the IP address of nagios server or the IP od windows server.
Code: Select all
NSClient]
;# ALLOWED HOST ADDRESSES
; This is a comma-delimited list of IP address of hosts that are allowed to talk to NSClient deamon.
; If you leave this blank the global version will be used instead.
;allowed_hosts=
;
# ALLOWED HOST ADDRESSES
; This is a comma-delimited list of IP address of hosts that are allowed to talk to the all daemons.
; If leave this blank anyone can access the deamon remotly (NSClient still requires a valid password).
; The syntax is host or ip/mask so 192.168.0.0/24 will allow anyone on that subnet access
;allowed_hosts=127.0.0.1/32
;
;# USE THIS FILE
; Use the INI file as opposed to the registry if this is 0 and the use_reg in the registry is set to 1
; the registry will be used instead.
use_file=1
allowed_hosts=192.168.12.75
This error is only happening on one server . The rest are find.
I think I found out what is happening, we had another Nagios server that we are not using any more. This windows server was on that Nagios, can i just change the allowed host addresses ip to the new nagios server?
Re: Errors on alerts
Posted: Mon Jun 10, 2013 10:59 am
by abrist
Yes, as long as you have the service checks correctly configured on the new nagios xi server, changing the allowed_hosts directive on the remote system should work.
Re: Errors on alerts
Posted: Mon Jun 10, 2013 11:02 am
by sreinhardt
You also likely will want to shutdown the other nagios server or at least remove this service check as to not get additional notifications.
Re: Errors on alerts
Posted: Tue Jun 11, 2013 8:15 am
by hladams
Great!. Thanks so much for the help.
Harvey
Re: Errors on alerts
Posted: Tue Jun 11, 2013 9:29 am
by slansing
Closing as resolved, please open a new thread if a question arises!