More Ghost alerts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
matson-itops
Posts: 108
Joined: Wed Nov 18, 2015 11:19 pm

More Ghost alerts

Post by matson-itops »

Hi Team

I have ghost alerts again.

under /usr/local/nagios/etc I see the below configs only (which is what I want)

hosts/x.matson.com.cfg: host_name x.matson.com
hosts/x.matson.com.cfg: address x.matson.com
services/ex.matson.com.cfg: host_name x.matson.com
services/ex.matson.com.cfg: check_command check_xi_service_http! -f ok -I x.matson.com -u '/casreferenceservice/health' -S --sni -p 443!!!!!!!

However in the "service status" gui
i'm seeing /disk checks and cron checks

Help hel
matson-itops
Posts: 108
Joined: Wed Nov 18, 2015 11:19 pm

Re: More Ghost alerts

Post by matson-itops »

for some reason the host says its part of linux-host group but when I check linux-host group is is still there!
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: More Ghost alerts

Post by pbroste »

Hello [user]matson-itops[/url]

Thanks for reaching and want to have you run through a reindex on the Core Configs to see if we have a ghost service setting around.
  • rm -rf /usr/local/nagios/etc/import/*
  • Command list all running /bin/nagios -> ps -aux | grep -E '/bin/nagios'
  • Command -> killall -9 nagios (or pkill nagios)
  • Nagios XI web console
    ==> Core Configuration Manager (CCM)
    ==> Config File Management
    ==> [Delete Files]
    ==> [Write Files]
    ==> [Verify Files]
  • 6: Core Configuration Manager (CCM)
    ==> Under Quick Tools
    ==> "Apply Configuration"
  • 7: Restart nagios.service by Command: systemctl restart nagios
  • [list]
  • Code: Select all

    systemctl restart nagios
[/list]

Verify that the host and services look good in pre-flight with no errors in core by:
  • Code: Select all

    /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Please PM your updated system profile if the issue persists.

To send us your system profile.
  • Login to the Nagios XI GUI using a web browser.
  • Click the "Admin" > "System Profile" Menu
  • Click the "Download Profile" button
  • Save the profile.zip file and send via Private Message
Thanks,
Perry
Locked