Host and service notifications "ghosts"
Re: Host and service notifications "ghosts"
Thanks, we have updated to the latest version of Nagios XI, but messages from non-ok states continue to arrive when in reality there has not been a change of state
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Host and service notifications "ghosts"
Can you run the following
if the output shows
please run this
if there is no output run the following
Code: Select all
grep pgsql /usr/local/nagiosxi/html/config.inc.phpCode: Select all
"dbtype" => 'pgsql',Code: Select all
echo "truncate table xi_events; truncate table xi_meta; truncate table xi_eventqueue;" | psql nagiosxi nagiosxiCode: Select all
echo "truncate table xi_events; truncate table xi_meta; truncate table xi_eventqueue;" | mysql -pnagiosxi nagiosxiRe: Host and service notifications "ghosts"
runnin the script for truncate the tables, like that you recommended and stopped ghost notifications.the issue is resolved.. thanks a lot!! 
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Host and service notifications "ghosts"
Great!ecastillo wrote:runnin the script for truncate the tables, like that you recommended and stopped ghost notifications.the issue is resolved.. thanks a lot!!
Locking thread