Hi all,

 

I don’t know if it’s bug, but I have set locaton on alsmost all my devices, but let’s say 1 day ago it wasn’t. so few of them was as Unknown location and in devices menu I saw structure like “Unknown -> unset ; Prague -> address, … “

 

I have fixed location and started poller and discovery. Poller got new location for each device where it was unset. But in menu I still saw structure like

 

Devices

- Locations

 |

  |- <empty string>

  |      |-Address1 (8 count)

  |

  |-<Prague>

          |-Address1 (55 count)

 

And Address1 is same for both sections because devices in both sections have same sysLocation parameter. Also doesn’t matter which menu I click, I always got list of all devices with this sysLocation parameter (63 count).

 

Also I have in config these lines to replace location with exact address and it works fine.

 

$config['location_map']['Prague'] = "my street, Prague, Czech Republic";

$config['location_map']['Nashville'] = "us street, Franklin, TN 12345";

 

Do you know how to force Observium to move fixed location devices under “Prague” town and show proper count of devices?

 

Thanks