False alerts on nothing being found (again)
Posted: Tue Feb 23, 2021 4:19 am
The issues described at https://support.nagios.com/forum/viewto ... 38&t=61693 is happening again.
The same already deleted alert is sending e-mails again since 23-02-2021 00:10 UTC+1
I executed the following commands at 08:46 UTC+1 but still receiving alerts.
The same already deleted alert is sending e-mails again since 23-02-2021 00:10 UTC+1
I executed the following commands at 08:46 UTC+1 but still receiving alerts.
Code: Select all
curl -XGET 'localhost:9200/nagioslogserver/alert/_search?q=_id:AWSD132lSptOOhacSd9u&pretty'
{
"took" : 1,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 0,
"max_score" : null,
"hits" : [ ]
}
}
curl -XDELETE 'localhost:9200/nagioslogserver/alert/_search?q=_id:AWSD132lSptOOhacSd9u&pretty'
{
"found" : false,
"_index" : "nagioslogserver",
"_type" : "alert",
"_id" : "_search",
"_version" : 1
}
curl -XDELETE 'localhost:9200/nagioslogserver_history'