Xymon Mailing List Archive search

test/tests consolidaiotn

5 messages in this thread

list Mike Arnold · Sat, 3 Jun 2006 14:56:08 -0700 (MST) ·
Henrik,

Are there any plans to consolidate the (for example) imap and imaps tests
into one column like the http tests are?  This would lessen the clutter I
seem to have with all my tests.

-- 
-mike
list Henrik Størner · Sun, 4 Jun 2006 00:08:00 +0200 ·
quoted from Mike Arnold
On Sat, Jun 03, 2006 at 02:56:08PM -0700, Mike Arnold wrote:
Are there any plans to consolidate the (for example) imap and imaps tests
into one column like the http tests are?  This would lessen the clutter I
seem to have with all my tests.
No definite plans, but it is probably one of the things that I'll take a look at after the 4.2 release. I too have some systems with lots of custom tests, and the displays do get very wide when all the columns have to be shown.

My idea currently is to keep individual statuses, but collapse some
of the columns into "super-columns" that expand when you click on them.
So you could e.g. have your pop3+pop3s+imap+imaps+smtp columns collapsed into one "mail" column.


Regards,
Henrik
list Mike Arnold · Sat, 3 Jun 2006 16:36:59 -0700 (MST) ·
quoted from Henrik Størner
Henrik Stoerner wrote:
On Sat, Jun 03, 2006 at 02:56:08PM -0700, Mike Arnold wrote:
Are there any plans to consolidate the (for example) imap and imaps
tests
into one column like the http tests are?  This would lessen the clutter
I
seem to have with all my tests.
No definite plans, but it is probably one of the things that I'll
take a look at after the 4.2 release. I too have some systems with lots
of custom tests, and the displays do get very wide when all the columns
have to be shown.

My idea currently is to keep individual statuses, but collapse some
of the columns into "super-columns" that expand when you click on them.
So you could e.g. have your pop3+pop3s+imap+imaps+smtp columns collapsed
into one "mail" column.
In a similar vein, have you considered automaticlly running sslcert checks
against services that reply with STARTLS?  Possibly an "options startls"
in bb-services where if a banner replies with the STARTLS string, the cert
is also checked?

-- 
-mike
list Mike Arnold · Sat, 3 Jun 2006 17:20:39 -0700 (MST) ·
Henrik Stoerner wrote:
On Sat, Jun 03, 2006 at 02:56:08PM -0700, Mike Arnold wrote:
Are there any plans to consolidate the (for example) imap and imaps
tests
into one column like the http tests are?  This would lessen the clutter
I
seem to have with all my tests.
No definite plans, but it is probably one of the things that I'll
take a look at after the 4.2 release. I too have some systems with lots
of custom tests, and the displays do get very wide when all the columns
have to be shown.

My idea currently is to keep individual statuses, but collapse some
of the columns into "super-columns" that expand when you click on them.
So you could e.g. have your pop3+pop3s+imap+imaps+smtp columns collapsed
into one "mail" column.
In a similar vein, have you considered automaticlly running sslcert checks
against services that reply with STARTLS?  Possibly an "options startls"
in bb-services where if a banner replies with the STARTLS string, the cert
is also checked?

-- 
-mike
list Henrik Størner · Sun, 4 Jun 2006 08:20:53 +0200 ·
quoted from Mike Arnold
On Sat, Jun 03, 2006 at 05:20:39PM -0700, Mike Arnold wrote:
Henrik Stoerner wrote:
On Sat, Jun 03, 2006 at 02:56:08PM -0700, Mike Arnold wrote:
Are there any plans to consolidate the (for example) imap and imaps
tests
into one column like the http tests are?  This would lessen the clutter
I
seem to have with all my tests.
No definite plans, but it is probably one of the things that I'll
take a look at after the 4.2 release. I too have some systems with lots
of custom tests, and the displays do get very wide when all the columns
have to be shown.

My idea currently is to keep individual statuses, but collapse some
of the columns into "super-columns" that expand when you click on them.
So you could e.g. have your pop3+pop3s+imap+imaps+smtp columns collapsed
into one "mail" column.
In a similar vein, have you considered automaticlly running sslcert checks
against services that reply with STARTLS?  Possibly an "options startls"
in bb-services where if a banner replies with the STARTLS string, the cert
is also checked?
Yes, the current network tester cannot handle that kind of dialogue
where you have to connect with a plain-text connection, issue a STARTLS
command, then switch to talking SSL. I hope to make the network tester
more advanced so it can do a real protocol exchange, also supporting the
STARTLS command.


Regards,
Henrik