Small tweaks in the "findhost" web page
list Frédéric Mangeant
Hi Henrik I've noticed you updated the post-RC2 patch today, and that we can now search a host with it's IP address. Cool ;-) Could you add a check box named "Exact search", because searching for xxx.xxx.xxx.10 can return xxx.xxx.xxx.10 and xxx.xxx.xxx.101 if they both exist. It would be nice too if the result of the search includes hostname -> IP -> location Also, by looking at bb-findhost.c, I've seen that searching multiple hosts is allowed with host1|host2|... Maybe this could be added to $BBHOME/www/help/hobbit-tips.html, or $BBHOME/web/findhost_form ? Many thanks in advance. Regards, -- Frédéric Mangeant
list Werner Michels
Frederic, When I did the rewrite on bb-findhost.c (bbgen epoch), and if Henrik did not change to much, you can do what you'll doing the search as: "xxx.xxx.xxx.10$". The search field was intended do support full regex patterns. This is also the reason why you can search for multiple using host1|host2 Sorry, I'm a little out off free time, so I could not be 100% sure, if this didn't change on v4-RCx versions. Regards Werner On Thu, 17 Feb 2005 17:20:39 +0100
▸
Frédéric Mangeant <user-b6ea1d850181@xymon.invalid> wrote:
Hi Henrik I've noticed you updated the post-RC2 patch today, and that we can now search a host with it's IP address. Cool ;-) Could you add a check box named "Exact search", because searching for xxx.xxx.xxx.10 can return xxx.xxx.xxx.10 and xxx.xxx.xxx.101 if they both exist. It would be nice too if the result of the search includes hostname -> IP -> location Also, by looking at bb-findhost.c, I've seen that searching multiple hosts is allowed with host1|host2|... Maybe this could be added to $BBHOME/www/help/hobbit-tips.html, or $BBHOME/web/findhost_form ? Many thanks in advance. Regards, -- Frédéric Mangeant
E-mail classificado pelo Identificador de Spam Inteligente Terra. Para alterar a categoria classificada, visite http://www.terra.com.br/centralunificada/emailprotegido/imail/imail.cgi?+_u=wmlistas&_l=1,1108657322.293537.23291.mueru.terra.com.br,2883,Des15,Des15 Esta mensagem foi verificada pelo E-mail Protegido Terra. Scan engine: McAfee VirusScan / Atualizado em 16/02/2005 / Versão: 4.4.00 - Dat 4429 Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/
list Frédéric Mangeant
Hi Werner
▸
When I did the rewrite on bb-findhost.c (bbgen epoch), and if Henrik did not change to much, you can do what you'll doing the search as: "xxx.xxx.xxx.10$". The search field was intended do support full regex patterns. This is also the reason why you can search for multiple using host1|host2 Sorry, I'm a little out off free time, so I could not be 100% sure, if this didn't change on v4-RCx versions.
Thanks a lot, I've tried several regexps and they all work. -- Frédéric Mangeant
list Henrik Størner
▸
On Thu, Feb 17, 2005 at 03:18:37PM -0200, Werner Michels (Ext Lists) wrote:
Frederic, When I did the rewrite on bb-findhost.c (bbgen epoch), and if Henrik did not change to much, you can do what you'll doing the search as: "xxx.xxx.xxx.10$". The search field was intended do support full regex patterns. This is also the reason why you can search for multiple using host1|host2 Sorry, I'm a little out off free time, so I could not be 100% sure, if this didn't change on v4-RCx versions.
It hasn't changed at all, bb-findhost still uses Werner's regex
matching.
Henrik