[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cookies and ack
- To: hobbit (at) hswn.dk
- Subject: Re: cookies and ack
- From: Phil Wild <philwild (at) gmail.com>
- Date: Fri, 20 Mar 2009 12:00:04 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Vr4jWWbvJw3bsMjZW35nXVVB7mZxYPUdeXsG9psplZw=; b=Ny6+a/iQZ54FDgwVQVEg6PZGWuMdynXUxSzTQfXV+U7PVXA/WHjEcx0Edme/bXFHYn DfjCB/p7+A49jBRnTcue2wahs8HCtExogJEBUxEfKZBK8NCr7rzkOyLdYNZsrQmOuiXj K2z8+iCEDTbrx8ehr4tm/1JP3PmBrv08omwho=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=rGwdqBOl9aqmvLPjWBDqUabM5MKQsm+yZRJOQjXRHFvWVuTQrRdyMN2EQPm8H7c6Z6 3PXnAokcQGW7kUJvXsopXQe1qMyI0iUfEn8eSA18MuQTlxjazHdC3JYa9VKiKBN9F2y1 aSKuJK9ZtZtwYDaFUBx2zeK/7HBeIEJFlNbJ4=
- References: <258e9b160903191947t19a7368dmf1d6a05735e2fe48 (at) mail.gmail.com>
Sorry - hit send by accident before finishing typing...
I had a strange issue today and was after some guidance.
A user attempted to ack an alert today via sms and it did not happen
and I am trying to determine why...
It would appear that the cookie within hobbit changed before or
something before the ack was accepted and I don't understand how...
The events were...
service went down and two minutes later, sms was sent to the user
within five minutes of this happening, the user attempted to ack the
event via a script that runs bb...hobbitdack
The ack never made it into hobbit and at the time, while the alert was
still red, I was able to get a list of all cookies on the xymon server
by performing the following
./server/bin/bb localhost "hobbitdboard fields=cookie" | sort -u
The cookie number sent to the user did not appear in the list returned
from the above command. At first I thought perhaps the service went
green and then red again, generating another cookie but the logs do
not seem to indicate this...
Does anybody have any theories on this? Is there any logging I could
put in place to help me resolve the problem?
Cheers
Phil