Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
To lmiltchev: Ok I think I know what you mean, here is an entry for one of the servers I'm having the uptime alert issue with. Server never goes down but uptime alerts keep going out. I know that there's not a service defined for the uptime alert for this server but wouldn't that mean that I shouldn't be getting any uptime alerts about it?
To tmcdonald: I wasn't the one to install this so I couldn't really tell you. They kinda just threw this in my lap and said "here, play with this."
##############
# ISD-SERVER01#
##############
define host{
use windows-server ; Inherit default values from a template
host_name ISD-SERVER01 ; The name we're giving to this host
hostgroups +sixty4bit-servers
address 172.20.250.194 ; IP address of host\
}
define service{
use Windows-disk-service
host_name ISD-SERVER01
service description Drive space: C:
check_commmand check_nt!USEDDISKSPACE!-l c -w 70 -c 90
}
define service{
use NetBackup-service
hsot_name ISD-SERVER01
}
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.
Well, host-name is spelled incorrectly on the second service. Additionally, could you post the Windows-disk-service template?
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.
Okay lets back up.. are you absolutely sure the notifications are telling you that they are coming from the uptime service? Because that service has no warning or critical thresholds, nor does it need any as it only reports the uptime of the Windows system. It may be possible that the host itself is losing connectivity to that host address, did you receive any host critical state changes?
I've attached a couple screen shots of email alerts I get. The one that states the server is actually DOWN wasn't true because I could access the server. The other is just a warning then an alert stating it's OK. I'm constantly getting these from servers on two different networks in the same building. I starting to wonder, could this all be attributed to network issues?
In that ping check it looks like the packet loss skyrocketed which would definitely indicate a networking issue. I'd recommend watching for this, then pinging the remote host's address from the XI server. You could also try doing this from your workstation to see if it's happening from both start points.