Xymon Mailing List Archive search

personnal customer access for .... customers :-)

list Kris Springer
Mon, 16 Sep 2019 09:40:16 -0600
Message-Id: <user-9495891670c6@xymon.invalid>

I do this by password protecting my page folders with .htaccess and 
.htpasswd.

Kris Springer


On 9/16/19 9:04 AM, user-ba12ef048dd6@xymon.invalid wrote:
Hello all,

I would like to give access for different customer on their pages, is
it possible ?

my actual struct ("pages") seem like that :

  * https://XYMON/xymon/CLIENTS/customer01
  * https://XYMON/xymon/CLIENTS/customer02
  * https://XYMON/xymon/CLIENTS/customer03
  * ...

Howto authorized
  * customer01 to go only to xymon/CLIENTS/customer01
  * customer02 to go only to xymon/CLIENTS/customer02
  * customer03 to go only to xymon/CLIENTS/customer03
  ...
  * and me (admin) to go everywhere ?

Of course customer can't use
  * "views" menu
  * "reports" menu
  * "administration" menu
  ==> except if i can limit for each CLIENT/customer


i have a look to xymongen ... by i'm not undersdant how to use it to
limit only CLIENTS/customerXX

i heard about xymonproxy, but i'm sure to understand how to use it for
my use.