Xymon Mailing List Archive search

Change link from http to https in alert-email

list Larry Barber
Thu, 2 Nov 2006 15:32:05 -0600
Message-Id: <user-7557ac2b01b3@xymon.invalid>

You can use mod_rewrite to rewrite all incoming http requests to https. This
all makes like easier on your customers. Details are on the Apache site.

Thanks,
Larry Barber

On 11/2/06, Michael A. Price <user-2a9e3c790857@xymon.invalid> wrote:

Hello,

In my alert emails to the admins at the bottom of the email is the URL
link to the hobbit server alert page.

http://neuron/hobbit-cgi/bb-hostsvc.sh?HOST=v43mgt&SERVICE=msgs

The problem is that its suppose to be https and not http, so the link doesnt work.

I changed the variable BBWEBHOST in the hobbitserver.cfg file hoping that would fix it.

BBWEBHOST="https://$BBSERVERWWWNAME"; <https://$BBSERVERWWWNAME>;

But it didnt.

how can fix this???

thanx, michael