Per user / per overview

Good day

I need guidance if possible .

On my dashboard (overview) we have about 20 charts showing our remote sites.

We want to deploy a screen on site for our IT on site to have visibility of their own site on devices that is online and offline.

I have create there own user and setup a role .

Tag . Devices

i believe I am missing something as i get errors .

What should my rule be under filter?

and is it possible just to have one chart overview per site?

You will have to add as many charts as there are locations in your system. There isn’t a way out of the box (that I’m aware of) to have GenieACS dynamically build a list of charts.

In my environment, I use the first two octets of the IP the CPE is using to determine the location and I set that location to a virtual parameter.

online_haines:
  label: '"Haines"'
  slices:
    1_onlineNow:
      color: "'#31a354'"
      filter: VirtualParameters.Location = "Haines" AND Events.Inform > NOW() - (62 *
        60 * 1000)
      label: "'Online now'"
    2_past24:
      color: '"#fcfe04"'
      filter: VirtualParameters.Location = "Haines" AND Events.Inform > NOW() - (62 *
        60 * 1000) - (86400 * 1000) AND Events.Inform < NOW() - (62 * 60 * 1000)
      label: "'Past 24 hours'"
    3_others:
      color: '"#cc0204"'
      filter: VirtualParameters.Location = "Haines" AND Events.Inform < NOW() - (86400
        * 1000) AND Events.Inform > NOW() - (60 * 86400 * 1000)
      label: "'Others'"

This is ours at the HO , already grouped

How ever the idea is to have my tech at example VKLM , ONLY to see VKLM on the screen where he is , like the picture demonstrated below

I did setup a user , and a role
also pointed the role to resource virtual parameter

I tried the the script - changing it to one of my sites , but it gives me numeric separators are not allow

image

type: "‘overview-dot’

also tried the following

I don’t use the permission system in GenieACS so I will be unable to assist with that.

Please read up on v-params.