Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gears monitor for confluence

主要功能

监控用户访问页面记录并查看空间页面浏览量趋势

监控用户空间附件下载的记录

监控用户登录登出的相关信息


指定监控空间页面浏览情况

Image Removed

记录效果

Image Removed

趋势效果

Image Removed

指定空间记录附件下载记录

Image Removed

记录效果

Image Removed

Image Removed

用登录登出日志

Image Removed

记录效果

Image Removed

Main functions

  • Record the history of the user's view page.
  • Record the history of the user's view attachement(or download)
  • Record the historyof the user's login confluence or logout the confluence.

Monitoring Setting  for space page

Image Added

Report the view page history

Image Added

Trend of spatial visits

Image Added

Monitoring Setting  for view attachment

Image Added

 Report of the view attachment history

Image Added

Monitoring Setting  for the users login confluence

Image Added

 Report of the view attachment history

Image Added



Notice

  • Attachment view function

We don't record the user's behavior of viewing images, because a large number of images in the page will cause the recorded information to be out of focus,

Image formats include: JPG, PNG, SVG and so on.

  • login ip

If  wu uses nginx or Apache, the IP address of login may not be prepared, which may be a defect of confluence.This problem does not exist if the user accesses confluence  directly

or maybe you can set the conf like the below

location / {
      proxy_redirect off;
                proxy_set_header  Host $host;
                proxy_set_header  X-Real-IP $remote_addr;
                proxy_set_header  X-Forwarded-For $remote_addr;
 }