Xymon Mailing List Archive search

Hobbit default ssl certs

4 messages in this thread

list Janford Hof · Wed, 25 Apr 2012 16:15:36 +0000 ·
I've delved into many files and Internet sites, but cannot find where the global defaults are for WARNDAYS and ALARMDAYS for sslcert.  I can modify the parameters for various servers in the bb-hosts file, but I need to find the overall defaults.  If they are hidden in a binary coded file, how would I decompile it, or whatever, to find this info?
Thanks for any answers.

Janford Hof
DOJ AFMS Unisys Contractor
Floor X  Rm. XW.XXX
XXX N Street, NE
Washington, DC XXXXX
Direct: (XXX) XXX XXXX
user-a8f5b0bee7f8@xymon.invalid<mailto:user-a8f5b0bee7f8@xymon.invalid>  (Alternate e-mail)


Confidentiality Notice: This message (including any attachments) contains privileged and confidential information intended for a specific purpose, and is protected by law.  If you are not the intended recipient, please notify the sender and permanently delete this message and any attachments immediately.  Any disclosure, dissemination, distribution, or copying of this message, or the taking of any action based on it, is strictly prohibited.  You should not retain, copy or use this message or any attachments for any purpose, nor disclose all or any part of the contents to any other person.
list Michael Baydoun · Wed, 25 Apr 2012 14:07:13 -0400 ·
from what is probably an older version of the code
http://xymonosx.googlecode.com/svn-history/r5/trunk/4.2.3/bbnet/bbtest-net.c

int             sslwarndays = 30;		/* If cert expires in fewer days,
SSL cert column = yellow */
int             sslalarmdays = 10;		/* If cert expires in fewer days,
SSL cert column = red */
quoted from Janford Hof


On Wed, Apr 25, 2012 at 12:15 PM, Janford Hof <user-88fe5adf3ee8@xymon.invalid>wrote:
**********

I’ve delved into many files and Internet sites, but cannot find where the
global defaults are for WARNDAYS and ALARMDAYS for sslcert.  I can modify
the parameters for various servers in the bb-hosts file, but I need to find
the overall defaults.  If they are hidden in a binary coded file, how would
I decompile it, or whatever, to find this info?****

Thanks for any answers.****

** **

**Janford Hof******

*DOJ AFMS Unisys Contractor*****

*Floor X  Rm. 5W.414*
*XXX N Street, NE*****

*****Washington****, DC XXXXX***
Direct: (XXX) XXX XXXX ****

user-a8f5b0bee7f8@xymon.invalid  (Alternate e-mail) ****
quoted from Janford Hof

 ****

** **

Confidentiality Notice: This message (including any attachments) contains privileged and
confidential information intended for a specific purpose, and is protected by law.  If you
are not the intended recipient, please notify the sender and permanently delete this message
and any attachments immediately.  Any disclosure, dissemination, distribution, or copying
of this message, or the taking of any action based on it, is strictly prohibited.  You should
not retain, copy or use this message or any attachments for any purpose, nor disclose all
or any part of the contents to any other person.

list Janford Hof · Wed, 25 Apr 2012 18:14:32 +0000 ·
Thanks, Michael.  I was able to use that path to our own version (4.2.0), which has the same defaults.   I will use those.  I appreciate the quick response!

"./root/hobbit-4.2.0/bbnet/bbtest-net.c"
signature

Janford Hof
DOJ AFMS Unisys Contractor
Floor X  Rm. XW.XXX
XXX N Street, NE
Washington, DC XXXXX
Direct: (XXX) XXX XXXX
user-a8f5b0bee7f8@xymon.invalid<mailto:user-a8f5b0bee7f8@xymon.invalid>  (Alternate e-mail)

quoted from Michael Baydoun
From: Michael Baydoun [mailto:user-105c655da53d@xymon.invalid]
Sent: Wednesday, April 25, 2012 2:07 PM
To: Janford Hof
Cc: xymon at xymon.com
Subject: Re: [Xymon] Hobbit default ssl certs

from what is probably an older version of the code http://xymonosx.googlecode.com/svn-history/r5/trunk/4.2.3/bbnet/bbtest-net.c


int             sslwarndays = 30;             /* If cert expires in fewer days, SSL cert column = yellow */

int             sslalarmdays = 10;            /* If cert expires in fewer days, SSL cert column = red */

On Wed, Apr 25, 2012 at 12:15 PM, Janford Hof <user-88fe5adf3ee8@xymon.invalid<mailto:user-88fe5adf3ee8@xymon.invalid>> wrote:
I've delved into many files and Internet sites, but cannot find where the global defaults are for WARNDAYS and ALARMDAYS for sslcert.  I can modify the parameters for various servers in the bb-hosts file, but I need to find the overall defaults.  If they are hidden in a binary coded file, how would I decompile it, or whatever, to find this info?
Thanks for any answers.

Janford Hof
DOJ AFMS Unisys Contractor
Floor X  Rm. XW.XXX
XXX N Street, NE
Washington, DC XXXXX

Direct: (XXX) XXX XXXX<tel:%28202%29%20305%204963>
quoted from Michael Baydoun
user-a8f5b0bee7f8@xymon.invalid<mailto:user-a8f5b0bee7f8@xymon.invalid>  (Alternate e-mail)


Confidentiality Notice: This message (including any attachments) contains privileged and

confidential information intended for a specific purpose, and is protected by law.  If you

are not the intended recipient, please notify the sender and permanently delete this message

and any attachments immediately.  Any disclosure, dissemination, distribution, or copying

of this message, or the taking of any action based on it, is strictly prohibited.  You should

not retain, copy or use this message or any attachments for any purpose, nor disclose all

or any part of the contents to any other person.


Confidentiality Notice: This message (including any attachments) contains privileged and 
confidential information intended for a specific purpose, and is protected by law.  If you 
are not the intended recipient, please notify the sender and permanently delete this message 
and any attachments immediately.  Any disclosure, dissemination, distribution, or copying 
of this message, or the taking of any action based on it, is strictly prohibited.  You should 
not retain, copy or use this message or any attachments for any purpose, nor disclose all 
or any part of the contents to any other person.
list Ralph Mitchell · Wed, 25 Apr 2012 23:26:35 -0400 ·
I don't have 4.2.0 handy to check, but in xymon-4.3+ the xymonnet
program has options for SSL certificate tests that include --sslwarn
and --sslalarm, which determines the number of days before expiry to
flag yellow then red.

I don't know when that feature appeared in hobbit/xymon.  If you have
it, you'd add those options in the config file where bbnet is
launched.

Ralph Mitchell
quoted from Janford Hof


On Wed, Apr 25, 2012 at 2:14 PM, Janford Hof <user-88fe5adf3ee8@xymon.invalid> wrote:
Thanks, Michael.  I was able to use that path to our own version (4.2.0),
which has the same defaults.   I will use those.  I appreciate the quick
response!


"./root/hobbit-4.2.0/bbnet/bbtest-net.c"


Janford Hof

DOJ AFMS Unisys Contractor

Floor X  Rm. 5W.414
XXX N Street, NE

Washington, DC XXXXX
Direct: (XXX) XXX XXXX

user-a8f5b0bee7f8@xymon.invalid  (Alternate e-mail)


From: Michael Baydoun [mailto:user-105c655da53d@xymon.invalid]
Sent: Wednesday, April 25, 2012 2:07 PM
To: Janford Hof
Cc: xymon at xymon.com
Subject: Re: [Xymon] Hobbit default ssl certs


from what is probably an older version of the
code http://xymonosx.googlecode.com/svn-history/r5/trunk/4.2.3/bbnet/bbtest-net.c


int             sslwarndays = 30;             /* If cert expires in fewer
days, SSL cert column = yellow */

int             sslalarmdays = 10;            /* If cert expires in fewer
days, SSL cert column = red */


On Wed, Apr 25, 2012 at 12:15 PM, Janford Hof <user-88fe5adf3ee8@xymon.invalid>
quoted from Janford Hof
wrote:

I’ve delved into many files and Internet sites, but cannot find where the
global defaults are for WARNDAYS and ALARMDAYS for sslcert.  I can modify
the parameters for various servers in the bb-hosts file, but I need to find
the overall defaults.  If they are hidden in a binary coded file, how would
I decompile it, or whatever, to find this info?

Thanks for any answers.


Janford Hof

DOJ AFMS Unisys Contractor

Floor X  Rm. 5W.414
XXX N Street, NE

Washington, DC XXXXX
Direct: (XXX) XXX XXXX

user-a8f5b0bee7f8@xymon.invalid  (Alternate e-mail)


Confidentiality Notice: This message (including any attachments) contains
privileged and

confidential information intended for a specific purpose, and is protected
by law.  If you

are not the intended recipient, please notify the sender and permanently
delete this message

and any attachments immediately.  Any disclosure, dissemination,
distribution, or copying

of this message, or the taking of any action based on it, is strictly
prohibited.  You should

not retain, copy or use this message or any attachments for any purpose, nor
disclose all

or any part of the contents to any other person.


Confidentiality Notice: This message (including any attachments) contains
privileged and
confidential information intended for a specific purpose, and is protected
by law.  If you
are not the intended recipient, please notify the sender and permanently
delete this message
and any attachments immediately.  Any disclosure, dissemination,
distribution, or copying
of this message, or the taking of any action based on it, is strictly
prohibited.  You should
not retain, copy or use this message or any attachments for any purpose, nor
disclose all
or any part of the contents to any other person.