Nagios XI showing host as DOWN while services are reachable

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
Mikasa23
Posts: 25
Joined: Thu Jul 06, 2023 3:12 am

Nagios XI showing host as DOWN while services are reachable

Post by Mikasa23 »

Hi all, I’m having an issue in Nagios XI where some Linux hosts are being reported as DOWN even though they are clearly reachable. NRPE-based service checks like CPU, disk, and load are all returning OK, I can SSH into the servers without any problem, and pinging the hosts directly from the Nagios XI server works fine. Despite this, Nagios still marks the host itself as DOWN, which causes service alerts and incorrect notifications. This seems to affect only certain hosts, and it started after a recent network change involving NAT. I’m not sure if this is related to the default check-host-alive command, host templates, or how Nagios is handling ICMP for these systems. Has anyone run into a similar situation or can point me in the right direction to fix this?
Geometry Dash
cdietsch
Posts: 55
Joined: Wed Aug 06, 2025 9:12 am

Re: Nagios XI showing host as DOWN while services are reachable

Post by cdietsch »

Hi @Mikasa23 ,

You could try to see if the broken and working host checks are using different host check commands or templates. Depending how the hosts were added, they might be different. You could also try changing them on the broken ones to see if that helps.

This document might be of some help to you: https://assets.nagios.com/downloads/nag ... _In_XI.pdf
Cheers,
- Cole
kg2857
Posts: 490
Joined: Wed Apr 12, 2023 5:48 pm

Re: Nagios XI showing host as DOWN while services are reachable

Post by kg2857 »

How are you checking the hosts that are failing and not failing? You can test from the shell.
I've seen check_ping fail and had to switch to check_icmp in the past. It was a bit strange...
Post Reply