[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xymon] xymongrep yielding no result?
- To: "'Cade Robinson'" <cade.robinson (at) gmail.com>, <xymon (at) xymon.com>
- Subject: RE: [xymon] xymongrep yielding no result?
- From: "Cade Robinson" <cade.robinson (at) gmail.com>
- Date: Thu, 18 Nov 2010 10:34:40 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=LeIgGKbJD4fueLl9K6uQa8fPHWUvTd98Pxba84xaj08=; b=DKSPOx7oCKQkJDz0EgEoDujuG//+NRlQ7Sj3BX1aQdKRkteQ06tGRivhxySaHvNC0v QjZFrtrMRNe7enKhWu+lKYBgmMQSs9FEJCxfC5AE2PW0L4nw6DOwafNc/o7K3y1JK+wS OLcGpdveyOLOHLDwIyNNLQWNKN4GA0OuK2+FQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=r2m/jAmdVKj/sNnFqCd2hPtmngOHvVQFMAbqkroYVVNg1BOQt5hfdFt5/6aE5L8dW/ yUiDKDuqaS/MwusASVmQ4/BbH+ArLF/EYhy1UR7K/iLfEg4/IfQjK6Ky6CfRM/Uql7bh yx0be3bCVYnZhDuL0j9D2NWnVuXttMRC4pZ0I=
- References: <018528ADB17A124D84DD0D081A4C82D22B5CB5F7 (at) exchange.geosoft.com> <ibuqfa$te4$1 (at) voodoo.hswn.dk> <4ce55351.881cec0a.7247.21c2 (at) mx.google.com>
- Thread-index: AcuFz0MPs3J+eNYtQDeeqdFMrKMvswBba3cwAABUqTA=
I take that back.
I thought I had that patch in place.
I have it in the SVN but had issues with "make install" and it trying to
create links that already existed so I had to restore the old one to revert.
-----Original Message-----
From: Cade Robinson [mailto:cade.robinson (at) gmail.com]
Sent: Thursday, November 18, 2010 10:25 AM
To: xymon (at) xymon.com
Subject: RE: [xymon] xymongrep yielding no result?
I have that patch in place and I still get no results as well.
strace xymongrep shows that the include files are being opened but nothing
is returned.
-----Original Message-----
From: Henrik Størner <henrik (at) hswn.dk> [mailto:=?ISO-8859-1?Q?Henrik_
St=F8rner _<henrik (at) hswn.dk>?=]
Sent: Tuesday, November 16, 2010 2:44 PM
To: xymon (at) xymon.com
Subject: Re: [xymon] xymongrep yielding no result?
In <018528ADB17A124D84DD0D081A4C82D22B5CB5F7 (at) exchange.geosoft.com> Jason
Chambers <Jason.Chambers (at) geosoft.com> writes:
>Everytime I run xymongrep, it's not finding any data for anything I'm
searc=
>hing for. Everything seems fine in my hosts.cfg file.
>Suggestions?
Congratulations, You've filed the first genuine bug report for beta-3.
This should fix it:
Index: common/xymongrep.c
===================================================================
--- common/xymongrep.c (revision 6590)
+++ common/xymongrep.c (working copy)
@@ -146,7 +146,7 @@
printf("xymongrep version %s\n", VERSION);
exit(0);
}
- else if ((strcmp(argv[argi], "--net") == 0) ||
(strcmp(argv[argi], "--bbnet"))) {
+ else if ((strcmp(argv[argi], "--net") == 0) ||
(strcmp(argv[argi], "--bbnet") == 0)) {
include2 = "netinclude";
onlypreferredentry = 0;
}
Regards,
Henrik
To unsubscribe from the xymon list, send an e-mail to
xymon-unsubscribe (at) xymon.com