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
Errors on alerts
Errors on alerts
You do not have the required permissions to view the files attached to this post.
Re: Errors on alerts
What is the full command check for this service?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Errors on alerts
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.
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?
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.75I 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?
Last edited by sreinhardt on Mon Jun 10, 2013 11:01 am, edited 1 time in total.
Reason: merged posts
Reason: merged posts
Re: Errors on alerts
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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Errors on alerts
You also likely will want to shutdown the other nagios server or at least remove this service check as to not get additional notifications.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Errors on alerts
Great!. Thanks so much for the help.
Harvey
Harvey
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Errors on alerts
Closing as resolved, please open a new thread if a question arises!